2
0
forked from Ivasoft/openwrt

mvebu: add support for the Linksys WRT1900ACS (Shelby)

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 47164
This commit is contained in:
Imre Kaloz
2015-10-08 10:01:30 +00:00
parent b345461070
commit 8bb23cfb66
12 changed files with 370 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ boot() {
. /lib/mvebu.sh
case $(mvebu_board_name) in
armada-385-linksys-caiman|armada-385-linksys-cobra|armada-xp-linksys-mamba)
armada-385-linksys-caiman|armada-385-linksys-cobra|armada-385-linksys-shelby|armada-xp-linksys-mamba)
# make sure auto_recovery in uboot is always on
AUTO_RECOVERY_ENA="`fw_printenv -n auto_recovery`"
if [ "$AUTO_RECOVERY_ENA" != "yes" ] ; then