projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e57051
)
remove vlan1 from default lan_ifnames
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Sep 2005 19:47:11 +0000
(19:47 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Sep 2005 19:47:11 +0000
(19:47 +0000)
SVN-Revision: 1862
openwrt/package/base-files/default/etc/nvram.overrides
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/etc/nvram.overrides
b/openwrt/package/base-files/default/etc/nvram.overrides
index b897d64896b5bd7f4b05e1877dadd302e9d689f4..8c04d54505d5c60f8295f29a19f26407e9e3ba31 100644
(file)
--- a/
openwrt/package/base-files/default/etc/nvram.overrides
+++ b/
openwrt/package/base-files/default/etc/nvram.overrides
@@
-22,7
+22,7
@@
[ "$(nvram get boardnum)" = "asusX" \
-a "$(nvram get boardtype)" = "bcm94710dev" ] && FAILSAFE_ifnames="eth0 eth1 eth2"
-FAILSAFE_ifnames=${FAILSAFE_ifnames:-"vlan0
vlan1 eth1 eth2 eth3
"}
+FAILSAFE_ifnames=${FAILSAFE_ifnames:-"vlan0
eth1 eth2
"}
# failsafe if reset is held
[ "$FAILSAFE" = "true" ] && {