kernel: remove firmware files.
This commit is contained in:
parent
ccf5c5a77e
commit
d566c562a7
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=kernel
|
||||
_kmajorver=3.4
|
||||
version=${_kmajorver}.4
|
||||
revision=6
|
||||
revision=7
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
|
@ -100,7 +100,7 @@ do_install() {
|
|||
install -Dm644 .config ${hdrdest}/.config
|
||||
mkdir -p ${hdrdest}/include
|
||||
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
||||
rm -rf ${DESTDIR}/lib/firmware
|
||||
rm -rf ${DESTDIR}/usr/lib/firmware
|
||||
|
||||
for i in acpi asm-generic config generated linux math-emu media net \
|
||||
pcmcia scsi sound trace video; do
|
||||
|
|
Loading…
Reference in a new issue