mirror of https://github.com/hak5/openwrt-owl.git
kernel: enable CONFIG_ADVISE_SYSCALLS
Without this, posix_[fm]advise does not work. This causes issues with btrfs-progs, which uses fadvise to drop caches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
parent
f774d68fff
commit
56342ee2bc
|
@ -90,7 +90,7 @@ CONFIG_32BIT=y
|
||||||
# CONFIG_ADM6996_PHY is not set
|
# CONFIG_ADM6996_PHY is not set
|
||||||
# CONFIG_ADM8211 is not set
|
# CONFIG_ADM8211 is not set
|
||||||
# CONFIG_ADT7316 is not set
|
# CONFIG_ADT7316 is not set
|
||||||
# CONFIG_ADVISE_SYSCALLS is not set
|
CONFIG_ADVISE_SYSCALLS=y
|
||||||
# CONFIG_ADXRS450 is not set
|
# CONFIG_ADXRS450 is not set
|
||||||
CONFIG_AEABI=y
|
CONFIG_AEABI=y
|
||||||
# CONFIG_AFE4403 is not set
|
# CONFIG_AFE4403 is not set
|
||||||
|
|
Loading…
Reference in New Issue