diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 13:55:49 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 13:55:49 +0000 |
commit | 2ce84647f91aa074aa4adc6cbf367c47be0240ec (patch) | |
tree | dababbbff1f6ff6e67b481ef5ba9012f8c46c152 | |
parent | bd1a5187a30d37637d3bf4d37b0754e5a1cd15dc (diff) |
we don't need the libiptc library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15487 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index dbfc0d716..cfce37769 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 |