From: Imre Kaloz Date: Fri, 20 Jun 2014 22:35:09 +0000 (+0000) Subject: [mvebu]: make script executable, add WRT1900AC detection X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d1b87a1aaba75ab78387117889364413efe231a0;p=openwrt%2Fsvn-archive%2Farchive.git [mvebu]: make script executable, add WRT1900AC detection Signed-off-by: Imre Kaloz SVN-Revision: 41291 --- 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"