diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-08 18:30:40 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-08 18:39:44 +0100 |
commit | d4ce3e86924957d7c9ecfd51e8800618648b9b90 (patch) | |
tree | 2a99e0d6fe01ea338f9bd9539cb72934a7964db2 /package | |
parent | 355e15006543864d197fd9bb18bf48b89332f324 (diff) | |
download | upstream-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>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 2 |
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) |