aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-08 05:56:41 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-08 05:56:41 +0000
commita5d56e9d799b2ac514c0538989d24416e21da7bf (patch)
tree830921d75c4c4e31b725964834dbac986be6aa5a
parentd7a9896cf768210b7169ae4d6f3e767ca382a1ec (diff)
downloadmaster-187ad058-a5d56e9d799b2ac514c0538989d24416e21da7bf.tar.gz
master-187ad058-a5d56e9d799b2ac514c0538989d24416e21da7bf.tar.bz2
master-187ad058-a5d56e9d799b2ac514c0538989d24416e21da7bf.zip
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/openwrt@222 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2bin304 -> 0 bytes
-rw-r--r--package/linux/kernel-patches/301-jffs-compression.bz2bin0 -> 43148 bytes
-rw-r--r--package/linux/linux.config5
3 files changed, 5 insertions, 0 deletions
diff --git a/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2 b/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2
deleted file mode 100644
index 6f7eb521f4..0000000000
--- a/package/linux/kernel-patches/008-arch_mips_kernel_entry_S-noop.bz2
+++ /dev/null
Binary files differ
diff --git a/package/linux/kernel-patches/301-jffs-compression.bz2 b/package/linux/kernel-patches/301-jffs-compression.bz2
new file mode 100644
index 0000000000..094c72dc25
--- /dev/null
+++ b/package/linux/kernel-patches/301-jffs-compression.bz2
Binary files differ
diff --git a/package/linux/linux.config b/package/linux/linux.config
index 79fe41a364..b3221b8c0c 100644
--- a/package/linux/linux.config
+++ b/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