forked from pool/kernel-firmware
This commit is contained in:
commit
d385ecad07
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
4
kernel-firmware.changes
Normal file
4
kernel-firmware.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 21:31:17 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- initial package
|
60
kernel-firmware.spec
Normal file
60
kernel-firmware.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kernel-firmware (Version 20090421)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Summary: Linux kernel firmware files
|
||||||
|
|
||||||
|
Name: kernel-firmware
|
||||||
|
Version: 20090421
|
||||||
|
Release: 2
|
||||||
|
License: Distributable in unmodified form; GPL v2 only; GPL v2 or later; X11/MIT
|
||||||
|
Group: System/Kernel
|
||||||
|
Url: www.kernel.org
|
||||||
|
Source0: linux-firmware-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
Obsoletes: qlogic-firmware
|
||||||
|
Obsoletes: cxgb3-firmware
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains the firmware for in-kernel drivers that was
|
||||||
|
previously included in the kernel. It is shared by all kernels >=
|
||||||
|
2.6.27-rc1.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n linux-firmware-%{version}
|
||||||
|
## remove unwanted source files
|
||||||
|
#rm -f dsp56k/bootstrap.asm keyspan_pda/*.S
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}/lib/firmware
|
||||||
|
cp -avf * %{buildroot}/lib/firmware
|
||||||
|
rm -f %{buildroot}/lib/firmware/WHENCE
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc WHENCE
|
||||||
|
/lib/firmware/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Apr 23 2009 gregkh@suse.de
|
||||||
|
- initial package
|
3
linux-firmware-20090421.tar.bz2
Normal file
3
linux-firmware-20090421.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:382c6291c7b2dd881ea1d8f0b3ad33f5f35159b2ee4da0ec890c8a8a289274da
|
||||||
|
size 4419117
|
Loading…
Reference in New Issue
Block a user