diff options
author | John Crispin <john@openwrt.org> | 2014-07-26 20:36:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-26 20:36:22 +0000 |
commit | 5b4abf87d70f817e7796f75d9241d00f9c6fbbf0 (patch) | |
tree | fe6b998074491a03b2ee82fed457d11f4b0ac5f3 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 3c9cfbeebd191844e60e4110cc6a5f8cbe452677 (diff) | |
download | upstream-5b4abf87d70f817e7796f75d9241d00f9c6fbbf0.tar.gz upstream-5b4abf87d70f817e7796f75d9241d00f9c6fbbf0.tar.bz2 upstream-5b4abf87d70f817e7796f75d9241d00f9c6fbbf0.zip |
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
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index ff3c2a5e5d..f7e04b7391 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -160,6 +160,9 @@ ramips_board_detect() { *"HAME MPR-A2") name="mpr-a2" ;; + *"Kingston MLW221") + name="mlw221" + ;; *"Planex MZK-750DHP") name="mzk-750dhp" ;; |