immortalwrt/target
Hauke Mehrtens c96fc0fe14 kernel: Reorder kernel configuration options
Reorder the options and remove double entries.
This was generated by running this:
$ ./scripts/kconfig.pl '+' target/linux/generic/config-5.10 /dev/null > target/linux/generic/config-5.10.new
$ mv target/linux/generic/config-5.10.new target/linux/generic/config-5.10
$ ./scripts/kconfig.pl '+' target/linux/generic/config-5.4 /dev/null > target/linux/generic/config-5.4.new
$ mv target/linux/generic/config-5.4.new target/linux/generic/config-5.4

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-03-20 11:51:27 +08:00
..
imagebuilder build,ib: add STRIP_ABI option for manifest 2021-03-17 11:29:19 +08:00
linux kernel: Reorder kernel configuration options 2021-03-20 11:51:27 +08:00
sdk sdk: expose binary strip settings 2021-02-20 12:32:48 +08:00
toolchain build: improve ccache support 2021-01-02 12:08:17 +08:00
Config.in include/image*: add support for device-tree overlays 2021-03-18 23:23:45 +08:00
Makefile