Limit sunxi-tools install to Allwinner family only

Close https://github.com/armbian/build/issues/2941
This commit is contained in:
Igor Pecovnik 2022-01-03 19:11:37 +01:00
parent 32dc24466c
commit 181d0e2fc3
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -14,5 +14,5 @@ package_checkbuild()
package_checkinstall()
{
true
[[ $LINUXFAMILY == sun*i ]]
}