autofs: new package
authorJonathan Ben Avraham <yba@tkos.co.il>
Tue, 22 Dec 2015 16:51:10 +0000 (18:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Dec 2015 18:05:49 +0000 (19:05 +0100)
commit748131a4c56f092bf302a6fea6901220d50174cd
tree95321b75f053f4171c6b7e60940adf769439010c
parentb36d4d964d0a30fd848e5804ef28ad8f500ba8df
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>
package/Config.in
package/autofs/0001-include-linux-nfs.h-directly-in-rpc_sub.patch [new file with mode: 0644]
package/autofs/Config.in [new file with mode: 0644]
package/autofs/autofs.hash [new file with mode: 0644]
package/autofs/autofs.mk [new file with mode: 0644]