Merge pull request #2522 from adamg88/le90_wetekdvb

projects/Amlogic: include wetekdvb with S905 builds
This commit is contained in:
Alex Deryskyba 2018-02-24 20:52:47 +02:00 committed by GitHub
commit 8f29195bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,