kernel: move firmware files into /lib/firmware/${version}.
--HG-- extra : convert_revision : 13171f544db76987710ed0387e890cc69ccf8d92
This commit is contained in:
parent
e8490ce708
commit
1d3a81e202
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
# Template file for 'kernel'
|
# Template file for 'kernel'
|
||||||
pkgname=kernel
|
pkgname=kernel
|
||||||
version=2.6.29.3
|
version=2.6.29.3
|
||||||
# Vanilla kernel + UnionFS patch.
|
|
||||||
#patch_files="unionfs-2.5.1_for_2.6.29-rc2.diff.gz"
|
|
||||||
#patch_args="-p1"
|
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
@ -73,4 +70,7 @@ post_install()
|
||||||
rm -f source build && \
|
rm -f source build && \
|
||||||
ln -sf ../../../usr/src/kernel-headers-${lver} build && \
|
ln -sf ../../../usr/src/kernel-headers-${lver} build && \
|
||||||
ln -sf build source
|
ln -sf build source
|
||||||
|
|
||||||
|
mkdir -p ${DESTDIR}/lib/firmware/${lver}
|
||||||
|
mv ${DESTDIR}/lib/firmware/* ${DESTDIR}/lib/firmware/${lver}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue