diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-10 10:09:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-10 10:09:27 +0000 |
commit | fcfdbd49619f0f4c463a652be1b4adc01bff4516 (patch) | |
tree | 261c0a16eebc560c36f69c37525dd50ee12aaa36 /target/linux/x86 | |
parent | ed5abd5e4a54c9ffb0a5db82a9de231508c7b25d (diff) | |
download | upstream-fcfdbd49619f0f4c463a652be1b4adc01bff4516.tar.gz upstream-fcfdbd49619f0f4c463a652be1b4adc01bff4516.tar.bz2 upstream-fcfdbd49619f0f4c463a652be1b4adc01bff4516.zip |
add missing Kernel symbol spotted by buildbot
SVN-Revision: 31232
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-default | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 9b7b614462..47c93ce984 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -67,6 +67,7 @@ CONFIG_CRC16=y # CONFIG_DCDBAS is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_LZMA=y @@ -246,10 +247,6 @@ CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARAVIRT_GUEST is not set -# CONFIG_PATA_MPIIX is not set -# CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_SC1200 is not set -# CONFIG_PATA_VIA is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_PC87413_WDT is not set CONFIG_PCI=y |