ar71xx: add user space support for the Oolite v1 board
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 06f128b..a20e1d5 100755 (executable)
@@ -91,6 +91,9 @@ tplink_board_detect() {
        hwver="v${hwver#0}"
 
        case "$hwid" in
+       "3C0001"*)
+               model="OOLITE"
+               ;;
        "070300"*)
                model="TP-Link TL-WR703N"
                ;;
@@ -204,6 +207,9 @@ ar71xx_board_detect() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"Oolite V1.0")
+               name="oolite"
+               ;;
        *"AirRouter")
                name="airrouter"
                ;;