mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
create /var/run on radvd start
SVN-Revision: 656
This commit is contained in:
parent
e419d8d328
commit
939e2c0ac9
@ -3,6 +3,7 @@
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
|
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
|
||||||
|
mkdir -p /var/run
|
||||||
/usr/sbin/radvd
|
/usr/sbin/radvd
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user