mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-16 08:44:50 +00:00
rockchip: reload-sdio-wifi: delay 120s for 9tripod x3568-v4
Need to delay 120s if a modem is inserted. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
fe89a355ad
commit
05b18de214
@ -5,7 +5,7 @@ START=99
|
||||
boot() {
|
||||
case "$(board_name)" in
|
||||
9tripod,x3568-v4)
|
||||
( sleep 5s; wifi; ) &
|
||||
( sleep 120s; wifi; ) &
|
||||
;;
|
||||
ariaboard,photonicat)
|
||||
( modprobe ath10k_sdio; sleep 5s; wifi config; wifi; ) &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user