mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:05:19 +02:00
add asus wl-300g support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1313 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f76b9a917c
commit
2b6c716484
@ -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…
Reference in New Issue
Block a user