[mvebu]: make script executable, add WRT1900AC detection
[openwrt-github/.git] / target / linux / mvebu / base-files / lib / mvebu.sh
old mode 100644 (file)
new mode 100755 (executable)
index 5bc35ef..9d06626
@@ -31,6 +31,9 @@ mvebu_board_detect() {
        *"Marvell Armada XP GP Board")
                name="armada-xp-gp"
                ;;
+       *"Linksys WRT1900AC (Mamba)")
+               name="armada-xp-mamba"
+               ;;
        esac
 
        [ -z "$name" ] && name="unknown"