From: Imre Kaloz Date: Wed, 29 Apr 2009 13:55:49 +0000 (+0000) Subject: we don't need the libiptc library X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=be65e26a831ce0a7f9aa0a00bed6c6c75dd0386d;p=15.05%2Fopenwrt.git we don't need the libiptc library git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15487 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index dbfc0d7167..cfce37769c 100644 --- a/package/iptables/Makefile +++ b/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