wlan-ap-Telecominfraproject/feeds/rtkmipsel/rtk_app/files/rtk_app.init
John Crispin 34138032a7 rtkmipsel: add target support
Signed-off-by: John Crispin <john@phrozen.org>
2022-02-04 08:06:06 +01:00

15 lines
203 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
set -x
START=38
start() {
#delay for wifi module load
sleep 0.5
/usr/sbin/rtk_txcalr -w
iw reg set US
}
stop()
{
echo "kill rtk_txcalr\n"
}