[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 727b6b5..9d06626
@@ -28,6 +28,12 @@ mvebu_board_detect() {
        *"PlatHome OpenBlocks AX3-4 board")
                name="openblocks-ax3-4"
                ;;
+       *"Marvell Armada XP GP Board")
+               name="armada-xp-gp"
+               ;;
+       *"Linksys WRT1900AC (Mamba)")
+               name="armada-xp-mamba"
+               ;;
        esac
 
        [ -z "$name" ] && name="unknown"