From c45d64a678fe541ff959d3a64ba8478eba041237 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 19 Mar 2012 16:40:06 +0100 Subject: at: uses fork(), so requires MMU Fixes the following problem: atd.o: In function `run_file': atd.c:(.text+0x35c): undefined reference to `fork' atd.c:(.text+0x75c): undefined reference to `fork' daemon.o: In function `daemon_setup': daemon.c:(.text+0x4bc): undefined reference to `fork' collect2: ld returned 1 exit status make[1]: *** [atd] Error 1 make[1]: Leaving directory `/home/test/test/output/build/at-3.1.12' make: *** [/home/test/test/output/build/at-3.1.12/.stamp_built] Error 2 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/at/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/at') diff --git a/package/at/Config.in b/package/at/Config.in index a5d5ef826..d4ddcb2c6 100644 --- a/package/at/Config.in +++ b/package/at/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_AT bool "at" + depends on BR2_USE_MMU help At and batch read shell commands from standard input and store them as jobs to be scheduled for execution in the -- cgit v1.2.3