diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-24 09:47:12 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-24 20:56:30 +0000 |
commit | 616fff2a94837f1372e78342b78edc7588a7bb9a (patch) | |
tree | 25a9a101803b082543df41bb9c3a1c9c34589403 /package/kernel/mwlwifi | |
parent | dce6b118eb9f9c43f93de3a4570d5b36f731e62e (diff) | |
download | upstream-616fff2a94837f1372e78342b78edc7588a7bb9a.tar.gz upstream-616fff2a94837f1372e78342b78edc7588a7bb9a.tar.bz2 upstream-616fff2a94837f1372e78342b78edc7588a7bb9a.zip |
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@makrotopia.org>
(cherry picked from commit 9b3aaf1cdb873cc2a7b2f2ef4e72ddb716afba38)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/kernel/mwlwifi')
-rw-r--r-- | package/kernel/mwlwifi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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@openwrt.org> PKG_BUILD_PARALLEL:=1 +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/package.mk |