projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a708e
)
base-files: remove network preconfig, it collides with ar71xx network firstboot uci...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 12 Apr 2012 09:43:44 +0000
(09:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 12 Apr 2012 09:43:44 +0000
(09:43 +0000)
SVN-Revision: 31258
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 47785a254fadbe6088d7d1e17f006167a8f7955f..c8088a021851395b375dd6402bcc485d976dcd71 100644
(file)
--- 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