#!/busybox ash /busybox echo START #/busybox mdev -s # we know the modules, lol :-) /busybox insmod /e1000.ko /busybox ip link set lo up /busybox ip addr add 2a01:4f8:c0c:36b8:ff01:8000:0:3/128 dev eth0 /busybox ip link set eth0 up /busybox ip route add default via 2a01:4f8:c0c:36b8:ff01:8000:0:1 dev eth0 onlink /busybox ash