1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:00:43 +03:00

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
This commit is contained in:
nbd 2005-05-28 14:26:56 +00:00
parent 0815fe7eb5
commit 406463c727

View File

@ -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