mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
14 lines
167 B
Bash
Executable File
14 lines
167 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=99
|
|
|
|
boot() {
|
|
. /lib/functions.sh
|
|
|
|
case "$(board_name)" in
|
|
edgecore,eap105)
|
|
ssdk_sh debug phy set 0x1 0x601FD032 0xff
|
|
;;
|
|
esac
|
|
}
|