summaryrefslogtreecommitdiffstats
path: root/system/skeleton
diff options
context:
space:
mode:
authorJeremy Rosen <jeremy.rosen@openwide.fr>2015-01-16 14:08:39 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-02 21:42:47 +0100
commitf4f62a3c16f8591b14eedc3564599c6c807820b4 (patch)
tree859874c42f27c63cf5c0530945b0f19466aaefde /system/skeleton
parentd538b8bf93f684b0ea00dc61dd4cb25394345971 (diff)
downloadbuildroot-f4f62a3c16f8591b14eedc3564599c6c807820b4.tar.gz
buildroot-f4f62a3c16f8591b14eedc3564599c6c807820b4.zip
Allow a single DHCP configuration via the system configuration submenu
This patch allows the setup of simple a single interface to be automatically brought up and configured via DHCP on system startup. The interface name can be set via a configuration option. This patch does not support systemd-networkd, any complex network configuration should be done via overlay of /etc/network/interfaces or the relevant networkd configuration file [Peter: rename to BR2_SYSTEM_DHCP, tweak help text & implementation] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system/skeleton')
-rw-r--r--system/skeleton/etc/network/interfaces4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/skeleton/etc/network/interfaces b/system/skeleton/etc/network/interfaces
deleted file mode 100644
index 218b82cde5..0000000000
--- a/system/skeleton/etc/network/interfaces
+++ /dev/null
@@ -1,4 +0,0 @@
-# Configure Loopback
-auto lo
-iface lo inet loopback
-
OpenPOWER on IntegriCloud