mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package: add package 'linuxtv-dvb-firmware'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b1fdeff616
commit
a2aabf686c
@ -34,6 +34,8 @@ for firmware in $FIRMWARE; do
|
|||||||
[ $firmware = iwl6000 ] && $SCRIPTS/install iwlwifi-6000-ucode
|
[ $firmware = iwl6000 ] && $SCRIPTS/install iwlwifi-6000-ucode
|
||||||
[ $firmware = iwl6050 ] && $SCRIPTS/install iwlwifi-6050-ucode
|
[ $firmware = iwl6050 ] && $SCRIPTS/install iwlwifi-6050-ucode
|
||||||
|
|
||||||
|
[ $firmware = dvb-firmware ] && $SCRIPTS/install linuxtv-dvb-firmware
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
26
packages/linux-firmware/linuxtv-dvb-firmware/install
Executable file
26
packages/linux-firmware/linuxtv-dvb-firmware/install
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
|
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
|
||||||
|
#
|
||||||
|
# This Program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2, or (at your option)
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This Program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
||||||
|
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
. config/options $1
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/lib/firmware
|
||||||
|
cp -PR $PKG_BUILD/*.fw* $INSTALL/lib/firmware
|
36
packages/linux-firmware/linuxtv-dvb-firmware/meta
Normal file
36
packages/linux-firmware/linuxtv-dvb-firmware/meta
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
################################################################################
|
||||||
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
|
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
|
||||||
|
#
|
||||||
|
# This Program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2, or (at your option)
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This Program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
||||||
|
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
PKG_NAME="linuxtv-dvb-firmware"
|
||||||
|
PKG_VERSION="20110118"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="Free-to-use"
|
||||||
|
PKG_SITE="http://www.linuxtv.org"
|
||||||
|
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="linux-firmware"
|
||||||
|
PKG_SHORTDESC="linuxtv-dvb-firmware: firmwarefiles for various DVB Cards."
|
||||||
|
PKG_LONGDESC="firmwarefiles for various DVB Cards."
|
||||||
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
@ -88,7 +88,6 @@
|
|||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# bcm_sta: Broadcom STA WLAN Driver
|
# bcm_sta: Broadcom STA WLAN Driver
|
||||||
# rtl8192se: Realtek RTL8192SE WLAN driver
|
# rtl8192se: Realtek RTL8192SE WLAN driver
|
||||||
# bcm_sta: Broadcom STA WLAN Driver
|
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_DRIVERS="rtl8192se"
|
# e.g. ADDITIONAL_DRIVERS="rtl8192se"
|
||||||
ADDITIONAL_DRIVERS="bcm_sta"
|
ADDITIONAL_DRIVERS="bcm_sta"
|
||||||
@ -186,10 +185,11 @@
|
|||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="none"
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050)
|
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050,
|
||||||
|
# dvb-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE=""
|
FIRMWARE="dvb-firmware"
|
||||||
|
|
||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
@ -185,10 +185,11 @@
|
|||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon"
|
LCD_DRIVER="irtrans,imon"
|
||||||
|
|
||||||
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050)
|
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050,
|
||||||
|
# dvb-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE="ipw2100 ipw2200 iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000 iwl6050"
|
FIRMWARE="ipw2100 ipw2200 iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000 iwl6050 dvb-firmware"
|
||||||
|
|
||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
@ -185,10 +185,11 @@
|
|||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon"
|
LCD_DRIVER="irtrans,imon"
|
||||||
|
|
||||||
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050)
|
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050,
|
||||||
|
# dvb-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE=""
|
FIRMWARE="dvb-firmware"
|
||||||
|
|
||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
@ -185,10 +185,11 @@
|
|||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon"
|
LCD_DRIVER="irtrans,imon"
|
||||||
|
|
||||||
|
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050,
|
||||||
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050)
|
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000, iwl6050)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="iwl3945 iwl5000"
|
# e.g. FIRMWARE="iwl3945 iwl5000"
|
||||||
FIRMWARE="iwl4965 iwl5000"
|
FIRMWARE="iwl4965 iwl5000 dvb-firmware"
|
||||||
|
|
||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user