From 2341e738cc06b99ce4b328381d8c4293cd661310 Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 17 May 2016 23:13:27 +0200 Subject: [PATCH] wait longer after boot before installing socat... --- assets/zz_custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/zz_custom b/assets/zz_custom index b32c6ff..9fae9f6 100755 --- a/assets/zz_custom +++ b/assets/zz_custom @@ -14,7 +14,7 @@ boot() { /sbin/ip -6 addr add 2a03:2260:a:b::1:66/64 dev br-client # install socat to ram - /bin/sleep 30 + /bin/sleep 60 opkg update opkg install socat -d ram