mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 21:29:28 -05: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user