diff --git a/br-ext-chip-hisilicon/configs/hi3536dv100_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3536dv100_lite_defconfig index 685d3475..5dfafc02 100644 --- a/br-ext-chip-hisilicon/configs/hi3536dv100_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3536dv100_lite_defconfig @@ -74,7 +74,7 @@ BR2_PACKAGE_LIBYAML=y BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set -BR2_PACKAGE_MICROBE_WEB=y +# BR2_PACKAGE_MICROBE_WEB is not set # BR2_PACKAGE_MINI_SNMPD is not set # BR2_PACKAGE_OPUS_OPENIPC is not set # BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT is not set diff --git a/general/overlay/etc/network/interfaces.d/eth0 b/general/overlay/etc/network/interfaces.d/eth0 index 70bcef7c..055f7695 100644 --- a/general/overlay/etc/network/interfaces.d/eth0 +++ b/general/overlay/etc/network/interfaces.d/eth0 @@ -1,6 +1,6 @@ auto eth0 iface eth0 inet dhcp - hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF) + hwaddress ether $(fw_printenv -n ethaddr || echo 00:00:23:34:45:66) #udhcpc_opts -O search -O ntpsrv -O hostname #pre-up echo -e "nameserver 77.88.8.8\nnameserver 8.8.4.4\n" >/tmp/resolv.conf #pre-up echo -e "server 0.time.openipc.org iburst\nserver 1.time.openipc.org iburst\nserver 2.time.openipc.org iburst\nserver 3.time.openipc.org iburst" >/tmp/ntp.conf diff --git a/general/package/wireless-configuration/files/network/interfaces.conf b/general/package/wireless-configuration/files/network/interfaces.conf index 64d44ca9..411251c3 100644 --- a/general/package/wireless-configuration/files/network/interfaces.conf +++ b/general/package/wireless-configuration/files/network/interfaces.conf @@ -3,7 +3,7 @@ iface lo inet loopback auto eth0 iface eth0 inet static - hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF) + hwaddress ether $(fw_printenv -n ethaddr || echo 00:00:23:34:45:66) address 192.168.2.10 netmask 255.255.255.0