kernel: Remove CONFIG_COMPAT
This removes support for executing old 32 bit applications on 64 bit ARM and MIPS kernels. On OpenWrt we normally compile all the user space applications on our own and do not support third party binary only modules especial not 32 bit applications on 64 bit CPUs. This reduces the attack surface on such systems and should also save some memory. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -819,6 +819,7 @@ CONFIG_CMDLINE=""
|
||||
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
|
||||
CONFIG_COMPACTION=y
|
||||
# CONFIG_COMPAL_LAPTOP is not set
|
||||
# CONFIG_COMPAT is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
# CONFIG_CONFIGFS_FS is not set
|
||||
|
||||
@@ -850,6 +850,7 @@ CONFIG_CMDLINE=""
|
||||
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
|
||||
CONFIG_COMPACTION=y
|
||||
# CONFIG_COMPAL_LAPTOP is not set
|
||||
# CONFIG_COMPAT is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
# CONFIG_CONFIGFS_FS is not set
|
||||
|
||||
@@ -766,6 +766,7 @@ CONFIG_CMDLINE=""
|
||||
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
|
||||
CONFIG_COMPACTION=y
|
||||
# CONFIG_COMPAL_LAPTOP is not set
|
||||
# CONFIG_COMPAT is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
# CONFIG_CONFIGFS_FS is not set
|
||||
|
||||
Reference in New Issue
Block a user