diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-15 13:20:39 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-15 16:24:36 +0100 |
| commit | 8da745f04a0e45be17c53b4a1475798d9b300811 (patch) | |
| tree | f1473eecdef68612b5a3422107265fbcfb096a71 /fs | |
| parent | ee2ce3ba3b97a4539702ba078e7a2ab9b4066aef (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 'fs')
| -rw-r--r-- | fs/initramfs/Config.in | 2 | ||||
| -rw-r--r-- | fs/iso9660/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/initramfs/Config.in b/fs/initramfs/Config.in index ac4503051..8ed9f7ebb 100644 --- a/fs/initramfs/Config.in +++ b/fs/initramfs/Config.in @@ -17,5 +17,5 @@ config BR2_TARGET_ROOTFS_INITRAMFS identical root filesystems, one embedded inside the kernel image, and one separately. -comment "initramfs requires a Linux kernel to be built" +comment "initramfs needs a Linux kernel to be built" depends on !BR2_LINUX_KERNEL diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in index 90c3998dc..4c200c89b 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 |
