diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 09:07:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 09:07:22 +0000 |
commit | 1238d93b092af12ca145e41e550bb7986cdd925e (patch) | |
tree | c9f5e63e760f0e1255054a86aa13e5cd82f14f23 | |
parent | 5501cf6ed82befd07a7249f51e8a71fd46654ddf (diff) | |
download | upstream-1238d93b092af12ca145e41e550bb7986cdd925e.tar.gz upstream-1238d93b092af12ca145e41e550bb7986cdd925e.tar.bz2 upstream-1238d93b092af12ca145e41e550bb7986cdd925e.zip |
move CONFIG_CRASH_DUMP to the generic configs
SVN-Revision: 18366
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/mpc52xx/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/mpc83xx/config-default | 1 | ||||
-rw-r--r-- | target/linux/ps3/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/pxcab/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/pxcab/config-2.6.31 | 1 |
7 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index c2bac32f9b..3f71c3dfd3 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -337,6 +337,7 @@ CONFIG_CONSTRUCTORS=y # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_IDLE is not set # CONFIG_CRAMFS is not set +# CONFIG_CRASH_DUMP is not set # CONFIG_CRC16 is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 4d1aee1fe5..b77bf07899 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -339,6 +339,7 @@ CONFIG_CONSTRUCTORS=y # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_IDLE is not set # CONFIG_CRAMFS is not set +# CONFIG_CRASH_DUMP is not set # CONFIG_CRC16 is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set diff --git a/target/linux/mpc52xx/config-2.6.30 b/target/linux/mpc52xx/config-2.6.30 index e038cff014..b048d6d172 100644 --- a/target/linux/mpc52xx/config-2.6.30 +++ b/target/linux/mpc52xx/config-2.6.30 @@ -32,7 +32,6 @@ CONFIG_CMDLINE="console=ttyPSC0,115200" CONFIG_CMDLINE_BOOL=y CONFIG_COMPAT_BRK=y # CONFIG_CPU_FREQ is not set -# CONFIG_CRASH_DUMP is not set CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y diff --git a/target/linux/mpc83xx/config-default b/target/linux/mpc83xx/config-default index a380b00e6b..41fb24182e 100644 --- a/target/linux/mpc83xx/config-default +++ b/target/linux/mpc83xx/config-default @@ -35,7 +35,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE="console=ttyS0,115200" CONFIG_CMDLINE_BOOL=y # CONFIG_CPU_FREQ is not set -# CONFIG_CRASH_DUMP is not set CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH2=y diff --git a/target/linux/ps3/config-2.6.30 b/target/linux/ps3/config-2.6.30 index c022b1d41f..cd88b80993 100644 --- a/target/linux/ps3/config-2.6.30 +++ b/target/linux/ps3/config-2.6.30 @@ -41,7 +41,6 @@ CONFIG_COMPAT_BINFMT_ELF=y CONFIG_COMPAT_BRK=y CONFIG_CONSOLE_TRANSLATIONS=y # CONFIG_CPU_FREQ is not set -# CONFIG_CRASH_DUMP is not set CONFIG_CRC16=y # CONFIG_CRYPTO is not set # CONFIG_DEBUG_BUGVERBOSE is not set diff --git a/target/linux/pxcab/config-2.6.30 b/target/linux/pxcab/config-2.6.30 index fc9afe661f..912a24859a 100644 --- a/target/linux/pxcab/config-2.6.30 +++ b/target/linux/pxcab/config-2.6.30 @@ -68,7 +68,6 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set CONFIG_CPU_FREQ_TABLE=y -# CONFIG_CRASH_DUMP is not set CONFIG_CRC16=y CONFIG_CRC_CCITT=m # CONFIG_CRYPTO is not set diff --git a/target/linux/pxcab/config-2.6.31 b/target/linux/pxcab/config-2.6.31 index f8259910d2..d5c4c9bd0b 100644 --- a/target/linux/pxcab/config-2.6.31 +++ b/target/linux/pxcab/config-2.6.31 @@ -68,7 +68,6 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set CONFIG_CPU_FREQ_TABLE=y -# CONFIG_CRASH_DUMP is not set CONFIG_CRC16=y CONFIG_CRC_CCITT=m # CONFIG_CRYPTO is not set |