Skip to content

Commit 27e1434

Browse files
committed
_vtuner-ng: downgrade version for CE20/21-ng. The older linux kernel causes compile problems and a fix is currently unavailable.
1 parent a7b939e commit 27e1434

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/tools/_vtuner-ng/package.mk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ PKG_LONGDESC="Virtualized DVB driver"
1414
PKG_TOOLCHAIN="make"
1515
PKG_BUILD_FLAGS="+speed"
1616

17+
if [ "${DEVICE}" == "Amlogic-ng" ]; then
18+
# downgrade vtuner-ng for CE20/21-ng due to compile problems caused by older linux kernel version
19+
# currently to fix can be found
20+
PKG_VERSION="e184e5f96a26870dd7b53203619e36fab6efdf50"
21+
PKG_SHA256="92be9f8695098982250a2bb71c125419070a28ff3fb34674737d3954b8fe0135"
22+
PKG_URL="https://github.com/joed74/vtuner-ng/archive/${PKG_VERSION}.zip"
23+
PKG_SOURCE_DIR="vtuner-ng-${PKG_VERSION}"
24+
fi
25+
1726
post_unpack() {
1827
# sanity check. It's possible that the former build was interrupted.
1928
rm -f ${PKG_DIR}/patches/vtuner-ng-4.9.patch

0 commit comments

Comments
 (0)