uboot-mvebu: don't add CONFIG_NET_RANDOM_ETHADDR to defconfig
[openwrt/staging/dedeckeh.git] / 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)