From 8da745f04a0e45be17c53b4a1475798d9b300811 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sun, 15 Dec 2013 13:20:39 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- fs/iso9660/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/iso9660/Config.in') diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in index 90c3998dcf..4c200c89bf 100644 --- a/fs/iso9660/Config.in +++ b/fs/iso9660/Config.in @@ -12,6 +12,6 @@ config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU depends on BR2_TARGET_ROOTFS_ISO9660 default "fs/iso9660/menu.lst" -comment "iso image requires a Linux kernel to be built" +comment "iso image needs a Linux kernel to be built" depends on BR2_i386 || BR2_x86_64 depends on !BR2_LINUX_KERNEL -- cgit v1.2.1