Browse Source

we don't need the libiptc library

SVN-Revision: 15487
Imre Kaloz 16 năm trước cách đây
mục cha
commit
6032279e79
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      package/iptables/Makefile

+ 0 - 1
package/iptables/Makefile

@@ -272,7 +272,6 @@ endef
 define Build/InstallDev
 	$(INSTALL_DIR) $(1)/usr/lib
 	$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
-	$(CP) $(PKG_BUILD_DIR)/libiptc/libiptc.a $(1)/usr/lib
 endef
 
 define Package/iptables/install