uboot-mvebu: don't add CONFIG_NET_RANDOM_ETHADDR to defconfig
authorAndre Heider <a.heider@gmail.com>
Sat, 26 Sep 2020 06:07:47 +0000 (08:07 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Oct 2020 14:38:16 +0000 (16:38 +0200)
All targets already enable it in their defconfig with the used
u-boot version.

Signed-off-by: Andre Heider <a.heider@gmail.com>
package/boot/uboot-mvebu/Makefile

index eb679934e6b4b3ecc0e67235311d66f3cc9518e6..3ee1e985f9edafc0cac9e25f95c6d669db79e2b9 100644 (file)
@@ -68,7 +68,6 @@ Build/Exports:=$(Host/Exports)
 
 define Build/Configure
        # enable additional options beyond <device>_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)