armvirt: Add mac80211-hwsim realtek2
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Mar 2022 12:09:56 +0000 (13:09 +0100)
committerHauke 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

index 21d8f04d9ef982da004d23addff52d91ae02c54f..ca65e50151d7833f59ae3328d692b7fe5cd66294 100644 (file)
@@ -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))