ar71xx: add kernel support for the Allnet ALL0258N board
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index d099d39df3a7f5552ebd85794f211bd01e027008..51ff62b524a58e9d8173d81700fdbc787e77a26a 100755 (executable)
@@ -10,6 +10,9 @@ ar71xx_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *ALL0258N)
+               name="all0258n"
+               ;;
        *AP121)
                name="ap121"
                ;;