From: Jo-Philipp Wich Date: Thu, 12 Apr 2012 09:43:44 +0000 (+0000) Subject: [package] base-files: remove network preconfig, it collides with ar71xx network first... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=69ca26d1822940b7fbb17865543f3e876a1f4c69 [package] base-files: remove network preconfig, it collides with ar71xx network firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility. SVN-Revision: 31258 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 47785a254f..c8088a0218 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -38,11 +38,6 @@ define Package/base-files TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) - $(call Config,network.lan.proto,string,static,LAN Protocol) - $(call Config,network.lan.ipaddr,ip,192.168.1.1,LAN IP Address) - $(call Config,network.lan.netmask,netmask,255.255.255.0,LAN Network Mask) - $(call Config,network.lan.gateway,ip,,LAN Gateway) - $(call Config,network.lan.dns,ip,,LAN DNS server) endef define Package/base-files/conffiles