From 1902afe4e521e819aeb32598ebbe3fb5e4ef26cd Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 24 Jul 2009 12:07:24 +0000 Subject: [PATCH] [package] set PKGARCH to all for packages containing only arch-neutral files (#5572) Signed-off-by: Malte S. Stretz git-svn-id: svn://svn.openwrt.org/openwrt/packages@16965 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- devel/build-essential/Makefile | 1 + ipv6/6scripts/Makefile | 1 + lang/php-pear-xmlrpc/Makefile | 1 + net/ddns-scripts/Makefile | 1 + net/shorewall-common/Makefile | 1 + net/speedtouch-usb-firmware/Makefile | 1 + net/wshaper/Makefile | 1 + utils/bash-completion/Makefile | 1 + utils/dir300-flash/Makefile | 1 + 9 files changed, 9 insertions(+) diff --git a/devel/build-essential/Makefile b/devel/build-essential/Makefile index 446440ab1..f22611d64 100644 --- a/devel/build-essential/Makefile +++ b/devel/build-essential/Makefile @@ -19,6 +19,7 @@ define Package/build-essential CATEGORY:=Development TITLE:=Build essentials DEPENDS=+gcc +make +binutils +patch +diffutils @NO_STRIP + PKGARCH:=all endef define Build/Compile diff --git a/ipv6/6scripts/Makefile b/ipv6/6scripts/Makefile index 1174f4bf0..f4e54fe6b 100644 --- a/ipv6/6scripts/Makefile +++ b/ipv6/6scripts/Makefile @@ -18,6 +18,7 @@ define Package/6scripts CATEGORY:=IPv6 DEPENDS:=+kmod-ipv6 TITLE:=IPv6 scripts + PKGARCH:=all endef define Package/6scripts/description diff --git a/lang/php-pear-xmlrpc/Makefile b/lang/php-pear-xmlrpc/Makefile index 81eae6a16..094a9bb22 100644 --- a/lang/php-pear-xmlrpc/Makefile +++ b/lang/php-pear-xmlrpc/Makefile @@ -26,6 +26,7 @@ define Package/php-pear-xmlrpc TITLE:=PEAR XML-RPC module URL:=http://pear.php.net/ DEPENDS:=php-pear + PKGARCH:=all endef define Build/Configure diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 8b51b7464..97c3d96d4 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,6 +12,7 @@ define Package/ddns-scripts SECTION:=net CATEGORY:=Network TITLE:=Dynamic DNS Scripts + PKGARCH:=all endef define Package/ddns-scripts/description diff --git a/net/shorewall-common/Makefile b/net/shorewall-common/Makefile index 9cb08fa5a..702f56dd1 100644 --- a/net/shorewall-common/Makefile +++ b/net/shorewall-common/Makefile @@ -24,6 +24,7 @@ define Package/shorewall-common TITLE:=Shorewall URL:=http://www.shorewall.net/ SUBMENU:=firewall + PKGARCH:=all endef define Package/shorewall-common/description diff --git a/net/speedtouch-usb-firmware/Makefile b/net/speedtouch-usb-firmware/Makefile index 4e3fe0a07..c55b0054b 100644 --- a/net/speedtouch-usb-firmware/Makefile +++ b/net/speedtouch-usb-firmware/Makefile @@ -25,6 +25,7 @@ define Package/speedtouch-usb-firmware CATEGORY:=Network TITLE:=SpeedTouch 330 ADSL USB firmware DEPENDS:=+kmod-usb-atm +kmod-usb-atm-speedtouch @LINUX_2_6 + PKGARCH:=all endef define Package/speedtouch-usb-firmware/description diff --git a/net/wshaper/Makefile b/net/wshaper/Makefile index 9366af24c..987086bd4 100644 --- a/net/wshaper/Makefile +++ b/net/wshaper/Makefile @@ -20,6 +20,7 @@ define Package/wshaper DEPENDS:=+kmod-sched +tc TITLE:=wshaper URL:=http://lartc.org/wondershaper/ + PKGARCH:=all endef define Package/wshaper/description diff --git a/utils/bash-completion/Makefile b/utils/bash-completion/Makefile index 95e91d910..fc4ed5369 100644 --- a/utils/bash-completion/Makefile +++ b/utils/bash-completion/Makefile @@ -25,6 +25,7 @@ define Package/bash-completion TITLE:=bash completion scripts DEPENDS:=+libncurses +bash URL:=http://www.caliban.org/bash/ + PKGARCH:=all endef define Package/bash-completion/description diff --git a/utils/dir300-flash/Makefile b/utils/dir300-flash/Makefile index a5146f9a6..c2712128b 100644 --- a/utils/dir300-flash/Makefile +++ b/utils/dir300-flash/Makefile @@ -23,6 +23,7 @@ define Package/dir300-flash CATEGORY:=Utilities TITLE:=Flashes a custom firmware on the DIR-300 wireless router URL:=http://x-alina.freifunk-potsdam.de/ + PKGARCH:=all endef define Download/ap61.ram -- 2.11.0