Browse Source

kernel/x86: fix typo

Fix typo for KernelPackage w83627hf-wdt.

Signed-off-by: Florian Eckert <[email protected]>
Florian Eckert 2 years ago
parent
commit
1e0604e0d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/x86/modules.mk

+ 1 - 1
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