Disable glshim installation on 2GB RAM boards

This commit is contained in:
zador-blood-stained 2016-09-14 23:06:51 +03:00
parent afcd2423a9
commit a02d5177bb

View File

@ -13,5 +13,5 @@ package_checkbuild()
package_checkinstall()
{
[[ $LINUXFAMILY == sun*i && $BRANCH == default && $BUILD_DESKTOP == yes ]]
[[ $LINUXFAMILY == sun*i && $BRANCH == default && $BUILD_DESKTOP == yes && $BOARD != orangepiplus2e && $BOARD != orangepiplus ]]
}