Re: [LEDE-DEV] [PATCH] kernel: Add iTCO_wdt watchdog timer module support

2017-03-13 Thread Michael Marley
CONFIG_ITCO_WDT is actually already set to "y" in LEDE's current kernel configuration, but it seems that some dependency is getting compiled as a module, also forcing iTCO_wdt to be compiled as a module. Felix said to just build it into the kernel anyway, which I plan to do, but I haven't had

Re: [LEDE-DEV] [PATCH] kernel: Add iTCO_wdt watchdog timer module support

2017-03-13 Thread Philip Prindeville
Did you look at: https://github.com/openwrt/openwrt/pull/326 it might be easier just to cherry-pick this in. > On Mar 11, 2017, at 3:48 PM, mich...@michaelmarley.com wrote: > > From: Michael Marley > > This supports the Intel TCO Watchdog Timer Device, which has been > nearly ubiquitous in I

Re: [LEDE-DEV] [PATCH] kernel: Add iTCO_wdt watchdog timer module support

2017-03-12 Thread Felix Fietkau
On 2017-03-11 23:48, mich...@michaelmarley.com wrote: > From: Michael Marley > > This supports the Intel TCO Watchdog Timer Device, which has been > nearly ubiquitous in Intel chipsets for almost 20 years. > > Signed-off-by: Michael Marley I think this should be enabled in the kernel config for

[LEDE-DEV] [PATCH] kernel: Add iTCO_wdt watchdog timer module support

2017-03-11 Thread michael
From: Michael Marley This supports the Intel TCO Watchdog Timer Device, which has been nearly ubiquitous in Intel chipsets for almost 20 years. Signed-off-by: Michael Marley --- package/kernel/linux/modules/other.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/k