package/om-watchdog: add OpenMesh OM2P-HSv2 support
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
This commit is contained in:
parent
90c5ec6374
commit
f450be9bb2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue