From: nbd Date: Sat, 28 May 2005 14:26:56 +0000 (+0000) Subject: disable some useless jffs bbc compressors (improves performance in size mode) X-Git-Tag: fast2504n-3.10.28-merged~22942^2~2574 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=406463c7270dae2c649a6e9530ce8c254f353fd1;p=openwrt.git disable some useless jffs bbc compressors (improves performance in size mode) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1089 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/linux-2.4/config/brcm b/target/linux/linux-2.4/config/brcm index 9dbe666e07..41bde3de5f 100644 --- a/target/linux/linux-2.4/config/brcm +++ b/target/linux/linux-2.4/config/brcm @@ -956,10 +956,10 @@ CONFIG_VFAT_FS=m CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS2_BBC_ARMLIB is not set -CONFIG_JFFS2_BBC_LZO=y +# CONFIG_JFFS2_BBC_LZO is not set CONFIG_JFFS2_BBC_LZARI=y -CONFIG_JFFS2_BBC_LZHD=y -CONFIG_JFFS2_BBC_LZSS=y +# CONFIG_JFFS2_BBC_LZHD is not set +# CONFIG_JFFS2_BBC_LZSS is not set # CONFIG_CRAMFS is not set CONFIG_SQUASHFS=y CONFIG_TMPFS=y