mirror of https://github.com/OpenIPC/firmware.git
Add RTL8811 USB WiFi profile (#1588)
parent
c03ba81448
commit
03aad83028
general/overlay/etc/wireless
|
@ -29,6 +29,12 @@ if [ "$1" = "rtl8733bu-generic" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Generic RTL8811CU
|
||||||
|
if [ "$1" = "rtl8811cu-generic" ]; then
|
||||||
|
modprobe 8821cu
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# Generic RTL8812AU
|
# Generic RTL8812AU
|
||||||
if [ "$1" = "rtl8812au-generic" ]; then
|
if [ "$1" = "rtl8812au-generic" ]; then
|
||||||
modprobe 88XXau rtw_ht_enable=0 rtw_led_enable=0
|
modprobe 88XXau rtw_ht_enable=0 rtw_led_enable=0
|
||||||
|
|
Loading…
Reference in New Issue