Finally get around to fixing the ipkg-build dependancy (thx nico)
[openwrt.git] / obsolete-buildroot / make / netfilter.mk
index 114a319..801f74a 100644 (file)
@@ -4,10 +4,12 @@
 #
 #############################################################
 
-NETFILTER_SNAPSHOT:=20040508
-NETFILTER_SOURCE:=patch-o-matic-$(NETFILTER_SNAPSHOT).tar.bz2
-NETFILTER_SITE:=ftp://ftp.netfilter.org/pub/patch-o-matic/snapshot/
-NETFILTER_DIR:=$(BUILD_DIR)/patch-o-matic-$(NETFILTER_SNAPSHOT)
+ifeq ($(strip $(USE_NETFILTER_SNAPSHOT)),)
+USE_NETFILTER_SNAPSHOT=20040508
+endif
+NETFILTER_SOURCE:=patch-o-matic-$(USE_NETFILTER_SNAPSHOT).tar.bz2
+NETFILTER_DIR:=$(BUILD_DIR)/patch-o-matic-$(USE_NETFILTER_SNAPSHOT)
+NETFILTER_SITE:=ftp://ftp.netfilter.org/pub/patch-o-matic/snapshot
 NETFILTER_CAT:=bzcat
 
 # ipv6_mld breaks net/ipv6/mcast.c
This page took 0.020649 seconds and 4 git commands to generate.