ar71xx: add support for Ubiquiti AirRouter
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 513f0d2f75f944e30c4f5734990de6cf2d341432..314b44e4728cfbe138def3203f7a898b76a3fcf8 100755 (executable)
@@ -10,6 +10,9 @@ ar71xx_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"AirRouter")
+               name="airrouter"
+               ;;
        *ALL0258N)
                name="all0258n"
                ;;