summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-24 17:45:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-24 17:45:47 +0000
commit29d21777ac1008e60a4223a18013229f8b363b69 (patch)
treed3818b63197a4b492016b30a76865426215b6c52 /openwrt
parentda603a972bd36828a0f8f0e40caf079122bf2154 (diff)
downloadmtk-20170518-29d21777ac1008e60a4223a18013229f8b363b69.zip
mtk-20170518-29d21777ac1008e60a4223a18013229f8b363b69.tar.gz
mtk-20170518-29d21777ac1008e60a4223a18013229f8b363b69.tar.bz2
fix nocatsplash build, when it doesn't find iptables
SVN-Revision: 1053
Diffstat (limited to 'openwrt')
-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 2327deb..8820413 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" \