From 42c5bb10d74b5be26e969bfdd87a82f43439997c Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 12 Apr 2012 18:16:27 +0000 Subject: [PATCH] [backfire] merge r31258 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@31264 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.35.1