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:52:59 +0000 |
commit | aacf3786083fbf3e96e732f14c3b72077d543ef0 (patch) | |
tree | ca80b1dfb78849d11e05d3347f80f72a040a2579 /package | |
parent | fdc0342704b692c46ccb65c6372a853ff89094c4 (diff) | |
download | upstream-aacf3786083fbf3e96e732f14c3b72077d543ef0.tar.gz upstream-aacf3786083fbf3e96e732f14c3b72077d543ef0.tar.bz2 upstream-aacf3786083fbf3e96e732f14c3b72077d543ef0.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')
-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 ebd88bb352..749fbbe90f 100644 --- a/package/kernel/mwlwifi/Makefile +++ b/package/kernel/mwlwifi/Makefile @@ -21,6 +21,7 @@ PKG_MIRROR_HASH:=0eda0e774a87e58e611d6436350e1cf2be3de50fddde334909a07a15b0c9862 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> PKG_BUILD_PARALLEL:=1 +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/package.mk |