mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01: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:
parent
5388c0f925
commit
a18968fca1
4 changed files with 3 additions and 2 deletions
|
@ -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
1
product/router/alix/INIT
Normal file
|
@ -0,0 +1 @@
|
|||
DHCP_PORTS="port2"
|
|
@ -1 +0,0 @@
|
|||
ip 192.168.2.1/24
|
1
product/router/rpi3/INIT
Normal file
1
product/router/rpi3/INIT
Normal file
|
@ -0,0 +1 @@
|
|||
DHCP_PORTS="port0"
|
Loading…
Reference in a new issue