1 #!/bin/sh /etc/rc.common
3 # Copyright (C) 2011 OpenWrt.org
11 if [ -r /lib
/ar71xx.sh
]; then
13 local board
=$
(ar71xx_board_name
)
16 if [ "$board" = "om2p" ]; then
17 service_start
/sbin
/om-watchdog
12
19 #we assume it is om1p in this case
20 service_start
/sbin
/om-watchdog
3
This page took 0.042234 seconds and 5 git commands to generate.