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.
14 lines
367 B
Plaintext
14 lines
367 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 addr add fe80:ff01:8000::3 dev eth0 scope link
|
|
/busybox ip link set eth0 up
|
|
/busybox ip route add default via fe80:ff01:8000::2 dev eth0
|
|
|
|
/busybox ash
|