From 0fb3e9df48ae56b4675e5e5544243e5db7ec6ce3 Mon Sep 17 00:00:00 2001 From: acoul Date: Sat, 2 Apr 2016 16:48:58 +0300 Subject: [PATCH] package/base-files: revise rc.local until we sync to upstream --- package/base-files/files/etc/rc.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/base-files/files/etc/rc.local b/package/base-files/files/etc/rc.local index 556b6d65d3..46580543bc 100644 --- a/package/base-files/files/etc/rc.local +++ b/package/base-files/files/etc/rc.local @@ -6,4 +6,8 @@ sleep 5; killall netifd ifconfig lo 127.0.0.1 netmask 255.0.0.0 ifconfig eth0 192.168.1.1 +mount -o remount,rw / +/bin/sleep 1 +/etc/init.d/dropbear restart + exit 0 -- 2.35.1