[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
|
CATEGORY:=Development
|
||||||
TITLE:=Build essentials
|
TITLE:=Build essentials
|
||||||
DEPENDS=+gcc +make +binutils +patch +diffutils @NO_STRIP
|
DEPENDS=+gcc +make +binutils +patch +diffutils @NO_STRIP
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -18,6 +18,7 @@ define Package/6scripts
|
|||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
DEPENDS:=+kmod-ipv6
|
DEPENDS:=+kmod-ipv6
|
||||||
TITLE:=IPv6 scripts
|
TITLE:=IPv6 scripts
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/6scripts/description
|
define Package/6scripts/description
|
||||||
|
@ -26,6 +26,7 @@ define Package/php-pear-xmlrpc
|
|||||||
TITLE:=PEAR XML-RPC module
|
TITLE:=PEAR XML-RPC module
|
||||||
URL:=http://pear.php.net/
|
URL:=http://pear.php.net/
|
||||||
DEPENDS:=php-pear
|
DEPENDS:=php-pear
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -12,6 +12,7 @@ define Package/ddns-scripts
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Dynamic DNS Scripts
|
TITLE:=Dynamic DNS Scripts
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ddns-scripts/description
|
define Package/ddns-scripts/description
|
||||||
|
@ -24,6 +24,7 @@ define Package/shorewall-common
|
|||||||
TITLE:=Shorewall
|
TITLE:=Shorewall
|
||||||
URL:=http://www.shorewall.net/
|
URL:=http://www.shorewall.net/
|
||||||
SUBMENU:=firewall
|
SUBMENU:=firewall
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/shorewall-common/description
|
define Package/shorewall-common/description
|
||||||
|
@ -25,6 +25,7 @@ define Package/speedtouch-usb-firmware
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=SpeedTouch 330 ADSL USB firmware
|
TITLE:=SpeedTouch 330 ADSL USB firmware
|
||||||
DEPENDS:=+kmod-usb-atm +kmod-usb-atm-speedtouch @LINUX_2_6
|
DEPENDS:=+kmod-usb-atm +kmod-usb-atm-speedtouch @LINUX_2_6
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/speedtouch-usb-firmware/description
|
define Package/speedtouch-usb-firmware/description
|
||||||
|
@ -20,6 +20,7 @@ define Package/wshaper
|
|||||||
DEPENDS:=+kmod-sched +tc
|
DEPENDS:=+kmod-sched +tc
|
||||||
TITLE:=wshaper
|
TITLE:=wshaper
|
||||||
URL:=http://lartc.org/wondershaper/
|
URL:=http://lartc.org/wondershaper/
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wshaper/description
|
define Package/wshaper/description
|
||||||
|
@ -25,6 +25,7 @@ define Package/bash-completion
|
|||||||
TITLE:=bash completion scripts
|
TITLE:=bash completion scripts
|
||||||
DEPENDS:=+libncurses +bash
|
DEPENDS:=+libncurses +bash
|
||||||
URL:=http://www.caliban.org/bash/
|
URL:=http://www.caliban.org/bash/
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bash-completion/description
|
define Package/bash-completion/description
|
||||||
|
@ -23,6 +23,7 @@ define Package/dir300-flash
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Flashes a custom firmware on the DIR-300 wireless router
|
TITLE:=Flashes a custom firmware on the DIR-300 wireless router
|
||||||
URL:=http://x-alina.freifunk-potsdam.de/
|
URL:=http://x-alina.freifunk-potsdam.de/
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Download/ap61.ram
|
define Download/ap61.ram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user