mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
kernel: required kmod to build.
This commit is contained in:
parent
40d43ef585
commit
af6271f8f6
1 changed files with 2 additions and 1 deletions
|
@ -33,9 +33,10 @@ kernel_hooks_version="${_kernver}"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run initramfs-tools
|
Add_dependency run initramfs-tools
|
||||||
Add_dependency run linux-firmware
|
Add_dependency run linux-firmware
|
||||||
Add_dependency full module-init-tools
|
Add_dependency run module-init-tools
|
||||||
Add_dependency build coreutils
|
Add_dependency build coreutils
|
||||||
Add_dependency build perl ">=0"
|
Add_dependency build perl ">=0"
|
||||||
|
Add_dependency build kmod
|
||||||
|
|
||||||
do_configure()
|
do_configure()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue