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 /package/ktap | |
| parent | ee2ce3ba3b97a4539702ba078e7a2ab9b4066aef (diff) | |
| download | buildroot-8da745f04a0e45be17c53b4a1475798d9b300811.tar.gz buildroot-8da745f04a0e45be17c53b4a1475798d9b300811.zip | |
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 'package/ktap')
| -rw-r--r-- | package/ktap/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ktap/Config.in b/package/ktap/Config.in index 43195df6d9..ba6b42b1bf 100644 --- a/package/ktap/Config.in +++ b/package/ktap/Config.in @@ -18,7 +18,7 @@ config BR2_PACKAGE_KTAP http://www.ktap.org -comment "ktap requires a linux kernel to be built" +comment "ktap needs a Linux kernel to be built" depends on !BR2_LINUX_KERNEL comment "ktap needs a toolchain w/ threads" |

