From: Felix Fietkau Date: Tue, 24 May 2005 17:45:47 +0000 (+0000) Subject: fix nocatsplash build, when it doesn't find iptables X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8cb5023572e6a2b9ede73b5ed58b203a59cfaf70;p=15.05%2Fopenwrt.git fix nocatsplash build, when it doesn't find iptables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1053 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/nocatsplash/Makefile b/openwrt/package/nocatsplash/Makefile index 2327debb0f..8820413e4d 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" \