diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-24 20:24:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-24 20:24:27 +0000 |
commit | dfc7942c3e89e94d3f22b9d80827d39a22719c40 (patch) | |
tree | 5d403f3c598a1e6e1804257c5016a9b64e84bedd /target/linux/brcm47xx/config-3.6 | |
parent | afc3c7596af4c3e52d3783732babdfb7b60009b7 (diff) | |
download | upstream-dfc7942c3e89e94d3f22b9d80827d39a22719c40.tar.gz upstream-dfc7942c3e89e94d3f22b9d80827d39a22719c40.tar.bz2 upstream-dfc7942c3e89e94d3f22b9d80827d39a22719c40.zip |
brcm47xx: watchdog: deactivate NOWAYOUT.
In the old configuration the SoC issued a reboot if the watchdog was
killed also if it was kill with TERM and not KILL.
This will fix #11724.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-3.6')
-rw-r--r-- | target/linux/brcm47xx/config-3.6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/config-3.6 b/target/linux/brcm47xx/config-3.6 index 4859a5b6d1..478ba847c5 100644 --- a/target/linux/brcm47xx/config-3.6 +++ b/target/linux/brcm47xx/config-3.6 @@ -145,5 +145,4 @@ CONFIG_USB_ARCH_HAS_XHCI=y # CONFIG_USB_HCD_SSB is not set CONFIG_USB_SUPPORT=y CONFIG_WATCHDOG_CORE=y -CONFIG_WATCHDOG_NOWAYOUT=y CONFIG_ZONE_DMA_FLAG=0 |