mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
fix nvram overrides/defaults for asus deluxe
SVN-Revision: 1064
This commit is contained in:
parent
fea655638b
commit
bf69898a69
@ -1,3 +1,3 @@
|
|||||||
src experimental http://openwrt.org/downloads/experimental/bin/packages
|
src experimental http://openwrt.org/downloads/nbd/gcc34/packages
|
||||||
dest root /
|
dest root /
|
||||||
dest ram /tmp
|
dest ram /tmp
|
||||||
|
@ -36,7 +36,7 @@ remap () {
|
|||||||
debug "### wl-500g deluxe hacks ###"
|
debug "### wl-500g deluxe hacks ###"
|
||||||
NVRAM_vlan0hwname="et0"
|
NVRAM_vlan0hwname="et0"
|
||||||
NVRAM_vlan1hwname="et0"
|
NVRAM_vlan1hwname="et0"
|
||||||
FAILSAFE_ifnames="vlan0 vlan1 eth2"
|
FAILSAFE_ifnames="vlan0 eth1"
|
||||||
remap eth0.1 vlan0
|
remap eth0.1 vlan0
|
||||||
remap eth0 vlan1
|
remap eth0 vlan1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user