From: Hauke Mehrtens Date: Fri, 25 Mar 2022 12:09:56 +0000 (+0100) Subject: armvirt: Add mac80211-hwsim X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b82514f53648d6e8a5c5dfcecda8cdccb3a0b77a;p=openwrt%2Fstaging%2Fhauke.git armvirt: Add mac80211-hwsim 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 --- diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 21d8f04d9e..ca65e50151 100644 --- 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))