wait longer after boot before installing socat...
This commit is contained in:
parent
d78342d29f
commit
2341e738cc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ boot() {
|
||||||
/sbin/ip -6 addr add 2a03:2260:a:b::1:66/64 dev br-client
|
/sbin/ip -6 addr add 2a03:2260:a:b::1:66/64 dev br-client
|
||||||
|
|
||||||
# install socat to ram
|
# install socat to ram
|
||||||
/bin/sleep 30
|
/bin/sleep 60
|
||||||
opkg update
|
opkg update
|
||||||
opkg install socat -d ram
|
opkg install socat -d ram
|
||||||
|
|
||||||
|
|
Reference in a new issue