projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c66b5
)
armvirt: Add mac80211-hwsim
realtek2
author
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 25 Mar 2022 12:09:56 +0000
(13:09 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 25 Mar 2022 13:27:03 +0000
(14:27 +0100)
Add wifi support using kmod-mac80211-hwsim. This allows to run some
basic tests with simulated wifi on the armvirt target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/armvirt/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/armvirt/Makefile
b/target/linux/armvirt/Makefile
index 21d8f04d9ef982da004d23addff52d91ae02c54f..ca65e50151d7833f59ae3328d692b7fe5cd66294 100644
(file)
--- a/
target/linux/armvirt/Makefile
+++ b/
target/linux/armvirt/Makefile
@@
-13,6
+13,6
@@
KERNEL_PATCHVER:=5.10
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += mkf2fs e2fsprogs
+DEFAULT_PACKAGES +=
wpad-basic-wolfssl kmod-mac80211-hwsim
mkf2fs e2fsprogs
$(eval $(call BuildTarget))