summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-03 10:00:03 +0000
committerJohn Crispin <john@openwrt.org>2013-04-03 10:00:03 +0000
commitc1710901c5cd47717e972798bbc6108f5be55652 (patch)
tree6fddd0eb10b75897f1ef9bd3d55266b792e179cf /target/linux/ramips/base-files/lib/ramips.sh
parentf3643374c4c95c22d70e8d1d029f16bf23f9bb57 (diff)
downloadmtk-20170518-c1710901c5cd47717e972798bbc6108f5be55652.zip
mtk-20170518-c1710901c5cd47717e972798bbc6108f5be55652.tar.gz
mtk-20170518-c1710901c5cd47717e972798bbc6108f5be55652.tar.bz2
add profile for the Edimax 3g-6200NL board
http://patchwork.openwrt.org/patch/3214/ Signed-off-by: Cédric Le Moing <cedric.le-moing@laposte.net> SVN-Revision: 36172
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 6638b0a..2a713f8 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -33,6 +33,9 @@ ramips_board_detect() {
*"Edimax 3g-6200n")
name="3g-6200n"
;;
+ *"Edimax 3g-6200nl")
+ name="3g-6200nl"
+ ;;
*"AirLive Air3GII")
name="air3gii"
;;