diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 10:00:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 10:00:03 +0000 |
commit | c1710901c5cd47717e972798bbc6108f5be55652 (patch) | |
tree | 6fddd0eb10b75897f1ef9bd3d55266b792e179cf /target/linux/ramips/base-files/lib/ramips.sh | |
parent | f3643374c4c95c22d70e8d1d029f16bf23f9bb57 (diff) | |
download | upstream-c1710901c5cd47717e972798bbc6108f5be55652.tar.gz upstream-c1710901c5cd47717e972798bbc6108f5be55652.tar.bz2 upstream-c1710901c5cd47717e972798bbc6108f5be55652.zip |
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-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 6638b0a001..2a713f8c65 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" ;; |