From: Andre Heider Date: Sat, 26 Sep 2020 06:07:47 +0000 (+0200) Subject: uboot-mvebu: don't add CONFIG_NET_RANDOM_ETHADDR to defconfig X-Git-Tag: v21.02.0-rc1~1371 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f06a60b734718d38a8123c45ab3a1cb6c92ab2d9;p=openwrt%2Fopenwrt.git uboot-mvebu: don't add CONFIG_NET_RANDOM_ETHADDR to defconfig All targets already enable it in their defconfig with the used u-boot version. Signed-off-by: Andre Heider --- diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index eb679934e6..3ee1e985f9 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -68,7 +68,6 @@ Build/Exports:=$(Host/Exports) define Build/Configure # enable additional options beyond _defconfig - echo CONFIG_NET_RANDOM_ETHADDR=y >> $(PKG_BUILD_DIR)/configs/$(UBOOT_CONFIG)_defconfig echo CONFIG_CMD_SETEXPR=y >> $(PKG_BUILD_DIR)/configs/$(UBOOT_CONFIG)_defconfig $(call Build/Configure/U-Boot)