projects/Amlogic: include wetekdvb with S905 builds

This commit is contained in:
Adam Green 2018-02-24 13:29:08 +00:00
parent 89ad8724ee
commit 3e9f8d0970
No known key found for this signature in database
GPG Key ID: 57F360351D98A70F
2 changed files with 3 additions and 2 deletions

View File

@ -33,6 +33,7 @@ PKG_TOOLCHAIN="manual"
makeinstall_target() {
device=${DEVICE:-$PROJECT}
[ $device="S905" ] && device=WeTek_Play_2
for overlay_dir in driver/$device/*/; do
overlay_dir=`basename $overlay_dir`
mkdir -p $INSTALL/$(get_full_module_dir $overlay_dir)/$PKG_NAME

View File

@ -6,8 +6,8 @@
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS ap6xxx-aml mt7601u-aml mt7603u-aml \
qca9377-aml RTL8189ES-aml RTL8189FS-aml \
RTL8723BS-aml RTL8723DS-aml RTL8822BU-aml ssv6xxx-aml fd628-aml"
qca9377-aml RTL8189ES-aml RTL8189FS-aml RTL8723BS-aml \
RTL8723DS-aml RTL8822BU-aml ssv6xxx-aml fd628-aml wetekdvb"
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
# Space separated list is supported,