From: kaloz Date: Fri, 20 Jun 2014 22:35:09 +0000 (+0000) Subject: [mvebu]: make script executable, add WRT1900AC detection X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=8a6a5d2c42ca068040a0925277cfeead3d7abdfa;p=openwrt.git [mvebu]: make script executable, add WRT1900AC detection Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41291 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh old mode 100644 new mode 100755 index 5bc35ef328..9d06626793 --- a/target/linux/mvebu/base-files/lib/mvebu.sh +++ b/target/linux/mvebu/base-files/lib/mvebu.sh @@ -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"