missing preconfig for schalter

This commit is contained in:
John 2015-02-23 22:29:03 +01:00 committed by Astro
parent 04a5154ef6
commit 3e6a74edbc
4 changed files with 11 additions and 5 deletions

View File

@ -9,7 +9,7 @@ mkdir -p /run/network
case "$1" in
start)
echo "Starting network..."
/sbin/ifup -a
sleep 3; /sbin/ifup -a
;;
stop)
echo -n "Stopping network..."

View File

@ -24,8 +24,9 @@ null::sysinit:/bin/hostname -F /etc/hostname
::sysinit:/etc/init.d/rcS
# Put a getty on the serial port
#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL
ttyAMA0::respawn:/sbin/getty -L ttyAMA0 115200 vt100 # GENERIC_SERIAL
tty2::respawn:/usr/bin/senmqd
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot

View File

@ -1,3 +1 @@
Welcome to Buildroot
Welcome to Schalter

View File

@ -0,0 +1,7 @@
# Configure Loopback
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp