#!/bin/sh
if [ -e /etc/openwrt_release ]; then
	[ -f /etc/init.d/dmrid ] && /etc/init.d/dmrid enable || :
fi
exit 0
