mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-01 03:42:37 +00:00
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
@ -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 New Issue
Block a user