[package] set PKGARCH to all for packages containing only arch-neutral files (#5572)
Signed-off-by: Malte S. Stretz <mss@apache.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@16965 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
245f7a399c
commit
1902afe4e5
@ -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
|
||||
|
@ -18,6 +18,7 @@ define Package/6scripts
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+kmod-ipv6
|
||||
TITLE:=IPv6 scripts
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/6scripts/description
|
||||
|
@ -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
|
||||
|
@ -12,6 +12,7 @@ define Package/ddns-scripts
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Dynamic DNS Scripts
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/ddns-scripts/description
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user