diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-08 05:56:41 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-08 05:56:41 +0000 |
commit | 19d2033f2754a4891a4406ec17905bfc6654d262 (patch) | |
tree | e8849f6b0eadda8182e491a06af599c995909a36 /openwrt | |
parent | dc1cac5fecdf44300c0f840eeff80eb95639d19a (diff) |
add jffs-compression patch
remove noop asm patch. it is really needed? i think not.
router still boots up fine.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2 | bin | 304 -> 0 bytes | |||
-rw-r--r-- | openwrt/package/linux/kernel-patches/301-jffs-compression.bz2 | bin | 0 -> 43148 bytes | |||
-rw-r--r-- | openwrt/package/linux/linux.config | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2 b/openwrt/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2 Binary files differdeleted file mode 100644 index 6f7eb521f..000000000 --- a/openwrt/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2 +++ /dev/null diff --git a/openwrt/package/linux/kernel-patches/301-jffs-compression.bz2 b/openwrt/package/linux/kernel-patches/301-jffs-compression.bz2 Binary files differnew file mode 100644 index 000000000..094c72dc2 --- /dev/null +++ b/openwrt/package/linux/kernel-patches/301-jffs-compression.bz2 diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index 79fe41a36..b3221b8c0 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 |