Add the missing ar9340, ar9462-1p0, ar9565-1p0 families to the 'verify_checksums.sh' script. Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> --- tools/initvals/verify_checksums.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/initvals/verify_checksums.sh b/tools/initvals/verify_checksums.sh index 6878ca5..46fff90 100755 --- a/tools/initvals/verify_checksums.sh +++ b/tools/initvals/verify_checksums.sh @@ -31,7 +31,7 @@ verify_family_checksum() } FAMILIES="$@" -[ -z "$FAMILIES" ] && FAMILIES="ar5008 ar9001 ar9002 ar9003-2p2 ar9330-1p1 ar9330-1p2 ar9485 ar9580-1p0" +[ -z "$FAMILIES" ] && FAMILIES="ar5008 ar9001 ar9002 ar9003-2p2 ar9330-1p1 ar9330-1p2 ar9340 ar9462-1p0 ar9485 ar9565-1p0 ar9580-1p0" mkdir -p "$CSUM_DIR" for family in $FAMILIES; do -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html