Author: kaloz Date: 2014-06-21 00:35:09 +0200 (Sat, 21 Jun 2014) New Revision: 41291
Modified: trunk/target/linux/mvebu/base-files/lib/mvebu.sh Log: [mvebu]: make script executable, add WRT1900AC detection Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/base-files/lib/mvebu.sh =================================================================== --- trunk/target/linux/mvebu/base-files/lib/mvebu.sh 2014-06-20 20:44:18 UTC (rev 41290) +++ trunk/target/linux/mvebu/base-files/lib/mvebu.sh 2014-06-20 22:35:09 UTC (rev 41291) @@ -31,6 +31,9 @@ *"Marvell Armada XP GP Board") name="armada-xp-gp" ;; + *"Linksys WRT1900AC (Mamba)") + name="armada-xp-mamba" + ;; esac [ -z "$name" ] && name="unknown" Property changes on: trunk/target/linux/mvebu/base-files/lib/mvebu.sh ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
