{rpi,sun7i}-kernel: allow armv[67]l-musl builds.
This commit is contained in:
parent
94f0c8d905
commit
597593d331
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue