mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# start lo all the time
|
|
ifconfig lo 127.0.0.1 up
|
|
route add -net 127.0.0.0 netmask 255.0.0.0 lo
|
|
|
|
hostname -F /etc/hostname
|