#!/bin/sh

# DS-LITE MTU Adjustments for Japan
sed -i -e "s/mtu:-1280/mtu:-1460/g" /lib/netifd/proto/dslite.sh

# Execution
rm -rf /tmp/luci-*
start-stop-daemon -S -b -x /usr/bin/setup_ipoe.sh

exit 0