package/base-files: update rc.local
authoracoul <alex@ozo.com>
Fri, 1 Apr 2016 05:10:13 +0000 (08:10 +0300)
committeracoul <alex@ozo.com>
Fri, 1 Apr 2016 05:10:13 +0000 (08:10 +0300)
package/base-files/files/etc/rc.local

index 26a10005f7b8da5f5ab009ded05a5076ab0c56b2..556b6d65d3b176489fa42f148683aa423edfdf4b 100644 (file)
@@ -6,6 +6,4 @@ sleep 5; killall netifd
 ifconfig lo 127.0.0.1 netmask 255.0.0.0
 ifconfig eth0 192.168.1.1
 
-/etc/init.d/dropbear restart
-
 exit 0