X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fiptables%2Fiptables.mk;h=e343a6122e921071a14e6bc5aa84bba95ab501c6;hb=b29ef886116d541c519807a1b277882a32147f08;hp=f053f1e33df71d3f63144380817ef2de8164022c;hpb=2f006aa5e8a74e2dd224f5e9b90d36c79651fd66;p=openwrt-10.03%2F.git diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index f053f1e33..e343a6122 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -19,8 +19,8 @@ $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked # Allow patches. Needed for openwrt for instance. toolchain/patch-kernel.sh $(IPTABLES_BUILD_DIR) package/iptables/ iptables-\*.patch # - $(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \ - $(BUILD_DIR)/uClibc/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile + # $(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \ + # $(BUILD_DIR)/uClibc/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile touch $(IPTABLES_BUILD_DIR)/.configured $(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured @@ -49,3 +49,7 @@ iptables-clean: iptables-dirclean: rm -rf $(IPTABLES_BUILD_DIR) + +ifeq ($(strip $(BR2_PACKAGE_IPTABLES)),y) +TARGETS+=iptables +endif