wetekdvb: Use older WeTek proprietary DVB modules if building for WP1

This commit is contained in:
Stanislav Vlasic 2017-05-26 01:15:38 +02:00
parent 3a202a3020
commit cc1740a4ba

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/"