From: Joonas Kylmälä <[email protected]> Some compatible WiFi USB keys don't need the OS to load a nonfree firmware as it is stored and loaded automatically from a memory that is inside the USB key.
Signed-off-by: Joonas Kylmälä <[email protected]> [email protected]:: Added more context in the commit message Acked-by: Denis 'GNUtoo' Carikli <[email protected]> --- arch/arm/configs/lineageos_i9305_defconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/lineageos_i9305_defconfig b/arch/arm/configs/lineageos_i9305_defconfig index 7656ba9724af..1bf6c23c12a8 100644 --- a/arch/arm/configs/lineageos_i9305_defconfig +++ b/arch/arm/configs/lineageos_i9305_defconfig @@ -1423,7 +1423,15 @@ CONFIG_WLAN_REGION_CODE=100 # CONFIG_IWM is not set # CONFIG_LIBERTAS is not set # CONFIG_P54_COMMON is not set -# CONFIG_RT2X00 is not set +CONFIG_RT2X00=y +CONFIG_RT2500USB=y +# CONFIG_RT73USB is not set +# CONFIG_RT2800USB is not set +CONFIG_RT2X00_LIB_USB=y +CONFIG_RT2X00_LIB=y +CONFIG_RT2X00_LIB_CRYPTO=y +CONFIG_RT2X00_LIB_LEDS=y +# CONFIG_RT2X00_DEBUG is not set # CONFIG_RTL8192SE is not set # CONFIG_RTL8192CU is not set # CONFIG_WL1251 is not set -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
