openwrt/target/linux/mediatek
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 mediatek: store random MAC address in U-Boot env on first boot 2022-01-23 20:20:47 +00:00
dts mediatek: Add support for Xiaomi Redmi Router AX6S 2022-03-20 18:33:39 +00:00
files/drivers mediatek: add patches for 5.15 and kernel config for mt7622 2022-03-27 12:55:53 +02:00
image mediatek: Add support for Xiaomi Redmi Router AX6S 2022-03-20 18:33:39 +00:00
mt7622 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
mt7623 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
mt7629 mediatek: add 5.15 config for mt7623 and mt7629 2022-03-27 14:51:04 +01:00
patches-5.10 kernel: bump 5.10 to 5.10.109 2022-03-30 18:33:38 +02:00
patches-5.15 mediatek: add patches for 5.15 and kernel config for mt7622 2022-03-27 12:55:53 +02:00
Makefile generic: 5.15: refresh config 2022-03-27 02:17:24 +01:00
modules.mk mediatek: build btmtkuart as a kernel module 2020-09-22 21:07:50 +08:00