summaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-12 09:43:44 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-12 09:43:44 +0000
commitf0ad7e2bc1cc767ef18e83af7e63b25f8a9fc484 (patch)
tree7213ba4e9dcd51d282a8c8c9d62a255064a1a723 /package/base-files/Makefile
parent887ba518f741db086e1a00ba3d78ac87ccc6d6e2 (diff)
[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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31258 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 47785a254..c8088a021 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