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:
@@ -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; ) &
|
||||
|
||||
Reference in New Issue
Block a user