mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/wf111: add missing comment about kernel dependency
Add a comment when kernel is not enabled (missing since the addition of the package in commit5b13fc05b3) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitb5a48f3584) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cad006e810
commit
fa110027d0
@@ -19,6 +19,10 @@ config BR2_PACKAGE_WF111
|
||||
|
||||
https://www.silabs.com/wireless/wi-fi/bluegiga-legacy-modules/device.wf111
|
||||
|
||||
comment "wf111 needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
|
||||
|
||||
comment "wf111 needs a glibc toolchain"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
|
||||
|
||||
Reference in New Issue
Block a user