diff options
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 1 |
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) |