summaryrefslogtreecommitdiff
path: root/package/iptables
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
commit369864cf105bf541f4e42643d6e5647ecea20379 (patch)
treebe30f01e6d6ed52ca555bcfa8c68e3a3bb4b1db0 /package/iptables
parent9540549182e3b67f717a4a15109ad848b0a5161a (diff)
be a bit more consistant with naming, always escape wildcards
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index a95098680..879b2f8bb 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -17,7 +17,7 @@ $(IPTABLES_BUILD_DIR)/.unpacked: $(DL_DIR)/$(IPTABLES_SOURCE)
$(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
+ 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