add network config.

This commit is contained in:
jbnadal
2016-12-16 17:47:16 +01:00
parent c14ff34247
commit 68aeb3c211
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2016.08.1-gc269a1c-dirty Configuration
# Buildroot 2016.08.1-g9708066 Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_6=y
@@ -265,7 +265,7 @@ BR2_ROOTFS_SKELETON_DEFAULT=y
# BR2_ROOTFS_SKELETON_CUSTOM is not set
# BR2_ROOTFS_MERGED_USR is not set
BR2_TARGET_GENERIC_HOSTNAME="sun8i_QuartetIII"
BR2_TARGET_GENERIC_ISSUE="Welcome to QuartetIII"
BR2_TARGET_GENERIC_ISSUE="Welcome to Domo"
BR2_TARGET_GENERIC_PASSWD_MD5=y
# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set

View File

@@ -0,0 +1,9 @@
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface wan
option ifname eth0
option proto dhcp