diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-08 05:56:41 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-08 05:56:41 +0000 |
commit | 2765777b48747f5fed815907351b014508b03f6d (patch) | |
tree | e8849f6b0eadda8182e491a06af599c995909a36 /openwrt/package/linux/linux.config | |
parent | 663b1f0a03e509e51d41963c6dc560562d30ac16 (diff) | |
download | mtk-20170518-2765777b48747f5fed815907351b014508b03f6d.zip mtk-20170518-2765777b48747f5fed815907351b014508b03f6d.tar.gz mtk-20170518-2765777b48747f5fed815907351b014508b03f6d.tar.bz2 |
add jffs-compression patch
remove noop asm patch. it is really needed? i think not.
router still boots up fine.
SVN-Revision: 222
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r-- | openwrt/package/linux/linux.config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index 79fe41a..b3221b8 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/package/linux/linux.config @@ -705,6 +705,11 @@ CONFIG_SOFT_WATCHDOG=y # CONFIG_JFFS_FS is not set CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 +# CONFIG_JFFS2_BBC_ARMLIB is not set +CONFIG_JFFS2_BBC_LZO=y +CONFIG_JFFS2_BBC_LZARI=y +CONFIG_JFFS2_BBC_LZHD=y +CONFIG_JFFS2_BBC_LZSS=y CONFIG_CRAMFS=y CONFIG_SQUASHFS=y # CONFIG_TMPFS is not set |