1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/sunxi
Aleksander Jan Bajkowski a98ded6c5c kernel: move some symbols to generic config
This commit add some enabled symbols to generic config.
LTO is only supported by clang compiler and therefore should
be disabled in the generic config instead of duplicating this
symbol in each target. CONFIG_LTO_NONE do this job.

The second group of symbols is enabled by the options available
in the generic config and is therefore added here:
* CONFIG_AF_UNIX_OOB is selected by CONFIG_NET && CONFIG_UNIX,
* CONFIG_BINARY_PRINTF is selected by CONFIG_BPF_SYSCALL,
* CONFIG_NET_SOCK_MSG is selected by CONFIG_BPF_SYSCALL && CONFIG_NET.

The other symbols are disabled and should be in the generic config.

This commit also removes these symbols from subtargets.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2022-04-09 19:31:46 +02:00
..
base-files
cortexa7 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
cortexa8 sunxi: copy config and patches from 5.10 to 5.15 2022-03-29 12:02:50 +02:00
cortexa53 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
image
patches-5.10 kernel: bump 5.10 to 5.10.101 2022-03-01 21:38:36 +01:00
patches-5.15 sunxi: refresh kernel 5.15 patches 2022-03-29 12:02:50 +02:00
profiles
config-5.10
config-5.15 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
Makefile sunxi: enable 5.15 as testing kernel 2022-03-29 12:02:50 +02:00
modules.mk