From: Gustavo Zacarias Date: Wed, 3 Apr 2013 01:11:53 +0000 (+0000) Subject: linknx: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e853215eaae4cdef22720e9ee317a02b756fc3af;p=buildroot.git linknx: needs mmu Inherited from libpthsem which uses fork() Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/linknx/Config.in b/package/linknx/Config.in index 18e98677b7..f35351e688 100644 --- a/package/linknx/Config.in +++ b/package/linknx/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LINKNX bool "linknx" select BR2_PACKAGE_LIBPTHSEM depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # libpthsem help Linknx is an automation platform providing high level functionalities to EIB/KNX installation.