projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c5ec6
)
package/om-watchdog: add OpenMesh OM2P-HSv2 support
author
John Crispin
<john@openwrt.org>
Mon, 2 Jun 2014 13:21:43 +0000
(13:21 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 2 Jun 2014 13:21:43 +0000
(13:21 +0000)
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40964
package/kernel/om-watchdog/files/om-watchdog.init
patch
|
blob
|
history
diff --git
a/package/kernel/om-watchdog/files/om-watchdog.init
b/package/kernel/om-watchdog/files/om-watchdog.init
index afb9296afd2253b44740c9d5d72ce4be1220d4ee..3e8ff84540d70ed2fdde499fd90e2be0827e8909 100644
(file)
--- a/
package/kernel/om-watchdog/files/om-watchdog.init
+++ b/
package/kernel/om-watchdog/files/om-watchdog.init
@@
-13,7
+13,7
@@
boot() {
local board=$(ar71xx_board_name)
case "$board" in
- "om2p"|"om2p-hs")
+ "om2p"|"om2p-hs"
|"om2p-hsv2"
)
service_start /sbin/om-watchdog 12
;;
"om2pv2"|"om2p-lc")