Przeglądaj źródła

make script executable, add WRT1900AC detection

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 41291
Imre Kaloz 11 lat temu
rodzic
commit
f11de38d44
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      target/linux/mvebu/base-files/lib/mvebu.sh

+ 3 - 0
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"