diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 17:50:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 17:50:32 +0000 |
commit | 3aad9b4c9b932a6516b29e83c05e6a71959f10b3 (patch) | |
tree | 8d049a5af2a3c91fc066799386a9c5a57405788c /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 3fcb8bb0ddc282703f0b8027ee71a7ef2497c336 (diff) | |
download | upstream-3aad9b4c9b932a6516b29e83c05e6a71959f10b3.tar.gz upstream-3aad9b4c9b932a6516b29e83c05e6a71959f10b3.tar.bz2 upstream-3aad9b4c9b932a6516b29e83c05e6a71959f10b3.zip |
ramips: add user-space support for Airlive AIR3GII
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/2913/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34923
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 2d8a7e65d2..42fcb646ce 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -53,6 +53,9 @@ ramips_board_name() { *"Edimax 3g-6200n") name="3g-6200n" ;; + *"AirLive Air3GII") + name="air3gii" + ;; *"Allnet ALL0239-3G") name="all0239-3g" ;; |