mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
drivers: rename to 'linux-drivers', add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a10aa9e38a
commit
ff074726b8
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
for drivers in "$ADDITIONAL_DRIVERS"; do
|
||||
|
||||
[ "$drivers" = rtl8192se ] && $SCRIPTS/install rtl8192se
|
||||
|
||||
done
|
||||
|
||||
exit 0
|
20
packages/linux-drivers/meta
Normal file
20
packages/linux-drivers/meta
Normal file
@ -0,0 +1,20 @@
|
||||
PKG_NAME="linux-drivers"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="linux-drivers"
|
||||
PKG_SHORTDESC="linux-drivers: Meta package to install additional drivers"
|
||||
PKG_LONGDESC="linux-drivers is a Meta package to install additional drivers"
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
for drivers in "$ADDITIONAL_DRIVERS"; do
|
||||
|
||||
[ "$drivers" = rtl8192se ] && PKG_DEPENDS="$PKG_DEPENDS rtl8192se"
|
||||
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user