summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 17:45:47 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 17:45:47 +0000
commit92f171b0b1d95c5aa2d3815e245c8db110c061f0 (patch)
treed3818b63197a4b492016b30a76865426215b6c52
parent9123dbc576fdfc51b0bafb8f330dc20a1b802231 (diff)
fix nocatsplash build, when it doesn't find iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1053 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/nocatsplash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/nocatsplash/Makefile b/openwrt/package/nocatsplash/Makefile
index 2327debb0..8820413e4 100644
--- a/openwrt/package/nocatsplash/Makefile
+++ b/openwrt/package/nocatsplash/Makefile
@@ -42,6 +42,7 @@ $(PKG_BUILD_DIR)/.configured:
--mandir=/usr/share/man \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
+ --with-firewall=iptables \
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
--with-glib-prefix="$(STAGING_DIR)/usr" \