kernel: Reorder configuration
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 26 Nov 2018 00:02:21 +0000 (01:02 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 15 Dec 2018 11:50:06 +0000 (12:50 +0100)
commit42e62a8a10c8276ba09434f88dc08f0967ba7bb1
treebdfd7fdabd4b5ef33bc61b1ca6d308e89706fcd8
parenta6f9e3b608afc2918b2e299480928f14cdb9131e
kernel: Reorder configuration

This reorders the generic kernel configuration files.
This was done with the following commands:
$ ./scripts/kconfig.pl '+' target/linux/generic/config-4.14 /dev/null > target/linux/generic/config-4.14-new
$ mv target/linux/generic/config-4.14-new target/linux/generic/config-4.14
$ ./scripts/kconfig.pl '+' target/linux/generic/config-4.9 /dev/null > target/linux/generic/config-4.9-new
$ mv target/linux/generic/config-4.9-new target/linux/generic/config-4.9

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/config-4.14
target/linux/generic/config-4.9