[source] uboot-mvebu: enable loader with the default profile

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 8 09:40:00 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/d4ce3e86924957d7c9ecfd51e8800618648b9b90

commit d4ce3e86924957d7c9ecfd51e8800618648b9b90
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jan 8 18:30:40 2017 +0100

    uboot-mvebu: enable loader with the default profile
    
    Fixes build error
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/boot/uboot-mvebu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 1c177e6..0242309 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -42,7 +42,7 @@ define Package/uboot/template
 define Package/uboot-mvebu-$(1)
   SECTION:=boot
   CATEGORY:=Boot Loaders
-  DEPENDS:=@(TARGET_DEVICE_mvebu_DEVICE_$(3)||TARGET_mvebu_DEVICE_$(3))
+  DEPENDS:=@(TARGET_DEVICE_mvebu_DEVICE_$(3)||TARGET_mvebu_DEVICE_$(3)||TARGET_mvebu_Default)
   DEFAULT:=m
   HIDDEN:=1
   TITLE:=$(2)



More information about the lede-commits mailing list