aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-29 10:37:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-29 10:37:43 +0000
commit1617f226a906f82ce6516e3e5a1e0909d8aa8806 (patch)
tree3cc5963071f00cbcd2b187c2b32adef98c5c7317 /target/linux/ramips/base-files/lib/ramips.sh
parentbb0785880acf5a681ab5df492b60636c0eddceab (diff)
downloadupstream-1617f226a906f82ce6516e3e5a1e0909d8aa8806.tar.gz
upstream-1617f226a906f82ce6516e3e5a1e0909d8aa8806.tar.bz2
upstream-1617f226a906f82ce6516e3e5a1e0909d8aa8806.zip
ramips: Add support for 8devices Carambola dev board.
Add support for 8devices Carambola dev board. The Carambola is a small RT3050-based development board with two ethernet ports, on-board chip antenna, usb and plenty of accessible gpio ports, sold by 8devices. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33303
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 b07f4e9466..90c28b7ab6 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -47,6 +47,9 @@ ramips_board_name() {
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
+ *"8devices Carambola")
+ name="carambola"
+ ;;
*"Edimax 3g-6200n")
name="3g-6200n"
;;