aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/modules.mk
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2023-01-13 15:30:02 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-15 13:30:09 +0100
commit1e0604e0d1ddcd823c6bd6bfc6af2f9623a28f16 (patch)
tree5b176a9bb6f9ca492880193d58fc73bd05a2a881 /target/linux/x86/modules.mk
parent9e4ede8344d60d4837e047e9275c21fd2a8f130b (diff)
downloadupstream-1e0604e0d1ddcd823c6bd6bfc6af2f9623a28f16.tar.gz
upstream-1e0604e0d1ddcd823c6bd6bfc6af2f9623a28f16.tar.bz2
upstream-1e0604e0d1ddcd823c6bd6bfc6af2f9623a28f16.zip
kernel/x86: fix typo
Fix typo for KernelPackage w83627hf-wdt. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'target/linux/x86/modules.mk')
-rw-r--r--target/linux/x86/modules.mk2
1 files changed, 1 insertions, 1 deletions
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