1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 19:46:14 +02:00

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>
This commit is contained in:
David Oberhollenzer 2018-05-06 00:25:01 +02:00
parent 5388c0f925
commit a18968fca1
4 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
GETTY_TTY="tty1 tty2 tty3 tty4 tty5 tty6 tty7"
DHCP_PORTS="port0"
DHCP_PORTS=""
HWCLOCK="no"

1
product/router/alix/INIT Normal file
View file

@ -0,0 +1 @@
DHCP_PORTS="port2"

View file

@ -1 +0,0 @@
ip 192.168.2.1/24

1
product/router/rpi3/INIT Normal file
View file

@ -0,0 +1 @@
DHCP_PORTS="port0"