diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-05-30 23:57:00 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-12 21:55:36 +0200 |
commit | d6993ef3d0aa971ff8349b7c8073a22b215bec51 (patch) | |
tree | 47cf042f502c609be27ef0476bb7cfff83435621 /package/kbd/Config.in | |
parent | 85e54a6b772ac7423286f6fa6a1a59e761edba54 (diff) |
Mark some packages as not usable on non-MMU systems
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/kbd/Config.in')
-rw-r--r-- | package/kbd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kbd/Config.in b/package/kbd/Config.in index 1fe4dff83..a23b70a81 100644 --- a/package/kbd/Config.in +++ b/package/kbd/Config.in @@ -2,6 +2,8 @@ config BR2_PACKAGE_KBD bool "kbd" select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE + # Uses fork() + depends on BR2_USE_MMU help Keytable files and keyboard utilities. |