Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autofs: bump to version 5.1.3 | Baruch Siach | 2017-06-08 | 1 | -47/+0 |
| | | | | | | | | Drop upstream patches. Cc: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | autofs: add patch to force result of procfs check | Thomas Petazzoni | 2016-07-30 | 1 | -0/+47 |
The autofs configure script verifies on the build system if /proc is provided by a Linux system. This might fail if /proc is not mounted, but does ont mean that procfs will not be available in the target. Therefore, this commit adds a patch improving the AF_LINUX_PROCFS autoconf macro to allow passing an autoconf cache variable. autofs.mk then uses that to force the fact that /proc will be available on the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |