[openwrt/openwrt] mediatek: fix typo in kernel mt7623/config-5.10
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 20 09:04:41 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/27deb35af3cfa1dda5a635016fa852c8d201e81f
commit 27deb35af3cfa1dda5a635016fa852c8d201e81f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jul 20 17:02:49 2021 +0100
mediatek: fix typo in kernel mt7623/config-5.10
Fix typo reported by github user @mans0n.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/mt7623/config-5.10 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/mt7623/config-5.10 b/target/linux/mediatek/mt7623/config-5.10
index ca1f92ae78..4e240b560d 100644
--- a/target/linux/mediatek/mt7623/config-5.10
+++ b/target/linux/mediatek/mt7623/config-5.10
@@ -229,7 +229,7 @@ CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_HAS_DMA=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
-CINFIG_HAVE_ARM_ARCH_TIMER=y
+CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_HAVE_SMP=y
CONFIG_HDMI=y
CONFIG_HIGHMEM=y
More information about the lede-commits
mailing list