projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected missing unused ifname as suggested in #200, definitively closes #200
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
base-files
/
files
/
brcm-2.6
/
etc
/
init.d
/
S05netconfig
diff --git
a/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
b/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
index
3c4c032
..
0cafa17
100755
(executable)
--- a/
openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
+++ b/
openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
@@
-59,6
+59,7
@@
END {
(nvram["boardnum"] == "1024")) {
c["lan_ifnames"]="eth1 eth2"
c["wan_ifname"]=""
+ c["unused_ifnames"]="eth0"
}
print "#### VLAN configuration "
This page took
0.025048 seconds
and
4
git commands to generate.