ramips: add user-space support for ALL0256N
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index dca2d1d..ca9b3c9 100755 (executable)
@@ -47,6 +47,9 @@ ramips_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"Allnet ALL0256N")
+               name="all0256n"
+               ;;
        *"Argus ATP-52B")
                name="argus-atp52b"
                ;;