mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #2538 from codesnake/wetekdvb_play1_unknown_symbols
wetekdvb: fix an issue when the device variable always evaluates to WeTek_Play_2
This commit is contained in:
commit
a067e2144d
@ -33,7 +33,7 @@ PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
device=${DEVICE:-$PROJECT}
|
||||
[ $device="S905" ] && device=WeTek_Play_2
|
||||
[ $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
|
||||
|
Loading…
x
Reference in New Issue
Block a user