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:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user