add network config.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# 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_HAVE_DOT_CONFIG=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_6=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_SKELETON_CUSTOM is not set
|
||||||
# BR2_ROOTFS_MERGED_USR is not set
|
# BR2_ROOTFS_MERGED_USR is not set
|
||||||
BR2_TARGET_GENERIC_HOSTNAME="sun8i_QuartetIII"
|
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_MD5=y
|
||||||
# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
|
# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
|
||||||
# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set
|
# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set
|
||||||
|
|||||||
9
projects/sun8i-h2_domo/ovl/etc/config/network
Normal file
9
projects/sun8i-h2_domo/ovl/etc/config/network
Normal 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
|
||||||
Reference in New Issue
Block a user