projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a2344
)
mwlwifi: add PKG_FLAGS:=nonshared
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 24 Mar 2021 09:47:12 +0000
(09:47 +0000)
committer
Daniel Golle
<daniel@makrotopia.org>
Wed, 24 Mar 2021 15:26:31 +0000
(15:26 +0000)
This should fix the problem of mwlwifi-firmware-* not being found
when using the ImageBuilder.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/kernel/mwlwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mwlwifi/Makefile
b/package/kernel/mwlwifi/Makefile
index 648c826ccb9278c9c23dfa88f81862c7c808cbb2..eb986dca03c2d20c696b9cb476325189a235c7c5 100644
(file)
--- 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