From: florian Date: Fri, 24 Jul 2009 12:08:01 +0000 (+0000) Subject: [package] set PKGARCH to all for packages in trunk containing only arch-neutral files... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=d76c921c8c210ed9aa569b304a469c2387555034 [package] set PKGARCH to all for packages in trunk containing only arch-neutral files (#5572) Signed-off-by: Malte S. Stretz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16966 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 76ae2736f..61da9bed1 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 cf9185a56..35cb84551 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 d433172a7..65a759088 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