aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-08 18:30:40 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-08 18:39:44 +0100
commitd4ce3e86924957d7c9ecfd51e8800618648b9b90 (patch)
tree2a99e0d6fe01ea338f9bd9539cb72934a7964db2
parent355e15006543864d197fd9bb18bf48b89332f324 (diff)
downloadupstream-d4ce3e86924957d7c9ecfd51e8800618648b9b90.tar.gz
upstream-d4ce3e86924957d7c9ecfd51e8800618648b9b90.tar.bz2
upstream-d4ce3e86924957d7c9ecfd51e8800618648b9b90.zip
uboot-mvebu: enable loader with the default profile
Fixes build error Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/boot/uboot-mvebu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 1c177e6cdf..0242309462 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/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)