aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-04-29 13:55:49 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-04-29 13:55:49 +0000
commit6032279e79c04fa658bd2a781df875657349ea35 (patch)
treec42198b72fa6e89b904319960cc4153ef77538e0 /package/iptables
parentc0efd04f69d2b377bdcf819c34454fa6b619d121 (diff)
downloadupstream-6032279e79c04fa658bd2a781df875657349ea35.tar.gz
upstream-6032279e79c04fa658bd2a781df875657349ea35.tar.bz2
upstream-6032279e79c04fa658bd2a781df875657349ea35.zip
we don't need the libiptc library
SVN-Revision: 15487
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile1
1 files changed, 0 insertions, 1 deletions
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