mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 18:01:06 +02:00
[package] iptables: partly revert r22582, fixes ip6tables extension packaging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e8e10ac77
commit
c65f903408
@ -353,6 +353,10 @@ endef
|
|||||||
define Package/ip6tables/install
|
define Package/ip6tables/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
|
||||||
|
$(INSTALL_DIR) $(1)/usr/lib/iptables
|
||||||
|
(cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
|
||||||
|
$(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ip6tables-utils/install
|
define Package/ip6tables-utils/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user