]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.rpmify/firmware-path
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.rpmify / firmware-path
1 From: Jeff Mahoney <jeffm@suse.com>
2 Subject: [PATCH] firmware: Allow release-specific firmware dir
3
4 Every kernel package trying to provide files under /lib/firmware runs
5 into problems really quickly with multiple kernels installed.
6
7 This patch moves them to /lib/firmware/$KERNELRELEASE. udev v127's
8 firmware.sh looks there first before falling back to /lib/firmware.
9
10 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
11 ---
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/Makefile
16 +++ b/Makefile
17 @@ -1037,7 +1037,7 @@ depend dep:
18
19 # ---------------------------------------------------------------------------
20 # Firmware install
21 -INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware
22 +INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware/$(KERNELRELEASE)
23 export INSTALL_FW_PATH
24
25 PHONY += firmware_install