mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Config.in files: unification of comments about dependency on Linux kernel
This patch lines up the comments of packages that need a Linux kernel to be
built by buildroot, to the format:
foo needs a Linux kernel to be built
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ee2ce3ba3b
commit
8da745f04a
@@ -9,7 +9,7 @@ config BR2_PACKAGE_OWL_LINUX
|
||||
|
||||
http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
|
||||
|
||||
comment "owl-linux requires a Linux kernel"
|
||||
comment "owl-linux needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
depends on BR2_arm || BR2_armeb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user