Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37406335
en ru br
Репозитории ALT
S:20230926-alt1
5.1: 20101217-alt1
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: firmware-linux

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: firmware-linux
Version: 20101217
Release: alt1

Summary: Firmware files used by the Linux kernel
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
Group: System/Kernel and hardware

Url: http://www.kernel.org
Source: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%name-%version.tar

BuildArch: noarch
Provides: linux-firmware
Requires: udev

%description
Kernel-firmware includes firmware files
required for some devices to operate.

%prep
%setup -n %name-%version

%build
# Remove firmware shipped in separate packages already
# Perhaps these should be built as subpackages of linux-firmware?
## firmware-ql*
rm ql2???_fw.bin LICENCE.qla2xxx
## firmware-iwl*
rm iwlwifi-*.ucode LICENCE.iwlwifi_firmware
## *TODO* check these too
rm -rf ess korg sb16 yamaha
# We have _some_ ralink firmware in separate packages already.
rm rt73.bin rt2561.bin rt2561s.bin rt2661.bin

# Remove source files we don't need to install

rm -f usbdux/*dux */*.asm *spec

%install
mkdir -p %buildroot/lib/firmware
cp -a * %buildroot/lib/firmware
rm %buildroot/lib/firmware/{WHENCE,LICENCE.*}


%files
%doc WHENCE LICEN?E.*
/lib/firmware/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin