summaryrefslogtreecommitdiff
path: root/boot/boot-wrapper-aarch64
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-15 13:20:39 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-15 16:24:36 +0100
commit8da745f04a0e45be17c53b4a1475798d9b300811 (patch)
treef1473eecdef68612b5a3422107265fbcfb096a71 /boot/boot-wrapper-aarch64
parentee2ce3ba3b97a4539702ba078e7a2ab9b4066aef (diff)
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>
Diffstat (limited to 'boot/boot-wrapper-aarch64')
-rw-r--r--boot/boot-wrapper-aarch64/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/boot-wrapper-aarch64/Config.in b/boot/boot-wrapper-aarch64/Config.in
index 654686296..c4e63e23d 100644
--- a/boot/boot-wrapper-aarch64/Config.in
+++ b/boot/boot-wrapper-aarch64/Config.in
@@ -1,3 +1,7 @@
+comment "boot-wrapper-aarch64 needs a Linux kernel to be built"
+ depends on BR2_aarch64
+ depends on !BR2_LINUX_KERNEL
+
config BR2_TARGET_BOOT_WRAPPER_AARCH64
bool "boot-wrapper-aarch64"
depends on BR2_aarch64