summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-24 12:08:01 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-24 12:08:01 +0000
commitffc1fefe2cc6c65407b3e23f116a960c6643abd2 (patch)
tree1a4b3f3e15cce55c60ca54679d5141508ececb11 /package
parenta06b20f5b3a85d0a21339e273481d1b3898309b1 (diff)
downloadmtk-20170518-ffc1fefe2cc6c65407b3e23f116a960c6643abd2.zip
mtk-20170518-ffc1fefe2cc6c65407b3e23f116a960c6643abd2.tar.gz
mtk-20170518-ffc1fefe2cc6c65407b3e23f116a960c6643abd2.tar.bz2
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')
-rw-r--r--package/firewall/Makefile1
-rw-r--r--package/ocf-crypto-headers/Makefile1
-rw-r--r--package/qos-scripts/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 76ae273..61da9be 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
diff --git a/package/ocf-crypto-headers/Makefile b/package/ocf-crypto-headers/Makefile
index cf9185a..35cb845 100644
--- a/package/ocf-crypto-headers/Makefile
+++ b/package/ocf-crypto-headers/Makefile
@@ -18,6 +18,7 @@ define Package/ocf-crypto-headers
SECTION:=utils
CATEGORY:=Utilities
TITLE:=OCF-Linux cryptodev header
+ PKGARCH:=all
endef
define Build/Configure
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile
index d433172..65a7590 100644
--- a/package/qos-scripts/Makefile
+++ b/package/qos-scripts/Makefile
@@ -20,6 +20,7 @@ define Package/qos-scripts
CATEGORY:=Base system
DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
TITLE:=QoS scripts
+ PKGARCH:=all
endef
define Package/qos-scripts/description