From 1518b9d70ce04d329cb964455c5d1b9d86fd775b Mon Sep 17 00:00:00 2001 From: cshore Date: Fri, 15 Apr 2011 04:56:49 +0000 Subject: 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 --- target/linux/x86/config-default | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3