diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-06-16 09:46:02 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-16 09:46:02 +0200 |
commit | d85c7f6129985f49603e348a0672f5eafbe0d616 (patch) | |
tree | 8ba39add19315e005af4ab8fc081f8de6872883c | |
parent | cc9726f7ff708e93bf479af55e396c3c4522dbc0 (diff) | |
download | buildroot-d85c7f6129985f49603e348a0672f5eafbe0d616.tar.gz buildroot-d85c7f6129985f49603e348a0672f5eafbe0d616.zip |
fmlib: only show comment if we're on a suitable arch
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/fmlib/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fmlib/Config.in b/package/fmlib/Config.in index f9b09c6f78..3cc6a2b7af 100644 --- a/package/fmlib/Config.in +++ b/package/fmlib/Config.in @@ -1,4 +1,5 @@ comment "fmlib needs a Linux kernel to be built" + depends on BR2_powerpc_e500mc depends on !BR2_LINUX_KERNEL config BR2_PACKAGE_FMLIB |