diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2018-01-24 22:22:14 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-22 18:53:22 +0100 |
commit | fc43e7a6e08d010649380bf0c0b9d9cfcb64ad63 (patch) | |
tree | bcce2dd012b2cecab2f701ec41d6be62387302ed /target/linux | |
parent | bb1df2d75bcc27614505ad9979f3eb2ad4c1fd40 (diff) | |
download | upstream-fc43e7a6e08d010649380bf0c0b9d9cfcb64ad63.tar.gz upstream-fc43e7a6e08d010649380bf0c0b9d9cfcb64ad63.tar.bz2 upstream-fc43e7a6e08d010649380bf0c0b9d9cfcb64ad63.zip |
ar71xx: fix typos and indentation in Kconfig.openwrt
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 248bffb1f5..fca5d01b3a 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -451,7 +451,7 @@ config ATH79_MACH_WPE72 config ATH79_MACH_WPJ342 bool "Compex WPJ342 board support" - select SOC_AS934X + select SOC_AR934X select ATH79_DEV_ETH select ATH79_DEV_GPIO_BUTTONS select ATH79_DEV_LEDS_GPIO @@ -461,7 +461,7 @@ config ATH79_MACH_WPJ342 config ATH79_MACH_WPJ344 bool "Compex WPJ344 board support" - select SOC_AS934X + select SOC_AR934X select ATH79_DEV_ETH select ATH79_DEV_GPIO_BUTTONS select ATH79_DEV_LEDS_GPIO @@ -1155,7 +1155,7 @@ config ATH79_MACH_WNR2000_V3 select ATH79_DEV_LEDS_GPIO select ATH79_DEV_M25P80 - config ATH79_MACH_WNR2200 +config ATH79_MACH_WNR2200 bool "NETGEAR WNR2200 board support" select SOC_AR724X select ATH79_DEV_AP9X_PCI if PCI |