[openwrt/openwrt] uboot-mvebu: don't add CONFIG_NET_RANDOM_ETHADDR to defconfig
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 11 10:38:34 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f06a60b734718d38a8123c45ab3a1cb6c92ab2d9
commit f06a60b734718d38a8123c45ab3a1cb6c92ab2d9
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Sat Sep 26 08:07:47 2020 +0200
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 at gmail.com>
---
package/boot/uboot-mvebu/Makefile | 1 -
1 file changed, 1 deletion(-)
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)
More information about the lede-commits
mailing list