X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flinux-firmware;h=f08dffb628529b3a1de0dbd17593b98b27f6f2c1;hp=244274126e1c4a3838740dc1c9c70f00f85a42ae;hb=8a4780de645a5b3ab42054eaf022c57d6849ae9a;hpb=d8d50f95f947744b866cc9da02716a1f8ad4d58c diff --git a/lfs/linux-firmware b/lfs/linux-firmware index 244274126e..f08dffb628 100644 --- a/lfs/linux-firmware +++ b/lfs/linux-firmware @@ -70,8 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/0001-Add-support-for-compressing-firmware-in-copy-firmwar.patch - cd $(DIR_APP) && make installcompress + mkdir -p /lib/firmware + cd $(DIR_APP) && make install # Remove any spaces in filenames while read -r file; do \