tn3399_openwrt/target/linux/generic
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
..
backport-5.10 kernel: v5.10: backport GigaDevice SPI-NAND supports 2022-04-09 21:08:19 +08:00
backport-5.15 kernel: v5.15: backport GigaDevice SPI-NAND supports 2022-04-09 21:04:40 +08:00
files kernel: mtk_bmt: skip bitflip check if threshold isn't set 2022-04-09 21:08:26 +08:00
hack-5.10 kernel: scale nf_conntrack_max more reasonably 2022-04-01 13:23:41 +01:00
hack-5.15 kernel: scale nf_conntrack_max more reasonably 2022-04-01 13:23:41 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.10 kernel: Fix oob layout of XTX XT26G0xA 2022-04-09 21:08:26 +08:00
pending-5.15 generic: 5.15: fix aardvak pci pending patch 2022-04-09 19:31:46 +02:00
config-5.10 kernel: sort generic configuration 2022-03-27 15:50:14 +01:00
config-5.15 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
config-filter kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
PATCHES