diff options
| author | Piotr Dymacz | 2017-10-23 11:22:10 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2017-11-14 21:36:46 +0000 |
| commit | a4bb13e720315c9f4688248fc11d1727ef53846c (patch) | |
| tree | 8c993ebdcf69c604afda93e8883e4097e470612f | |
| parent | 2eeb8ac2710eebb16e77bf3804e55ea5b22ff90a (diff) | |
| download | openwrt-a4bb13e720315c9f4688248fc11d1727ef53846c.tar.gz | |
ar71xx: fix typo in Kconfig.openwrt
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
| -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 |