mwlwifi: add PKG_FLAGS:=nonshared
authorDaniel Golle <daniel@makrotopia.org>
Wed, 24 Mar 2021 09:47:12 +0000 (09:47 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 24 Mar 2021 20:56:30 +0000 (20:56 +0000)
This should fix the problem of mwlwifi-firmware-* not being found
when using the ImageBuilder.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 9b3aaf1cdb873cc2a7b2f2ef4e72ddb716afba38)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/kernel/mwlwifi/Makefile

index 642d80083633812dd834a1e450d0e79d2d7aeeeb..22b0981d6347ef0a7601b4633ae1089b0e32899f 100644 (file)
@@ -21,6 +21,7 @@ PKG_MIRROR_HASH:=7bdd05765d8215a9c293cdcb028d63a04c9e55b337eaac9e8d3659bd8621832
 
 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 PKG_BUILD_PARALLEL:=1
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/package.mk