ramips: Add support for 8devices Carambola dev board.
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index b07f4e94666bdfdfb80033c04d6e217a15018517..90c28b7ab69f654f055f1269963c75293605e9e2 100755 (executable)
@@ -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"
                ;;