mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
We was missing the firmware required for this, and for this to work cfg80211 needs to be as module since the rootfs is not loaded when it is loaded if compiled in kernel. And add iw since it very useful for debugging.
21 lines
728 B
Plaintext
21 lines
728 B
Plaintext
config BR2_PACKAGE_FEATURE_WIFI
|
|
bool "Feature Wi-Fi"
|
|
select BR2_PACKAGE_WPA_SUPPLICANT
|
|
select BR2_PACKAGE_WPA_SUPPLICANT_WPA3
|
|
select BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG
|
|
select BR2_PACKAGE_WPA_SUPPLICANT_AUTOSCAN
|
|
select BR2_PACKAGE_WPA_SUPPLICANT_CLI
|
|
select BR2_PACKAGE_WIRELESS_REGDB
|
|
select BR2_PACKAGE_IW
|
|
help
|
|
Enables WiFi in Infix. Enables all requried applications.
|
|
|
|
config BR2_PACKAGE_FEATURE_WIFI_DONGLE_REALTEK
|
|
bool "Realtek USB WiFi Dongles"
|
|
depends on BR2_PACKAGE_FEATURE_WIFI
|
|
select BR2_PACKAGE_LINUX_FIRMWARE
|
|
select BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW88
|
|
select BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW89
|
|
help
|
|
Enables Support for RTW88 and RTW89 USB dongles.
|