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

View File

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