diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-04-29 13:55:49 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-04-29 13:55:49 +0000 |
commit | 6032279e79c04fa658bd2a781df875657349ea35 (patch) | |
tree | c42198b72fa6e89b904319960cc4153ef77538e0 /package | |
parent | c0efd04f69d2b377bdcf819c34454fa6b619d121 (diff) | |
download | upstream-6032279e79c04fa658bd2a781df875657349ea35.tar.gz upstream-6032279e79c04fa658bd2a781df875657349ea35.tar.bz2 upstream-6032279e79c04fa658bd2a781df875657349ea35.zip |
we don't need the libiptc library
SVN-Revision: 15487
Diffstat (limited to 'package')
-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 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 |