From: jow Date: Thu, 12 Apr 2012 18:16:27 +0000 (+0000) Subject: [backfire] merge r31258 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=42c5bb10d74b5be26e969bfdd87a82f43439997c [backfire] merge r31258 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@31264 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index a2add20be..8bb237467 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