make script executable, add WRT1900AC detection
authorImre Kaloz <kaloz@openwrt.org>
Fri, 20 Jun 2014 22:35:09 +0000 (22:35 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 20 Jun 2014 22:35:09 +0000 (22:35 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41291

target/linux/mvebu/base-files/lib/mvebu.sh [changed mode: 0644->0755]

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"