Browse Source

package/om-watchdog: add om2p-lc support

Patch-by: Marek Linder <[email protected]>

SVN-Revision: 32610
Gabor Juhos 13 years ago
parent
commit
518a70f06c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/om-watchdog/files/om-watchdog.init

+ 2 - 0
package/om-watchdog/files/om-watchdog.init

@@ -15,6 +15,8 @@ boot() {
 
 	if [ "$board" = "om2p" ]; then
 		service_start /sbin/om-watchdog 12
+	elif [ "$board" = "om2p-lc" ]; then
+		service_start /sbin/om-watchdog 26
 	else
 		#we assume it is om1p in this case
 		service_start /sbin/om-watchdog 3