From 06c82705dc3c49bdbb5a78e5ebcb0763020b564c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 27 Oct 2013 10:20:46 +0100 Subject: [PATCH] linux: add linux-firmware/dracut, otherwise those won't be built. --- srcpkgs/linux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index c4f9f979d5c..2c129c05d3b 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -10,7 +10,7 @@ license="Public domain" # XXX make it available to all architectures/platforms (rpi). only_for_archs="i686 x86_64" -makedepends="linux3.10" +makedepends="linux3.10 linux-firmware dracut" linux_package() { depends="linux3.10"