mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/Amlogic: include wetekdvb with S905 builds
This commit is contained in:
parent
89ad8724ee
commit
3e9f8d0970
@ -33,6 +33,7 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
device=${DEVICE:-$PROJECT}
|
device=${DEVICE:-$PROJECT}
|
||||||
|
[ $device="S905" ] && device=WeTek_Play_2
|
||||||
for overlay_dir in driver/$device/*/; do
|
for overlay_dir in driver/$device/*/; do
|
||||||
overlay_dir=`basename $overlay_dir`
|
overlay_dir=`basename $overlay_dir`
|
||||||
mkdir -p $INSTALL/$(get_full_module_dir $overlay_dir)/$PKG_NAME
|
mkdir -p $INSTALL/$(get_full_module_dir $overlay_dir)/$PKG_NAME
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS ap6xxx-aml mt7601u-aml mt7603u-aml \
|
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS ap6xxx-aml mt7601u-aml mt7603u-aml \
|
||||||
qca9377-aml RTL8189ES-aml RTL8189FS-aml \
|
qca9377-aml RTL8189ES-aml RTL8189FS-aml RTL8723BS-aml \
|
||||||
RTL8723BS-aml RTL8723DS-aml RTL8822BU-aml ssv6xxx-aml fd628-aml"
|
RTL8723DS-aml RTL8822BU-aml ssv6xxx-aml fd628-aml wetekdvb"
|
||||||
|
|
||||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user