{rpi,sun7i}-kernel: allow armv[67]l-musl builds.

This commit is contained in:
Juan RP 2015-05-26 07:39:16 +02:00
parent 94f0c8d905
commit 597593d331
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ noverifyrdeps=yes
noshlibprovides=yes
# RPi and RPi2
only_for_archs="armv6l armv7l"
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
hostmakedepends="perl kmod uboot-mkimage libressl-openssl bc"
makedepends="ncurses-devel"
triggers="kernel-hooks"

View file

@ -19,7 +19,7 @@ _kernver="${version}_${revision}"
nostrip=yes
noverifyrdeps=yes
only_for_archs="armv7l"
only_for_archs="armv7l armv7l-musl"
hostmakedepends="perl python kmod uboot-mkimage libressl-openssl bc"
makedepends="ncurses-devel"
triggers="kernel-hooks"