usbarmory-{base,kernel}: allow musl builds.
This commit is contained in:
parent
e7de2903a4
commit
0e3c4e8d11
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ short_desc="Void Linux USBarmory base files"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
|
||||||
only_for_archs="armv7l"
|
only_for_archs="armv7l armv7l-musl"
|
||||||
depends="virtual?ntp-daemon usbarmory-u-boot usbarmory-kernel"
|
depends="virtual?ntp-daemon usbarmory-u-boot usbarmory-kernel"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -19,6 +19,6 @@ do_install() {
|
||||||
echo "$m" > ${DESTDIR}/usr/lib/modules-load.d/${m%% *}.conf
|
echo "$m" > ${DESTDIR}/usr/lib/modules-load.d/${m%% *}.conf
|
||||||
done
|
done
|
||||||
|
|
||||||
vinstall ${FILESDIR}/dhcpcd-usb0.conf 644 /etc
|
vconf ${FILESDIR}/dhcpcd-usb0.conf
|
||||||
vsv dhcpcd-usb0
|
vsv dhcpcd-usb0
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
noshlibprovides=yes
|
noshlibprovides=yes
|
||||||
|
|
||||||
only_for_archs="armv7l"
|
only_for_archs="armv7l armv7l-musl"
|
||||||
hostmakedepends="perl kmod uboot-mkimage libressl-openssl bc"
|
hostmakedepends="perl kmod uboot-mkimage libressl-openssl bc"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
|
|
Loading…
Reference in a new issue