mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
* Reduce the i2c frequency to enable the encryption chip to be recognized * Add USB xr Serial driver and init gps uart param * Factory reset when switching wifi mode * SFP gpio should be input mode Fixes: WIFI-14789 Signed-off-by: Justin.Guo <guoxijun@actiontec.com>
8 lines
135 B
Bash
Executable File
8 lines
135 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=99
|
|
|
|
boot(){
|
|
[ -e /dev/ttyUSB0 ] && stty -F /dev/ttyUSB0 115200 cs8 -cstopb -parenb -icrnl -onlcr
|
|
}
|