From: Imre Kaloz Date: Wed, 29 Apr 2009 13:55:49 +0000 (+0000) Subject: we don't need the libiptc library X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f8ba9b54a32421c97ad6c32d00a4b6b0e281c788 we don't need the libiptc library SVN-Revision: 15487 --- 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