[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:
florian
2009-07-24 12:07:24 +00:00
parent 245f7a399c
commit 1902afe4e5
9 changed files with 9 additions and 0 deletions

View File

@ -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