aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/image
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-08-29 07:39:40 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-08-29 07:39:40 +0000
commit11276bc9fe276d94db30f0129a3dfaa411b822fc (patch)
tree129f84cf9990e0cd91f9572c0f0a5ed8e679237d /target/linux/image
parenta730e03148fe19abfb301f37eb3cb4dfe6b73f4e (diff)
downloadupstream-11276bc9fe276d94db30f0129a3dfaa411b822fc.tar.gz
upstream-11276bc9fe276d94db30f0129a3dfaa411b822fc.tar.bz2
upstream-11276bc9fe276d94db30f0129a3dfaa411b822fc.zip
add some netfilter modules to 2.6 and update squashfs to 2.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image')
-rw-r--r--target/linux/image/squashfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/image/squashfs/Makefile b/target/linux/image/squashfs/Makefile
index 354a39bbef..df21fd256c 100644
--- a/target/linux/image/squashfs/Makefile
+++ b/target/linux/image/squashfs/Makefile
@@ -1,9 +1,9 @@
include $(TOPDIR)/rules.mk
-SQUASHFSLZMA_DIR=$(BUILD_DIR)/squashfs2.1-r2
-SQUASHFSLZMA_SOURCE=squashfs2.1-r2.tar.gz
+SQUASHFSLZMA_DIR=$(BUILD_DIR)/squashfs2.2
+SQUASHFSLZMA_SOURCE=squashfs2.2.tar.gz
SQUASHFSLZMA_SITE=@SF/squashfs
-SQUASHFSLZMA_MD5SUM=ffa24eff13b2ca51ed6990d15237e4c1
+SQUASHFSLZMA_MD5SUM=9537f1bfa3efd5df722f1a85cd424414
$(DL_DIR)/$(SQUASHFSLZMA_SOURCE):
$(SCRIPT_DIR)/download.pl $(DL_DIR) $(SQUASHFSLZMA_SOURCE) $(SQUASHFSLZMA_MD5SUM) $(SQUASHFSLZMA_SITE)