diff options
| author | Axel Lin <axel.lin@ingics.com> | 2013-09-27 16:19:19 +0800 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-27 11:35:23 +0200 |
| commit | 5ce1fb3d25ab423c44525e1ae84505713830fa05 (patch) | |
| tree | a032c5f7e2a46cd0d687d3955e69a916ecb90070 /package/xinetd | |
| parent | 591bed40ff24d540d87872ea75967a445a6d80b9 (diff) | |
| download | buildroot-5ce1fb3d25ab423c44525e1ae84505713830fa05.tar.gz buildroot-5ce1fb3d25ab423c44525e1ae84505713830fa05.zip | |
xinetd: needs mmu
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/xinetd')
| -rw-r--r-- | package/xinetd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/xinetd/Config.in b/package/xinetd/Config.in index 76fe603547..7f3575cedb 100644 --- a/package/xinetd/Config.in +++ b/package/xinetd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XINETD bool "xinetd" + depends on BR2_USE_MMU # fork() help xinetd is a secure replacement for inetd. It was originally written by panos@cs.colorado.edu. |

