mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-08 23:58:10 +00:00
x86/config-5.10: geode: add missing CONFIG_WATCHDOG_CORE option
If this module is not set to y, then I get the following compilation error during geode build. Package kmod-w83627hf-wdt is missing dependencies for the following libraries: watchdog.ko Setting the linux CONFIG_WATCHDOG_CORE to y as in all other targets fixes this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
fea1705819
commit
99b6e3cb41
@ -123,6 +123,7 @@ CONFIG_SERIAL_MCTRL_GPIO=y
|
||||
# CONFIG_USB_UHCI_HCD is not set
|
||||
CONFIG_VIA_RHINE=y
|
||||
CONFIG_VIA_RHINE_MMIO=y
|
||||
CONFIG_WATCHDOG_CORE=y
|
||||
# CONFIG_WDT is not set
|
||||
# CONFIG_X86_ACPI_CPUFREQ is not set
|
||||
CONFIG_X86_ALIGNMENT_16=y
|
||||
|
Loading…
Reference in New Issue
Block a user