From fb45d662602a7b47e2ebe5660e57f4969bfd3e70 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 Jan 2016 09:45:25 +0100 Subject: [PATCH] linux: make this build on !x86 (empty stub for dkms). --- srcpkgs/linux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index 17e192a48cb..194f0e017aa 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -7,13 +7,13 @@ homepage="http://www.voidlinux.eu/" short_desc="The Linux kernel meta package" maintainer="Juan RP " license="Public domain" -only_for_archs="i686 i686-musl x86_64 x86_64-musl" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) depends="linux${version} linux-firmware-amd linux-firmware-network dracut" _depends_headers="linux${version}-headers" ;; + *) ;; esac linux-headers_package() {