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: https://git.librecmc.org/?a=commitdiff_plain;h=29d21777ac1008e60a4223a18013229f8b363b69;p=librecmc%2Flibrecmc.git fix nocatsplash build, when it doesn't find iptables SVN-Revision: 1053 --- 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" \