missing preconfig for schalter

This commit is contained in:
John 2015-02-23 22:29:03 +01:00
parent 2c8f52f9b2
commit d34e35372c
4 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@
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

@ -2,3 +2,6 @@
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp