port iptables fix introduced by changeset:2447 to trunk
SVN-Revision: 2448
This commit is contained in:
parent
909c7cca7b
commit
ddceeefc01
2 changed files with 2 additions and 2 deletions
|
@ -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) ipt_standard) $(IDIR_IPTABLES)/usr/lib/iptables/ \
|
||||
cp -fpR $(patsubst %,lib%.so,$(IPKG_IPTABLES-y)) $(IDIR_IPTABLES)/usr/lib/iptables/ \
|
||||
)
|
||||
$(RSTRIP) $(IDIR_IPTABLES)
|
||||
$(IPKG_BUILD) $(IDIR_IPTABLES) $(PACKAGE_DIR)
|
||||
|
|
|
@ -71,7 +71,7 @@ IPKG_KMOD_IPT_ULOG-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG
|
|||
#
|
||||
|
||||
IPKG_IPTABLES-y := ipt_standard
|
||||
IPKG_IPTABLES-y := ipt_icmp ipt_tcp ipt_udp
|
||||
IPKG_IPTABLES-y += ipt_icmp ipt_tcp ipt_udp
|
||||
|
||||
IPKG_IPTABLES_MOD_CONNTRACK-m :=
|
||||
IPKG_IPTABLES_MOD_CONNTRACK-$(CONFIG_IP_NF_MATCH_CONNMARK) += ipt_connmark
|
||||
|
|
Loading…
Reference in a new issue