Merge pull request #1647 from Stane1983/libreelec-8.0-wetekdvb

wetekdvb: Use older WeTek proprietary DVB modules if building for WP1
This commit is contained in:
Christian Hewitt 2017-05-26 05:25:57 +04:00 committed by GitHub
commit d49c4e5b11

View File

@ -17,7 +17,14 @@
################################################################################
PKG_NAME="wetekdvb"
PKG_VERSION="20170404"
case "$PROJECT" in
WeTek_Play)
PKG_VERSION="20170116"
;;
*)
PKG_VERSION="20170404"
;;
esac
PKG_ARCH="arm aarch64"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.wetek.com/"