projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rewrite of the network scripts and configuration
[openwrt.git]
/
package
/
base-files
/
rb532-2.6
/
etc
/
config
/
network
diff --git
a/package/base-files/rb532-2.6/etc/config/network
b/package/base-files/rb532-2.6/etc/config/network
index
2bb48b8
..
6f089fe
100644
(file)
--- a/
package/base-files/rb532-2.6/etc/config/network
+++ b/
package/base-files/rb532-2.6/etc/config/network
@@
-1,6
+1,6
@@
-# Network configuration file
# Copyright (C) 2006 OpenWrt.org
-## LAN configuration
-lan_ifname="eth0"
-lan_proto="dhcp"
+config interface lan
+ option ifname eth0
+ option proto dhcp
+
This page took
0.020376 seconds
and
4
git commands to generate.