Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ipkg: needs MMU
@ 2016-07-26  4:00 Baruch Siach
  2016-07-26  7:59 ` Thomas Petazzoni
  0 siblings, 1 reply; 10+ messages in thread
From: Baruch Siach @ 2016-07-26  4:00 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-07-26 18:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26  4:00 [Buildroot] [PATCH] ipkg: needs MMU Baruch Siach
2016-07-26  7:59 ` Thomas Petazzoni
2016-07-26  8:01   ` Thomas Petazzoni
2016-07-26 11:15     ` Baruch Siach
2016-07-26 11:48       ` Thomas Petazzoni
2016-07-26 12:14         ` Baruch Siach
2016-07-26 12:52           ` Thomas Petazzoni
2016-07-26 15:08             ` Baruch Siach
2016-07-26 15:19               ` Thomas Petazzoni
2016-07-26 18:10           ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox