12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||
|
START=50
|
||
|
|
||
|
start() {
|
||
|
smcroute -d
|
||
|
}
|
||
|
|
||
|
stop() {
|
||
|
smcroute -k
|
||
|
}
|