diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-12-15 09:05:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-12-15 09:05:57 +0000 |
commit | d01c4122a154e2e38a3262e3b0c9cbe1d02fd235 (patch) | |
tree | e8eacf38f8bfd842f7f477dc44c93bd8ef2f2a86 /openwrt/package | |
parent | a8780cfe237c54b9d0f606ef038b6ecbd3cf633e (diff) | |
download | mtk-20170518-d01c4122a154e2e38a3262e3b0c9cbe1d02fd235.zip mtk-20170518-d01c4122a154e2e38a3262e3b0c9cbe1d02fd235.tar.gz mtk-20170518-d01c4122a154e2e38a3262e3b0c9cbe1d02fd235.tar.bz2 |
add my 2.6.15-rc5 port (yay) with devfs. The PCI subsystem is broken on Broadcom boards, we are working on it. Also upgrade iptables to 1.3.4
SVN-Revision: 2683
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/iptables/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 2715c31..777d464 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iptables -PKG_VERSION:=1.3.3 -PKG_RELEASE:=2 -PKG_MD5SUM:=86d88455520cfdc56fd7ae27897a80a4 +PKG_VERSION:=1.3.4 +PKG_RELEASE:=1 +PKG_MD5SUM:=fdff8abe890807968226b0c374335305 -PKG_SOURCE_URL:=http://www.netfilter.org/files \ +PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ |