forked from Ivasoft/openwrt
zynq: remove hard-coded network configuration
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>
This commit is contained in:
committed by
John Crispin
parent
dfac3ffd07
commit
7967e6c067
@@ -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
|
||||
Reference in New Issue
Block a user