Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.72 KB | None | 0 0
  1. diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
  2. index 3005e45..61547ac 100644
  3. --- a/package/boot/uboot-mvebu/Makefile
  4. +++ b/package/boot/uboot-mvebu/Makefile
  5. @@ -15,6 +15,7 @@ PKG_HASH:=7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd
  6.  
  7.  include $(INCLUDE_DIR)/u-boot.mk
  8.  include $(INCLUDE_DIR)/package.mk
  9. +include $(INCLUDE_DIR)/host-build.mk
  10.  
  11.  define U-Boot/Default
  12.    BUILD_TARGET:=mvebu
  13. @@ -31,6 +32,8 @@ endef
  14.  UBOOT_TARGETS:= \
  15.         clearfog
  16.  
  17. +Build/Exports:=$(Host/Exports)
  18. +
  19.  define Build/Configure
  20.         # enable additional options beyond clearfog_defconfig
  21.         echo CONFIG_NET_RANDOM_ETHADDR=y >> $(PKG_BUILD_DIR)/configs/$(BUILD_VARIANT)_defconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement