mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:37:10 +02:00
[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
This commit is contained in:
parent
c24342582e
commit
d76c921c8c
@ -19,6 +19,7 @@ define Package/firewall
|
|||||||
URL:=http://openwrt.org/
|
URL:=http://openwrt.org/
|
||||||
TITLE:=OpenWrt firewall
|
TITLE:=OpenWrt firewall
|
||||||
DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
|
DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/firewall/description
|
define Package/firewall/description
|
||||||
|
@ -18,6 +18,7 @@ define Package/ocf-crypto-headers
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=OCF-Linux cryptodev header
|
TITLE:=OCF-Linux cryptodev header
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -20,6 +20,7 @@ define Package/qos-scripts
|
|||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
|
DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
|
||||||
TITLE:=QoS scripts
|
TITLE:=QoS scripts
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/qos-scripts/description
|
define Package/qos-scripts/description
|
||||||
|
Loading…
Reference in New Issue
Block a user