diff --git a/extras-buildpkgs/90-a10disp.conf b/extras-buildpkgs/90-a10disp.conf index d6e493023b50..bf38d826aaec 100644 --- a/extras-buildpkgs/90-a10disp.conf +++ b/extras-buildpkgs/90-a10disp.conf @@ -13,6 +13,5 @@ package_checkbuild() package_checkinstall() { - #[[ ( $LINUXFAMILY == sun4i || $LINUXFAMILY == sun7i ) && $BRANCH == default ]] - [[ ( $LINUXFAMILY == sun4i || $LINUXFAMILY == sun7i ) && $BRANCH == default && EXTERNAL_NEW == compile ]] + [[ ( $LINUXFAMILY == sun4i || $LINUXFAMILY == sun7i ) && $BRANCH == default ]] }