From: Imre Kaloz Date: Fri, 20 Jun 2014 22:35:09 +0000 (+0000) Subject: make script executable, add WRT1900AC detection X-Git-Tag: reboot~6842 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f11de38d448158cb630089658fe0fdaba5f308ab 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"