Merge pull request #10 from CvH/misc

fw update and misc cleanup
This commit is contained in:
Radostan Riedel
2017-11-10 19:21:00 +01:00
committed by GitHub
6 changed files with 4 additions and 29 deletions

0
README
View File

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# dvb-firmware
This repo contains firmware files used in LibreELEC for DVB devices.
To add new firmware to this repo please clone the repo to your own account, create a new (topic) branch, make changes, then create a pull-request from the topic branch to this repo using the GitHub web interface. To complete the addition of the firmware, create PR's to our main repo master branch (and any other target branches) to bump the githash in [package.mk](https://github.com/LibreELEC/LibreELEC.tv/blob/master/packages/linux-firmware/dvb-firmware/package.mk)

View File

@@ -1,3 +0,0 @@
#!/bin/sh
git archive --format=tar --prefix=dvb-firmware-$1/ tags/$1 | xz > dvb-firmware-$1.tar.xz

BIN
firmware/dvb-usb-id5580.fw Executable file

Binary file not shown.

Binary file not shown.

26
install
View File

@@ -1,26 +0,0 @@
#!/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
################################################################################
FW_DIR="$DESTDIR/lib/firmware"
mkdir -p $FW_DIR
cp -a firmware/* $FW_DIR