Install fbturbo on OPi PC2 desktop images

This commit is contained in:
zador-blood-stained 2017-01-31 23:29:52 +03:00
parent 9e82ac080f
commit fa6b1b32f2

View file

@ -16,5 +16,5 @@ package_checkbuild()
package_checkinstall() package_checkinstall()
{ {
[[ ( $LINUXFAMILY == sun*i || $LINUXFAMILY == pine64 ) && $BUILD_DESKTOP == yes ]] [[ ( $LINUXFAMILY == sun*i || $LINUXFAMILY == pine64 || $LINUXFAMILY == sun50iw2 ) && $BUILD_DESKTOP == yes ]]
} }