projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include all interfaces in failsafe mode
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
etc
/
nvram.overrides
diff --git
a/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides
b/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides
index
6ef6ae3
..
2bd9b46
100644
(file)
--- a/
obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides
+++ b/
obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides
@@
-51,7
+51,7
@@
NVRAM_lan_proto="static"
[ "$FAILSAFE" = "true" ] && {
echo "### YOU ARE IN FAILSAFE MODE ####"
NVRAM_lan_ifname="br0"
[ "$FAILSAFE" = "true" ] && {
echo "### YOU ARE IN FAILSAFE MODE ####"
NVRAM_lan_ifname="br0"
- NVRAM_lan_ifnames="vlan0 vlan
2
eth1 eth2 eth3"
+ NVRAM_lan_ifnames="vlan0 vlan
1 vlan2 eth0
eth1 eth2 eth3"
NVRAM_lan_ipaddr="192.168.1.1"
NVRAM_lan_netmask="255.255.255.0"
NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"
NVRAM_lan_ipaddr="192.168.1.1"
NVRAM_lan_netmask="255.255.255.0"
NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"
This page took
0.029453 seconds
and
4
git commands to generate.