mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 06:53:08 +02:00
create /var/run on radvd start
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dce6763610
commit
ba77428ab0
@ -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