mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
iptables: install libxtables.so and libiptc.so into staging dir
SVN-Revision: 15550
This commit is contained in:
parent
029e43443b
commit
26f40c4bd4
@ -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