#!/bin/sh
[ -z "$IPKG_INSTROOT" ] || exit 0
/etc/init.d/localtonet enable
exit 0
