kernel: add kernel-firmware subpkg and depend on it.
Bump revision. --HG-- extra : convert_revision : 246c9e5718de9d371ee09fefab229faf5a5c4d2d
This commit is contained in:
13
templates/kernel/firmware.template
Normal file
13
templates/kernel/firmware.template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user