Add BR2_EXTERNAL skeleton
This commit is contained in:
12
board/raspberrypi/overlay/etc/network/interfaces
Normal file
12
board/raspberrypi/overlay/etc/network/interfaces
Normal file
@@ -0,0 +1,12 @@
|
||||
# /etc/network/interfaces - Common network configuration
|
||||
#
|
||||
# This file is part of the shared rootfs overlay and provides a
|
||||
# sensible default network configuration for all Raspberry Pi projects.
|
||||
# Projects can override this by placing their own version in their
|
||||
# project-specific overlay (which is applied after this one).
|
||||
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
Reference in New Issue
Block a user