mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-06 05:42:27 +00:00
add asus wl-300g support
SVN-Revision: 1313
This commit is contained in:
parent
c85f0c7b72
commit
f68e180ae8
@ -41,6 +41,13 @@ remap () {
|
||||
remap eth0 vlan1
|
||||
}
|
||||
|
||||
# hacks for asus wl-300g
|
||||
[ "$(nvram get productid)" = "WL300g" ] && {
|
||||
debug "### wl-300g hacks ###"
|
||||
NVRAM_lan_ifnames="eth0 eth2"
|
||||
NVRAM_wan_ifname="none"
|
||||
}
|
||||
|
||||
# hacks for wap54g hardware
|
||||
[ "$(nvram get boardnum)" = "2" ] || \
|
||||
[ "$(nvram get boardnum)" = "1024" ] && {
|
||||
|
Loading…
x
Reference in New Issue
Block a user