mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 08:59:57 +00:00
ucentral-schema: add GPS default configuration for WF-660A and WF-672
Fixes: WIFI-15223 Signed-off-by: Justin.Guo <guoxijun@actiontec.com>
This commit is contained in:
parent
81c289ee66
commit
ef4f095c96
@ -12,6 +12,18 @@ case "$(board_name)" in
|
||||
uci set gps.@gps[-1].disabled=0
|
||||
uci set gps.@gps[-1].baudrate=115200
|
||||
;;
|
||||
"cig,wf672")
|
||||
uci set gps.@gps[-1].tty='ttyUSB0'
|
||||
uci set gps.@gps[-1].adjust_time=0
|
||||
uci set gps.@gps[-1].disabled=1
|
||||
uci set gps.@gps[-1].baudrate=115200
|
||||
;;
|
||||
"cig,wf660a")
|
||||
uci set gps.@gps[-1].tty='ttyMSM0'
|
||||
uci set gps.@gps[-1].adjust_time=0
|
||||
uci set gps.@gps[-1].disabled=1
|
||||
uci set gps.@gps[-1].baudrate=9600
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user