#!/bin/sh
# check if we are on real system
if [ -z "${IPKG_INSTROOT}" ]; then
	echo "Enabling rc.d symlink for wifischedule"
	/etc/init.d/wifi_schedule enable
fi
exit 0
