You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
329 B
Plaintext

#!/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