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:
@@ -37,6 +37,7 @@ preinit_set_mac_address() {
|
||||
all0239-3g |\
|
||||
all0256n |\
|
||||
all5002 |\
|
||||
carambola |\
|
||||
dir-615-h1 |\
|
||||
fonera20n |\
|
||||
hw550-3g |\
|
||||
|
||||
@@ -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"
|
||||
;;
|
||||
|
||||
@@ -19,6 +19,7 @@ platform_check_image() {
|
||||
all0256n | \
|
||||
all5002 | \
|
||||
bc2 | \
|
||||
carambola | \
|
||||
dir-300-b1 | \
|
||||
dir-600-b1 | \
|
||||
dir-600-b2 | \
|
||||
|
||||
Reference in New Issue
Block a user