mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
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
@ -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 New Issue
Block a user