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 | 0962dfabb8959daa8ee2939d8baf6f2efdd4e99b (patch) | |
tree | 3f1ed473a0b1eb2795e2fb8170c6e1ad3a33b46b /package/firewall | |
parent | 3fade8b75b85947b8b2594acf3617b746c4f90e9 (diff) | |
download | upstream-0962dfabb8959daa8ee2939d8baf6f2efdd4e99b.tar.gz upstream-0962dfabb8959daa8ee2939d8baf6f2efdd4e99b.tar.bz2 upstream-0962dfabb8959daa8ee2939d8baf6f2efdd4e99b.zip |
[package] set PKGARCH to all for packages in trunk containing only arch-neutral files (#5572)
Signed-off-by: Malte S. Stretz <mss@apache.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16966 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall')
-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 |