[openwrt/openwrt] ar71xx: fix typos and indentation in Kconfig.openwrt
LEDE Commits
lede-commits at lists.infradead.org
Thu Feb 22 15:22:45 PST 2018
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/fc43e7a6e08d010649380bf0c0b9d9cfcb64ad63
commit fc43e7a6e08d010649380bf0c0b9d9cfcb64ad63
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Wed Jan 24 22:22:14 2018 +0100
ar71xx: fix typos and indentation in Kconfig.openwrt
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 6 +++---
1 file 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 248bffb..fca5d01 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
More information about the lede-commits
mailing list