summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-15 04:56:49 +0000
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-15 04:56:49 +0000
commit1518b9d70ce04d329cb964455c5d1b9d86fd775b (patch)
treea36f23b44ac0558f317db8c3af40df34279efcdb
parent60f90e846a4b46f30b3c4844f9bea59ae75fb5ab (diff)
x86: missing kernel symbols
Please include these two missing kernel CONFIG_ symbols. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26679 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/x86/config-default2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default
index 326e46b9f..41666daed 100644
--- a/target/linux/x86/config-default
+++ b/target/linux/x86/config-default
@@ -382,6 +382,7 @@ CONFIG_VM_EVENT_COUNTERS=y
CONFIG_X86=y
CONFIG_X86_32=y
CONFIG_X86_32_LAZY_GS=y
+# CONFIG_X86_32_IRIS is not set
# CONFIG_X86_64 is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
CONFIG_X86_ALIGNMENT_16=y
@@ -442,3 +443,4 @@ CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_XADD=y
# CONFIG_ZONE_DMA32 is not set
# CONFIG_BATTERY_BQ20Z75 is not set
+# CONFIG_TRANSPARENT_HUGEPAGE is not set