ramips: add user-space support for ALL0256N
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 0a336ea..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"
                ;;
@@ -98,7 +101,7 @@ ramips_board_name() {
        *"RT-N15")
                name="rt-n15"
                ;;
-       *"WCR-150GN")
+       *"Sparklan WCR-150GN")
                name="wcr-150gn"
                ;;
        *"V22RW-2X2")