diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:22 +0000 |
commit | 89329096dfb166cb55a7850997e21db0e377b103 (patch) | |
tree | 180cd16cb94b761be64ff8411dbca77454137ffd /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 35d648cb2e6290899e37b50302c88e676452f402 (diff) | |
download | upstream-89329096dfb166cb55a7850997e21db0e377b103.tar.gz upstream-89329096dfb166cb55a7850997e21db0e377b103.tar.bz2 upstream-89329096dfb166cb55a7850997e21db0e377b103.zip |
ramips: add support for Tenda 3G150B
Add suport for Tenda 3G150B:
- cpu: Ralink RT5350F
- flash: 4MB
- ram: 32MB
- 1x USB 2.0
- 1x RJ45
- one reset button
- battery powered (BP-4L, 3.7V 1450mAh)
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44073 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 bb815dabdb..f43725ef9d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -316,6 +316,9 @@ ramips_board_detect() { *"Tenda 3G300M") name="3g300m" ;; + *"Tenda 3G150B") + name="3g150b" + ;; *"Tenda W306R V2.0") name="w306r-v20" ;; |