diff mbox

conntrack-tools: needs mmu

Message ID 1361528673-24052-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 669dcf3a624c18a9b260e890a48cc416217bbd28
Headers show

Commit Message

Gustavo Zacarias Feb. 22, 2013, 10:24 a.m. UTC
Fixes
http://autobuild.buildroot.net/results/641755fbc61b47361b71161eabbf3075c7598c88/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/conntrack-tools/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Feb. 22, 2013, 1:21 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes
 Gustavo> http://autobuild.buildroot.net/results/641755fbc61b47361b71161eabbf3075c7598c88/

Committed, thanks.
diff mbox

Patch

diff --git a/package/conntrack-tools/Config.in b/package/conntrack-tools/Config.in
index ddede0e..50f2000 100644
--- a/package/conntrack-tools/Config.in
+++ b/package/conntrack-tools/Config.in
@@ -2,6 +2,7 @@  config BR2_PACKAGE_CONNTRACK_TOOLS
 	bool "conntrack-tools"
 	depends on BR2_INET_IPV6
 	depends on BR2_LARGEFILE
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
 	select BR2_PACKAGE_LIBNETFILTER_CTHELPER
 	select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT