diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-04-15 04:56:49 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-04-15 04:56:49 +0000 |
commit | 9c505aa1f616514d031341e6fb1d2262b506a9d3 (patch) | |
tree | a36f23b44ac0558f317db8c3af40df34279efcdb /target/linux/x86/config-default | |
parent | 2e51480498bed54a83b74538a98deebaa5511f7c (diff) | |
download | master-187ad058-9c505aa1f616514d031341e6fb1d2262b506a9d3.tar.gz master-187ad058-9c505aa1f616514d031341e6fb1d2262b506a9d3.tar.bz2 master-187ad058-9c505aa1f616514d031341e6fb1d2262b506a9d3.zip |
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/linux/x86/config-default')
-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 |