[openwrt/openwrt] kernel/x86: fix typo
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 15 04:44:07 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1e0604e0d1ddcd823c6bd6bfc6af2f9623a28f16
commit 1e0604e0d1ddcd823c6bd6bfc6af2f9623a28f16
Author: Florian Eckert <fe at dev.tdt.de>
AuthorDate: Fri Jan 13 15:30:02 2023 +0100
kernel/x86: fix typo
Fix typo for KernelPackage w83627hf-wdt.
Signed-off-by: Florian Eckert <fe at dev.tdt.de>
---
target/linux/x86/modules.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/x86/modules.mk b/target/linux/x86/modules.mk
index 3173cf9e84..e0c3b4174f 100644
--- a/target/linux/x86/modules.mk
+++ b/target/linux/x86/modules.mk
@@ -184,7 +184,7 @@ define KernelPackage/w83627hf-wdt
DEPENDS:=@TARGET_x86
KCONFIG:=\
CONFIG_W83627HF_WDT \
- ONFIG_WATCHDOG_CORE=y
+ CONFIG_WATCHDOG_CORE=y
FILES:=$(LINUX_DIR)/drivers/watchdog/w83627hf_wdt.ko
AUTOLOAD:=$(call AutoLoad,50,w83627hf-wdt,1)
endef
More information about the lede-commits
mailing list