This is no longer necessary since commit 57776e6
(base-files: remove default /etc/config/network,
generate it via board.d instead)
Run-tested: ZedBoard
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
master
parent
dfac3ffd07
commit
7967e6c067
@ -1,3 +0,0 @@ |
||||
define Package/base-files/install-target |
||||
rm -f $(1)/etc/config/network
|
||||
endef |
@ -1,17 +0,0 @@ |
||||
# Copyright (C) 2015 OpenWrt.org |
||||
|
||||
config interface loopback |
||||
option ifname lo |
||||
option proto static |
||||
option ipaddr 127.0.0.1 |
||||
option netmask 255.0.0.0 |
||||
|
||||
config interface lan |
||||
option ifname eth0 |
||||
option proto static |
||||
option ipaddr 192.168.1.1 |
||||
option netmask 255.255.255.0 |
||||
option ip6assign 60 |
||||
|
||||
config globals globals |
||||
option ula_prefix auto |
Loading…
Reference in new issue