1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-18 17:30:12 +02:00
build/board/rpi3/INIT
David Oberhollenzer a18968fca1 Cleanup network configuration
- board configuration does not configure network interfaces,
   only handles renaming
 - router product for Raspberry Pi 3 configures DHCP for ethernet port
 - router product for Alix board configures DHCP for third ethernet port,
   static addresses for the other two

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-05-06 00:28:36 +02:00

4 lines
74 B
Plaintext

GETTY_TTY="tty1 tty2 tty3 tty4 tty5 tty6 tty7"
DHCP_PORTS=""
HWCLOCK="no"