2
0
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:
John Crispin
2014-07-26 20:36:22 +00:00
parent 3c9cfbeebd
commit 5b4abf87d7
7 changed files with 135 additions and 0 deletions

View File

@@ -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"
;;

View File

@@ -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"