mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 16:41:06 +02:00
[package] iptables: install libxtables.so and libiptc.so into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15550 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e9bcc13ca
commit
df79c3c4cd
@ -270,6 +270,8 @@ endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/.libs/libxtables.so* $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/libiptc/.libs/libiptc.so* $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user