[Lunar-commits] <moonbase-core> kernel: Stop kernel from installing conflicting firmware with linux-firmware
Stefan Wold
ratler at lunar-linux.org
Sat Jul 14 21:38:18 CEST 2012
commit d18b0cfaec66c16081d665c9a6f40bf369621647
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 14 Jul 2012 12:38:18 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/d18b0cfaec66c16081d665c9a6f40bf369621647
kernel: Stop kernel from installing conflicting firmware with linux-firmware
- Added linux-firmware as a dependency to the kernel
---
kernel/linux/BUILD +3/-0
kernel/linux/DEPENDS +1/-0
2 files changed, 4 insertions (+), 0 deletions (-)
--- a/kernel/linux/BUILD
+++ b/kernel/linux/BUILD
@@ -1,5 +1,8 @@
(
+ # Do not install firmware on modules_install
+ sedit '/Makefile.*__fw_modinst/d' Makefile
+
# Needed for x86_64
MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"
--- a/kernel/linux/DEPENDS
+++ b/kernel/linux/DEPENDS
@@ -1,2 +1,3 @@
depends autoconf
depends %KMOD
+depends linux-firmware
More information about the Lunar-commits
mailing list