aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/om-watchdog
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-17 09:43:47 +0000
committerJohn Crispin <john@openwrt.org>2015-03-17 09:43:47 +0000
commit17564eeaaa885585eaf3c0bce2179aedeee71a4a (patch)
tree454fde4586daf0ca334dfdd75e8d4e098ead42e6 /package/kernel/om-watchdog
parent10c5a4401757139ffac0754384d079ac47f2dc94 (diff)
downloadupstream-17564eeaaa885585eaf3c0bce2179aedeee71a4a.tar.gz
upstream-17564eeaaa885585eaf3c0bce2179aedeee71a4a.tar.bz2
upstream-17564eeaaa885585eaf3c0bce2179aedeee71a4a.zip
package/om-watchdog: add OpenMesh OM5P-AN support
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 44864
Diffstat (limited to 'package/kernel/om-watchdog')
-rw-r--r--package/kernel/om-watchdog/files/om-watchdog.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/om-watchdog/files/om-watchdog.init b/package/kernel/om-watchdog/files/om-watchdog.init
index 36b31dae32..135fef7835 100644
--- a/package/kernel/om-watchdog/files/om-watchdog.init
+++ b/package/kernel/om-watchdog/files/om-watchdog.init
@@ -19,7 +19,7 @@ boot() {
"om2pv2"|"om2p-lc")
service_start /sbin/om-watchdog 26
;;
- "om5p")
+ "om5p"|"om5p-an")
service_start /sbin/om-watchdog 11
;;
"mr600v2")