ar71xx: add support for Ubiquiti AirRouter
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 513f0d2..314b44e 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"
                ;;
This page took 0.023912 seconds and 4 git commands to generate.