forked from Ivasoft/openwrt
ramips: rt305x: add add support for the Asus WL-330N board
[juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31100
This commit is contained in:
@@ -69,7 +69,7 @@ get_status_led() {
|
||||
rt-n10-plus)
|
||||
status_led="asus:green:wps"
|
||||
;;
|
||||
rt-n56u)
|
||||
rt-n56u | wl-330n )
|
||||
status_led="asus:blue:power"
|
||||
;;
|
||||
sl-r7205)
|
||||
|
||||
@@ -67,6 +67,7 @@ case "$FIRMWARE" in
|
||||
w502u | \
|
||||
wcr-150gn | \
|
||||
whr-g300n | \
|
||||
wl-330n | \
|
||||
wl-351 | \
|
||||
wli-tx4-ag300n | \
|
||||
wr512-3gn | \
|
||||
|
||||
@@ -16,7 +16,8 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interface_loopback
|
||||
|
||||
case $board in
|
||||
all0256n)
|
||||
all0256n | \
|
||||
wl-330n)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user