mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux-drivers: fix meta file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
625afd68c7
commit
393a43bb76
@ -14,7 +14,12 @@ PKG_LONGDESC="linux-drivers is a Meta package to install additional drivers"
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
for drivers in "$ADDITIONAL_DRIVERS"; do
|
for drivers in "$ADDITIONAL_DRIVERS"; do
|
||||||
|
case $drivers in
|
||||||
|
|
||||||
[ "$drivers" = rtl8192se ] && PKG_DEPENDS="$PKG_DEPENDS rtl8192se"
|
rtl8192se) PKG_DEPENDS="$PKG_DEPENDS rtl8192se"
|
||||||
|
;;
|
||||||
|
broadcom) PKG_DEPENDS="$PKG_DEPENDS bcm_sta"
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user