package/wireguard-linux-compat: add missing comment about kernel dependency
Add a comment when kernel is not enabled (missing since the addition of
the package in commit de591c5c3a
)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
72f9aefe68
commit
5eedd33368
@ -21,6 +21,9 @@ config BR2_PACKAGE_WIREGUARD_LINUX_COMPAT
|
||||
|
||||
https://www.wireguard.com
|
||||
|
||||
comment "wireguard-linux-compat needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
|
||||
comment "wireguard-linux-compat needs a toolchain w/ headers >= 3.10"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
||||
|
Loading…
Reference in New Issue
Block a user