scripts: Add script to reorder kernel config-* files
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 Oct 2024 22:02:28 +0000 (00:02 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 22 Oct 2024 19:13:26 +0000 (21:13 +0200)
commitb8816343fbf7f6c14573de43fd86a0ae544abfec
treec60214f32416aa1ca2a48c8359b4fb28fd3cd330
parent7e542f6a77aabfd02c82bef5240ce0a09ebf5070
scripts: Add script to reorder kernel config-* files

This script will reorder the content of all config-* files in the target
folder. It will also remove duplicates. It will not remove options
already defined in the generic configuration.

Link: https://github.com/openwrt/openwrt/pull/16743
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
scripts/kconfig-reorder.sh [new file with mode: 0755]