summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-26 20:36:22 +0000
committerJohn Crispin <john@openwrt.org>2014-07-26 20:36:22 +0000
commit5b4abf87d70f817e7796f75d9241d00f9c6fbbf0 (patch)
treefe6b998074491a03b2ee82fed457d11f4b0ac5f3 /target/linux/ramips/base-files/lib/ramips.sh
parent3c9cfbeebd191844e60e4110cc6a5f8cbe452677 (diff)
downloadmaster-31e0f0ae-5b4abf87d70f817e7796f75d9241d00f9c6fbbf0.tar.gz
master-31e0f0ae-5b4abf87d70f817e7796f75d9241d00f9c6fbbf0.tar.bz2
master-31e0f0ae-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-xtarget/linux/ramips/base-files/lib/ramips.sh3
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"
;;