From 024a6ed9b45cc7e628c1805bcb25a87018e54090 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 18 Nov 2012 20:54:53 +0000 Subject: [PATCH] kernel: add missing generic config options for 3.6+ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34250 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/config-3.6 | 3 +++ target/linux/generic/config-3.7 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index cf227b6d50..6f8f6b018e 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -361,6 +361,7 @@ CONFIG_BT_L2CAP=y CONFIG_BT_RFCOMM_TTY=y CONFIG_BT_SCO=y CONFIG_BUG=y +CONFIG_BUILDTIME_EXTABLE_SORT=y # CONFIG_C2PORT is not set # CONFIG_CAIF is not set # CONFIG_CAN is not set @@ -1441,6 +1442,7 @@ CONFIG_LZMA_DECOMPRESS=y # CONFIG_MACH_JAZZ is not set # CONFIG_MACH_JZ4740 is not set # CONFIG_MACH_LOONGSON is not set +# CONFIG_MACH_LOONGSON1 is not set # CONFIG_MACH_NO_WESTBRIDGE is not set # CONFIG_MACH_TX39XX is not set # CONFIG_MACH_TX49XX is not set @@ -2105,6 +2107,7 @@ CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_8KB is not set # CONFIG_PANEL is not set # CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 # CONFIG_PANTHERLORD_FF is not set # CONFIG_PARPORT is not set # CONFIG_PARPORT_1284 is not set diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index 7584dd0eea..349eb94348 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -366,6 +366,7 @@ CONFIG_BT_L2CAP=y CONFIG_BT_RFCOMM_TTY=y CONFIG_BT_SCO=y CONFIG_BUG=y +CONFIG_BUILDTIME_EXTABLE_SORT=y # CONFIG_C2PORT is not set # CONFIG_CAIF is not set # CONFIG_CAN is not set @@ -1456,6 +1457,7 @@ CONFIG_LZMA_DECOMPRESS=y # CONFIG_MACH_JAZZ is not set # CONFIG_MACH_JZ4740 is not set # CONFIG_MACH_LOONGSON is not set +# CONFIG_MACH_LOONGSON1 is not set # CONFIG_MACH_NO_WESTBRIDGE is not set # CONFIG_MACH_TX39XX is not set # CONFIG_MACH_TX49XX is not set @@ -2135,6 +2137,7 @@ CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_8KB is not set # CONFIG_PANEL is not set # CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 # CONFIG_PANTHERLORD_FF is not set # CONFIG_PARPORT is not set # CONFIG_PARPORT_1284 is not set -- 2.11.0