#!/bin/sh /etc/rc.common
#
# Copyright (C) 2016-2018 The slide-switch authors
# https://github.com/jefferyto/openwrt-slide-switch
#
# slide-switch is free software, licensed under the GNU General Public License v2.
#

prefix=/usr
exec_prefix=/usr

START=99

boot() {
	"/usr/sbin/slide-switch" init
}
