mirror of
https://git.proxmox.com/git/mirror_dvb-firmware
synced 2025-04-28 12:04:56 +00:00
cleanup repo and add basic infos
This commit is contained in:
parent
59b6d7bc5c
commit
e78395f187
4
README.md
Normal file
4
README.md
Normal 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)
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
git archive --format=tar --prefix=dvb-firmware-$1/ tags/$1 | xz > dvb-firmware-$1.tar.xz
|
26
install
26
install
@ -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
|
Loading…
Reference in New Issue
Block a user