uboot-mvebu: enable loader with the default profile
Fixes build error Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
355e150065
commit
d4ce3e8692
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue