Skip to content
Snippets Groups Projects
Commit d4ce3e86 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

uboot-mvebu: enable loader with the default profile


Fixes build error

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 355e1500
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment