diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 16:25:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 16:25:57 +0000 |
commit | f089f0db34f1a9a13595263cef58d8a4361a45bf (patch) | |
tree | e9988698f0b8e94c1ddd1236943a6320ac29b07c /target/linux/ar71xx/patches-3.10 | |
parent | 68871def8d8fba33933087356347b955d8dcd4d3 (diff) | |
download | upstream-f089f0db34f1a9a13595263cef58d8a4361a45bf.tar.gz upstream-f089f0db34f1a9a13595263cef58d8a4361a45bf.tar.bz2 upstream-f089f0db34f1a9a13595263cef58d8a4361a45bf.zip |
ar71xx: select correct Kconfig symbol in the Mikrotik SXT Lite patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41616
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/713-MIPS-ath79-add-RBSXTLite-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/713-MIPS-ath79-add-RBSXTLite-support.patch b/target/linux/ar71xx/patches-3.10/713-MIPS-ath79-add-RBSXTLite-support.patch index 859ded3140..ce097405d8 100644 --- a/target/linux/ar71xx/patches-3.10/713-MIPS-ath79-add-RBSXTLite-support.patch +++ b/target/linux/ar71xx/patches-3.10/713-MIPS-ath79-add-RBSXTLite-support.patch @@ -6,7 +6,7 @@ +config ATH79_MACH_RBSXTLITE + bool "MikroTik RouterBOARD SXT Lite" -+ select SOC_AR934x ++ select SOC_AR934X + select ATH79_DEV_ETH + select ATH79_DEV_NFC + select ATH79_DEV_WMAC |