summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorJonathan Ben Avraham <yba@tkos.co.il>2015-12-22 18:51:10 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-22 19:05:49 +0100
commit748131a4c56f092bf302a6fea6901220d50174cd (patch)
tree95321b75f053f4171c6b7e60940adf769439010c /package/Config.in
parentb36d4d964d0a30fd848e5804ef28ad8f500ba8df (diff)
autofs: new package
Tested on i.MX6 using NFS mounts only. Not tested with DAS mounts as of this commit. [Thomas: - remove the "# rpcbind" comments on the thread and mmu dependencies, since we don't select rpcbind. The thread and mmu dependencies are still needed though, since autofs uses pthread_*() functions and fork(). - Remove "Requires a toolchain with native RPC." in the Config.in help text and instead add a proper Config.in comment about the thread and RPC dependency. - Add patch to fix building with uClibc, taken from OpenEmbedded.] Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index f8c23c555..910d5217b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -155,6 +155,7 @@ endif
endmenu
menu "Filesystem and flash utilities"
+ source "package/autofs/Config.in"
source "package/btrfs-progs/Config.in"
source "package/cifs-utils/Config.in"
source "package/cpio/Config.in"