index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-06-02 11:31:47 +0200
committer
John Crispin <john@phrozen.org>
2017-02-15 09:35:44 +0100
commit
8a35c489ada3863f50b908fe8d2f4fc6e6d85669
(
patch
)
tree
27b571a4942c50a66ff27ee4f1e793b454a5d10c
parent
d536c1d04fe00dee9b1122f7f487021ca7e128cd
(
diff
)
package/om-watchdog: add OpenMesh OM2Pv4/-HSv4 support
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat
-rw-r--r--
package/kernel/om-watchdog/files/om-watchdog.init
2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/om-watchdog/files/om-watchdog.init b/package/kernel/om-watchdog/files/om-watchdog.init
index 4ed178db7e..25ca6ff588 100644
--- a/
package/kernel/om-watchdog/files/om-watchdog.init
+++ b/
package/kernel/om-watchdog/files/om-watchdog.init
@@ -17,9 +17,11 @@ get_gpio() {
case "$board" in
"om2p" | \
+ "om2pv4" | \
"om2p-hs" | \
"om2p-hsv2" | \
"om2p-hsv3" | \
+ "om2p-hsv4" | \
"om5p-acv2")
return 12
;;