diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-10-23 13:22:10 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-11-14 22:36:46 +0100 |
commit | a4bb13e720315c9f4688248fc11d1727ef53846c (patch) | |
tree | 8c993ebdcf69c604afda93e8883e4097e470612f /target/linux/ar71xx | |
parent | 2eeb8ac2710eebb16e77bf3804e55ea5b22ff90a (diff) | |
download | upstream-a4bb13e720315c9f4688248fc11d1727ef53846c.tar.gz upstream-a4bb13e720315c9f4688248fc11d1727ef53846c.tar.bz2 upstream-a4bb13e720315c9f4688248fc11d1727ef53846c.zip |
ar71xx: fix typo in Kconfig.openwrt
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 5cb4f7ed3e..8facdd2b74 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -640,7 +640,7 @@ config ATH79_MACH_DOMYWIFI_DW33D config ATH79_MACH_DR344 bool "Wallys DR344 board support" - select SOC_AS934X + select SOC_AR934X select ATH79_DEV_ETH select ATH79_DEV_GPIO_BUTTONS select ATH79_DEV_LEDS_GPIO |