diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-16 13:41:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-16 13:41:30 +0000 |
commit | 05ddc2a53c53521130c8063124281c021e95c80b (patch) | |
tree | 0f6b3e9a10101b170bc910c9cebb26ef140ce3ab /target/linux | |
parent | fcd2fe58ea19282551f2d15fc5d060dbdc8175f1 (diff) | |
download | master-31e0f0ae-05ddc2a53c53521130c8063124281c021e95c80b.tar.gz master-31e0f0ae-05ddc2a53c53521130c8063124281c021e95c80b.tar.bz2 master-31e0f0ae-05ddc2a53c53521130c8063124281c021e95c80b.zip |
Remove some left-over debugging options making the kerkenl exceed 768KB, resulting in a non-bootable image
SVN-Revision: 13229
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rdc/config-2.6.24 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/rdc/config-2.6.24 b/target/linux/rdc/config-2.6.24 index e8c5489bc1..b9c38943ed 100644 --- a/target/linux/rdc/config-2.6.24 +++ b/target/linux/rdc/config-2.6.24 @@ -53,7 +53,10 @@ CONFIG_DOUBLEFAULT=y CONFIG_EARLY_PRINTK=y # CONFIG_EDAC is not set # CONFIG_EDD is not set +# CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_EUROTECH_WDT is not set +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set # CONFIG_FIXED_PHY is not set CONFIG_FIX_EARLYCON_MEM=y CONFIG_FS_POSIX_ACL=y @@ -111,17 +114,13 @@ CONFIG_INPUT=m # CONFIG_INPUT_GPIO_BUTTONS is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_YEALINK=m -CONFIG_INSTRUMENTATION=y CONFIG_IOSCHED_CFQ=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_ISA is not set CONFIG_ISA_DMA_API=y # CONFIG_IT8712F_WDT is not set # CONFIG_ITCO_WDT is not set -CONFIG_JFS_FS=m -CONFIG_KALLSYMS=y CONFIG_KEXEC=y -# CONFIG_KPROBES is not set CONFIG_KTIME_SCALAR=y # CONFIG_KVM is not set CONFIG_LBD=y @@ -136,7 +135,6 @@ CONFIG_M486=y # CONFIG_M686 is not set # CONFIG_MACHZ_WDT is not set # CONFIG_MACINTOSH_DRIVERS is not set -# CONFIG_MARKERS is not set CONFIG_MATH_EMULATION=y # CONFIG_MCA is not set # CONFIG_MCORE2 is not set @@ -147,6 +145,7 @@ CONFIG_MATH_EMULATION=y # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MICROCODE is not set +# CONFIG_MINIX_FS is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set @@ -339,6 +338,7 @@ CONFIG_X86_REBOOTFIXUPS=y # CONFIG_X86_VSMP is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y +# CONFIG_XFS_FS is not set # CONFIG_YENTA_ENE_TUNE is not set CONFIG_YENTA_TI=y # CONFIG_ZONE_DMA32 is not set |