mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
commit
d49c4e5b11
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user