aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2020-09-26 08:07:47 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-10-11 16:38:16 +0200
commitf06a60b734718d38a8123c45ab3a1cb6c92ab2d9 (patch)
tree3cec323a11b7dea0c4c888692ad3ac7abcbf69aa /package/boot
parented20d4cc4144c1f4a8f5152edb5d5993e6bcec4a (diff)
downloadupstream-f06a60b734718d38a8123c45ab3a1cb6c92ab2d9.tar.gz
upstream-f06a60b734718d38a8123c45ab3a1cb6c92ab2d9.tar.bz2
upstream-f06a60b734718d38a8123c45ab3a1cb6c92ab2d9.zip
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 <a.heider@gmail.com>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-mvebu/Makefile1
1 files changed, 0 insertions, 1 deletions
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 <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)