kernel: add kernel-firmware subpkg and depend on it.

Bump revision.

--HG--
extra : convert_revision : 246c9e5718de9d371ee09fefab229faf5a5c4d2d
This commit is contained in:
Juan RP
2009-08-11 18:58:08 +02:00
parent 45a58485eb
commit 144caa8cb4
3 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
# Template file for 'kernel-firmware'.
#
short_desc="${pkgname} firmware binary files"
long_desc="${long_desc}
This package contains the binary firmware files required
for some hardware, built from the Linux kernel."
do_install()
{
mkdir -p ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/lib/firmware ${DESTDIR}/lib
}