diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 14:26:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 14:26:56 +0000 |
commit | d080bb15fc7ed15928fdd6bdb1ac00e40965f388 (patch) | |
tree | a8a221b2425982462094e0005e83f25f8594116b /openwrt/target/linux/linux-2.4/config/brcm | |
parent | 86c25dfca03b9311e74493b50dc1985451b6e615 (diff) |
disable some useless jffs bbc compressors (improves performance in size mode)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1089 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config/brcm')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/brcm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/brcm b/openwrt/target/linux/linux-2.4/config/brcm index 9dbe666e07..41bde3de5f 100644 --- a/openwrt/target/linux/linux-2.4/config/brcm +++ b/openwrt/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 |