[openwrt/openwrt] mwlwifi: add PKG_FLAGS:=nonshared
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 24 20:57:13 GMT 2021
dangole pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/616fff2a94837f1372e78342b78edc7588a7bb9a
commit 616fff2a94837f1372e78342b78edc7588a7bb9a
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Mar 24 09:47:12 2021 +0000
mwlwifi: add PKG_FLAGS:=nonshared
This should fix the problem of mwlwifi-firmware-* not being found
when using the ImageBuilder.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
(cherry picked from commit 9b3aaf1cdb873cc2a7b2f2ef4e72ddb716afba38)
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/kernel/mwlwifi/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile
index 642d800836..22b0981d63 100644
--- a/package/kernel/mwlwifi/Makefile
+++ b/package/kernel/mwlwifi/Makefile
@@ -21,6 +21,7 @@ PKG_MIRROR_HASH:=7bdd05765d8215a9c293cdcb028d63a04c9e55b337eaac9e8d3659bd8621832
PKG_MAINTAINER:=Imre Kaloz <kaloz at openwrt.org>
PKG_BUILD_PARALLEL:=1
+PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list