diff options
Diffstat (limited to 'package/openpowerlink/Config.in')
| -rw-r--r-- | package/openpowerlink/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openpowerlink/Config.in b/package/openpowerlink/Config.in index cdb09a2e9..85739617e 100644 --- a/package/openpowerlink/Config.in +++ b/package/openpowerlink/Config.in @@ -1,4 +1,5 @@ comment "openpowerlink needs a toolchain w/ C++, threads" + depends on BR2_USE_MMU depends on BR2_i386 || BR2_x86_64 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS @@ -7,6 +8,7 @@ config BR2_PACKAGE_OPENPOWERLINK depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_i386 || BR2_x86_64 + depends on BR2_USE_MMU # qt help openPOWERLINK is an Open Source Industrial Ethernet stack implementing the POWERLINK protocol for Managing Node |
