blob: 3fe84d2998ed67e3789f9d89cfc6272e13ccff42 [file] [log] [blame]
hong.liuf024a692025-06-11 02:40:53 -07001#!/bin/sh /etc/rc.common
2# Copyright (C) 2006-2011 OpenWrt.org
3START=20
4start_service() {
hj.shao201e0f92025-06-24 01:29:07 -07005 echo "gsw start--" > /dev/kmsg
hong.liuab27b3d2025-06-25 11:11:36 +08006 rmmod mfp #temp for gsw
7 echo 255 > /sys/class/leds/red/brightness #when start oemapp up GPIO08
hong.liuf024a692025-06-11 02:40:53 -07008 if [ -f /etc/gsw_oemapp_start.sh ]
9 then
10 /etc/gsw_oemapp_start.sh &
11 fi
12 echo "--gsw start end--" > /dev/kmsg
13}
14start_service