mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 10:18:58 +00:00
Update modem, add generic rndis (#1385)
This commit is contained in:
committed by
GitHub
parent
405be35e28
commit
6fc21eee30
@@ -5,6 +5,13 @@ set_gpio() {
|
||||
sleep 1
|
||||
}
|
||||
|
||||
# Generic RNDIS
|
||||
if [ "$1" = "rndis-generic" ]; then
|
||||
modprobe rndis_host
|
||||
sleep 10
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# GK7205V200 Kafei with A7680C and usb0
|
||||
if [ "$1" = "a7680c-gk7205v200-kafei" ]; then
|
||||
set_gpio 57 0
|
||||
|
||||
Reference in New Issue
Block a user