Quellcode durchsuchen

uboot-mvebu: enable loader with the default profile

Fixes build error

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau vor 8 Jahren
Ursprung
Commit
d4ce3e8692
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      package/boot/uboot-mvebu/Makefile

+ 1 - 1
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)