diff --git a/projects/sun8i-h2_domo/configs/buildroot.config b/projects/sun8i-h2_domo/configs/buildroot.config index 58385de5..e9a8bc4c 100644 --- a/projects/sun8i-h2_domo/configs/buildroot.config +++ b/projects/sun8i-h2_domo/configs/buildroot.config @@ -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 diff --git a/projects/sun8i-h2_domo/ovl/etc/config/network b/projects/sun8i-h2_domo/ovl/etc/config/network new file mode 100644 index 00000000..25fb98ee --- /dev/null +++ b/projects/sun8i-h2_domo/ovl/etc/config/network @@ -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