parent
f23aa1f502
commit
3c2d915115
@ -0,0 +1,20 @@
|
||||
##
|
||||
## Add linux headers to build DKMS packages even after the kernel
|
||||
## used to build the live images is gone from kali-rolling.
|
||||
##
|
||||
#if ARCHITECTURES i386
|
||||
linux-headers-686-pae
|
||||
#endif
|
||||
#if ARCHITECTURES amd64
|
||||
linux-headers-amd64
|
||||
#endif
|
||||
#if ARCHITECTURES arm64
|
||||
linux-headers-arm64
|
||||
#endif
|
||||
#if ARCHITECTURES armel
|
||||
linux-headers-marvell
|
||||
#endif
|
||||
#if ARCHITECTURES armhf
|
||||
linux-headers-armmp
|
||||
linux-headers-armmp-lpae
|
||||
#endif
|
Loading…
Reference in New Issue