root@OpenWrt:/etc# cat rc.local # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing.
sleep 120 mount -t hfsplus -o remount,rw,force /mnt/TimeMachine mount -t hfsplus -o remount,rw,force /mnt/sda1 exit 0