diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-24 12:08:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-24 12:08:01 +0000 |
commit | ffc1fefe2cc6c65407b3e23f116a960c6643abd2 (patch) | |
tree | 1a4b3f3e15cce55c60ca54679d5141508ececb11 /package/firewall/Makefile | |
parent | a06b20f5b3a85d0a21339e273481d1b3898309b1 (diff) | |
download | upstream-ffc1fefe2cc6c65407b3e23f116a960c6643abd2.tar.gz upstream-ffc1fefe2cc6c65407b3e23f116a960c6643abd2.tar.bz2 upstream-ffc1fefe2cc6c65407b3e23f116a960c6643abd2.zip |
set PKGARCH to all for packages in trunk containing only arch-neutral files (#5572)
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 16966
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r-- | package/firewall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 76ae2736f9..61da9bed19 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -19,6 +19,7 @@ define Package/firewall URL:=http://openwrt.org/ TITLE:=OpenWrt firewall DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat + PKGARCH:=all endef define Package/firewall/description |