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
This commit is contained in:
Gabor Juhos
2012-08-29 10:37:43 +00:00
parent bb0785880a
commit 1617f226a9
11 changed files with 62 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ preinit_set_mac_address() {
all0239-3g |\
all0256n |\
all5002 |\
carambola |\
dir-615-h1 |\
fonera20n |\
hw550-3g |\

View File

@@ -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"
;;

View File

@@ -19,6 +19,7 @@ platform_check_image() {
all0256n | \
all5002 | \
bc2 | \
carambola | \
dir-300-b1 | \
dir-600-b1 | \
dir-600-b2 | \