We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b939e commit 27e1434Copy full SHA for 27e1434
1 file changed
packages/tools/_vtuner-ng/package.mk
@@ -14,6 +14,15 @@ PKG_LONGDESC="Virtualized DVB driver"
14
PKG_TOOLCHAIN="make"
15
PKG_BUILD_FLAGS="+speed"
16
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
+
26
post_unpack() {
27
# sanity check. It's possible that the former build was interrupted.
28
rm -f ${PKG_DIR}/patches/vtuner-ng-4.9.patch
0 commit comments