diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-15 04:56:49 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-15 04:56:49 +0000 |
commit | 1518b9d70ce04d329cb964455c5d1b9d86fd775b (patch) | |
tree | a36f23b44ac0558f317db8c3af40df34279efcdb /target | |
parent | 60f90e846a4b46f30b3c4844f9bea59ae75fb5ab (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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 326e46b9fe..41666daed3 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 |