Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configs/6.13/all-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ CONFIG_KSM=y
CONFIG_LEGACY_PTY_COUNT=16
CONFIG_LOG_BUF_SHIFT=14
CONFIG_MAC80211=y
// Virtual 802.11 radio for rehosting devices whose real Wi-Fi driver (mt76 etc.) cannot
// load on the donor kernel: a real cfg80211 phy with full nl80211 so wifi-detect/hostapd/
// netifd bring up wlan* with no RF hardware. Built-in so the phy exists at boot. RUT2M RF model.
CONFIG_MAC80211_HWSIM=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_MINIX_FS=y
CONFIG_MODULES=y
Expand Down
Loading