[ar71xx] add missing Kconfig symbol
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index a41d6b5..15c6159 100755 (executable)
@@ -10,6 +10,9 @@ ar71xx_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *AP81)
+               name="ap81"
+               ;;
        *AW-NR580)
                name="aw-nr580"
                ;;
This page took 0.023736 seconds and 4 git commands to generate.