diff options
author | Gabor Juhos <juhosg@freemail.hu> | 2018-01-08 15:47:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-01-09 08:34:03 +0100 |
commit | 09bb7105c2f7499ea4580d83c42670513f261246 (patch) | |
tree | fea7d55e3c81a1d000932428853e0c81d2d02f65 /target/linux/ar71xx/nand/config-default | |
parent | 56767dfa4232d3045136cf6c02956bfd4451af5e (diff) | |
download | upstream-09bb7105c2f7499ea4580d83c42670513f261246.tar.gz upstream-09bb7105c2f7499ea4580d83c42670513f261246.tar.bz2 upstream-09bb7105c2f7499ea4580d83c42670513f261246.zip |
ar71xx: sort kernel configurations
The symbols in some kernel configurations of the target are in
wrong order. Sort them with kconfig.pl.
Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
Diffstat (limited to 'target/linux/ar71xx/nand/config-default')
-rw-r--r-- | target/linux/ar71xx/nand/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/nand/config-default b/target/linux/ar71xx/nand/config-default index f7c54e7d3c..d85a21d91a 100644 --- a/target/linux/ar71xx/nand/config-default +++ b/target/linux/ar71xx/nand/config-default @@ -155,10 +155,10 @@ CONFIG_ATH79_MACH_RAMBUTAN=y # CONFIG_ATH79_MACH_TL_WDR6500_V2 is not set # CONFIG_ATH79_MACH_TL_WPA8630 is not set # CONFIG_ATH79_MACH_TL_WR1041N_V2 is not set -# CONFIG_ATH79_MACH_TL_WR1043N_V5 is not set # CONFIG_ATH79_MACH_TL_WR1043ND is not set # CONFIG_ATH79_MACH_TL_WR1043ND_V2 is not set # CONFIG_ATH79_MACH_TL_WR1043ND_V4 is not set +# CONFIG_ATH79_MACH_TL_WR1043N_V5 is not set # CONFIG_ATH79_MACH_TL_WR2543N is not set # CONFIG_ATH79_MACH_TL_WR703N is not set # CONFIG_ATH79_MACH_TL_WR720N_V3 is not set |