projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc0342
)
mwlwifi: add PKG_FLAGS:=nonshared
author
Daniel Golle
<
[email protected]
>
Wed, 24 Mar 2021 09:47:12 +0000
(09:47 +0000)
committer
Daniel Golle
<
[email protected]
>
Wed, 24 Mar 2021 20:52:59 +0000
(20:52 +0000)
This should fix the problem of mwlwifi-firmware-* not being found
when using the ImageBuilder.
Signed-off-by: Daniel Golle <
[email protected]
>
(cherry picked from commit
9b3aaf1cdb873cc2a7b2f2ef4e72ddb716afba38
)
Signed-off-by: Daniel Golle <
[email protected]
>
package/kernel/mwlwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mwlwifi/Makefile
b/package/kernel/mwlwifi/Makefile
index ebd88bb352f21574d4a9412de2d5917f54a33634..749fbbe90fd8ef35c2eff7885518224d29dcc9ec 100644
(file)
--- a/
package/kernel/mwlwifi/Makefile
+++ b/
package/kernel/mwlwifi/Makefile
@@
-21,6
+21,7
@@
PKG_MIRROR_HASH:=0eda0e774a87e58e611d6436350e1cf2be3de50fddde334909a07a15b0c9862
PKG_MAINTAINER:=Imre Kaloz <
[email protected]
>
PKG_BUILD_PARALLEL:=1
+PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/package.mk