diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-29 07:39:40 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-29 07:39:40 +0000 |
commit | aa6768761d468a0af779b4ab22fb599b8a97cb4d (patch) | |
tree | 7ea1187ae73d6fb1e52037da0833ddfddd4f44ea /openwrt/target/linux/image/squashfs/Makefile | |
parent | 8032570c2d00a81cb59d4ea31bcc20ddad557f7e (diff) |
add some netfilter modules to 2.6 and update squashfs to 2.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/image/squashfs/Makefile')
-rw-r--r-- | openwrt/target/linux/image/squashfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/squashfs/Makefile b/openwrt/target/linux/image/squashfs/Makefile index 354a39bbe..df21fd256 100644 --- a/openwrt/target/linux/image/squashfs/Makefile +++ b/openwrt/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) |