mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-20 07:52:08 +04:00
mediatek: filogic: enable KASLR
Enable Kernel Address Space Layout Randomization (KASLR) on the MT7622 platform. Note that this requires the bootloader to provide the kaslr-seed! Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -430,6 +430,8 @@ CONFIG_PWM_MEDIATEK=y
|
||||
CONFIG_QUEUED_RWLOCKS=y
|
||||
CONFIG_QUEUED_SPINLOCKS=y
|
||||
CONFIG_RANDSTRUCT_NONE=y
|
||||
CONFIG_RANDOMIZE_BASE=y
|
||||
CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
|
||||
CONFIG_RAS=y
|
||||
CONFIG_RATIONAL=y
|
||||
# CONFIG_RAVE_SP_CORE is not set
|
||||
@@ -445,6 +447,7 @@ CONFIG_REGULATOR=y
|
||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
||||
CONFIG_REGULATOR_MT6380=y
|
||||
CONFIG_REGULATOR_RT5190A=y
|
||||
CONFIG_RELOCATABLE=y
|
||||
CONFIG_RESET_CONTROLLER=y
|
||||
CONFIG_RESET_TI_SYSCON=y
|
||||
CONFIG_RFS_ACCEL=y
|
||||
|
||||
Reference in New Issue
Block a user