mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 02:18:57 +00:00
Please update \etc\wireless\usb to include specific profile for IPC-3… (#1497)
Co-authored-by: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com>
This commit is contained in:
@@ -55,6 +55,13 @@ if [ "$1" = "rtl8733bu-gk7205v200-camhi" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# GK7205V200 Kafei
|
||||
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
|
||||
set_gpio 57 0
|
||||
modprobe 8188fu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# GK7205V300 CamHi
|
||||
if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
|
||||
set_gpio 7 0
|
||||
@@ -62,10 +69,11 @@ if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# GK7205V200 Kafei
|
||||
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
|
||||
set_gpio 57 0
|
||||
modprobe 8188fu
|
||||
# GK7205V300 XM IVG-G6S
|
||||
if [ "$1" = "atbm603x-gk7205v300-xm-g6s" ]; then
|
||||
devmem 0x100C0080 32 0x530
|
||||
set_gpio 7 0
|
||||
modprobe atbm603x_wifi_usb
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user