projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4ede8
)
kernel/x86: fix typo
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 13 Jan 2023 14:30:02 +0000
(15:30 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 15 Jan 2023 12:30:09 +0000
(13:30 +0100)
Fix typo for KernelPackage w83627hf-wdt.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
target/linux/x86/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86/modules.mk
b/target/linux/x86/modules.mk
index 3173cf9e84978d9137e9b05fc3811d20ac3885f4..e0c3b4174f10723f1dc04e2d013f71bea5e05399 100644
(file)
--- 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
+
C
ONFIG_WATCHDOG_CORE=y
FILES:=$(LINUX_DIR)/drivers/watchdog/w83627hf_wdt.ko
AUTOLOAD:=$(call AutoLoad,50,w83627hf-wdt,1)
endef