diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-11 23:54:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-11 23:54:30 +0000 |
commit | fef97f59d46b7fa6cec5814bfcc6451f43b9a56f (patch) | |
tree | 862cfa6c6f613439564293c587ca63ec52bc2dcb /openwrt/package | |
parent | 60d13603ddb4ed223c2278c7d82a19e3cf333a00 (diff) | |
download | mtk-20170518-fef97f59d46b7fa6cec5814bfcc6451f43b9a56f.zip mtk-20170518-fef97f59d46b7fa6cec5814bfcc6451f43b9a56f.tar.gz mtk-20170518-fef97f59d46b7fa6cec5814bfcc6451f43b9a56f.tar.bz2 |
fix iptables package
SVN-Revision: 2442
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/iptables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index a14d71a..f54481c 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iptables PKG_VERSION:=1.3.3 -PKG_RELEASE:=2.1 +PKG_RELEASE:=2 PKG_MD5SUM:=86d88455520cfdc56fd7ae27897a80a4 PKG_SOURCE_URL:=http://www.netfilter.org/files \ @@ -75,7 +75,7 @@ $(IPKG_IPTABLES): cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/iptables $(IDIR_IPTABLES)/usr/sbin/ install -d -m0755 $(IDIR_IPTABLES)/usr/lib/iptables (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \ - cp -fpR $(patsubst %,lib%.so,$(IPKG_IPTABLES-y)) $(IDIR_IPTABLES)/usr/lib/iptables/ \ + cp -fpR $(patsubst %,lib%.so,$(IPKG_IPTABLES-y) ipt_standard) $(IDIR_IPTABLES)/usr/lib/iptables/ \ ) $(RSTRIP) $(IDIR_IPTABLES) $(IPKG_BUILD) $(IDIR_IPTABLES) $(PACKAGE_DIR) |