diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-24 17:45:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-24 17:45:47 +0000 |
commit | 29d21777ac1008e60a4223a18013229f8b363b69 (patch) | |
tree | d3818b63197a4b492016b30a76865426215b6c52 /openwrt/package/nocatsplash | |
parent | da603a972bd36828a0f8f0e40caf079122bf2154 (diff) | |
download | mtk-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/package/nocatsplash')
-rw-r--r-- | openwrt/package/nocatsplash/Makefile | 1 |
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" \ |