diff options
author | Rosen Penev <rosenp@gmail.com> | 2017-11-11 16:49:53 -0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-11-17 09:29:45 +0100 |
commit | 146326c454c64c59e9243b1b51913edc0dcf98f5 (patch) | |
tree | 11d32a802c6cd2e30a8f368e17173aab5915415d /target | |
parent | b31c1237c749b927d296f18c16894f162abccd30 (diff) | |
download | upstream-146326c454c64c59e9243b1b51913edc0dcf98f5.tar.gz upstream-146326c454c64c59e9243b1b51913edc0dcf98f5.tar.bz2 upstream-146326c454c64c59e9243b1b51913edc0dcf98f5.zip |
kernel: Enable fadvise on older kernels.
Backport of 56342ee2bcbf9bf8918a01045471c7bb7faa1596 for older kernels.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 1e3f0b5abe..4909fa0cde 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -90,7 +90,7 @@ CONFIG_32BIT=y # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set # CONFIG_ADT7316 is not set -# CONFIG_ADVISE_SYSCALLS is not set +CONFIG_ADVISE_SYSCALLS=y # CONFIG_ADXRS450 is not set CONFIG_AEABI=y # CONFIG_AFFS_FS is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 1c0af9597f..23ed22d4c3 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -82,7 +82,7 @@ CONFIG_32BIT=y # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set # CONFIG_ADT7316 is not set -# CONFIG_ADVISE_SYSCALLS is not set +CONFIG_ADVISE_SYSCALLS=y # CONFIG_ADXRS450 is not set CONFIG_AEABI=y # CONFIG_AFFS_FS is not set |