forked from Ivasoft/openwrt
ramips: add support for Kingston MLW221
This patch adds support for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41841
This commit is contained in:
@@ -113,6 +113,9 @@ case $board in
|
||||
hw550-3g)
|
||||
set_usb_led "hw550-3g:green:usb"
|
||||
;;
|
||||
mlw221)
|
||||
set_wifi_led "kingston:blue:wifi"
|
||||
;;
|
||||
mofi3500-3gn)
|
||||
set_usb_led "mofi3500-3gn:green:usb"
|
||||
;;
|
||||
|
||||
@@ -51,6 +51,10 @@ ramips_setup_interfaces()
|
||||
;;
|
||||
|
||||
3g-6200nl | \
|
||||
mlw221)
|
||||
ucidef_set_interface_lan "eth0.2"
|
||||
;;
|
||||
|
||||
wl-330n | \
|
||||
wmr300)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
|
||||
Reference in New Issue
Block a user