Skip to content
Snippets Groups Projects
Commit 7967e6c0 authored by Luis Araneda's avatar Luis Araneda Committed by John Crispin
Browse files

zynq: remove hard-coded network configuration


This is no longer necessary since commit 57776e68
(base-files: remove default /etc/config/network,
generate it via board.d instead)

Run-tested: ZedBoard

Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>
parent dfac3ffd
No related branches found
No related tags found
No related merge requests found
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment