[Buildroot] [PATCH] ipkg: needs MMU

Baruch Siach baruch at tkos.co.il
Tue Jul 26 04:00:37 UTC 2016


Fixes:
http://autobuild.buildroot.net/results/6cf/6cf75e08795d9ab194ce4e882c0f4858bad979c3/
http://autobuild.buildroot.net/results/964/964d8f694bc7d05b35411eabfbadf40bbf6337ae/
http://autobuild.buildroot.net/results/0f2/0f2cddf89af3ad4330556acd04ab6cb080370e24/

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/ipkg/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ipkg/Config.in b/package/ipkg/Config.in
index 4b2078d9cd70..d93e1d17b3dd 100644
--- a/package/ipkg/Config.in
+++ b/package/ipkg/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_IPKG
 	bool "ipkg"
+	depends on BR2_USE_MMU # fork()
 	help
 	  The Itsy Package Installer from handhelds.org
 
-- 
2.8.1



More information about the buildroot mailing list