summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorJosua Mayer <josua.mayer97@gmail.com>2016-08-13 15:50:54 +0200
committerFelix Fietkau <nbd@nbd.name>2016-09-02 14:43:52 +0200
commita67183a7bc6f65535877f98ca25f662affbc1df5 (patch)
tree74b9cf016d5c096bf2d1f80bda3eddbd74a4ba92 /target/linux/mvebu
parent28a2901cbace14541e1da47fdbaf1ccc7dc9c027 (diff)
downloadmaster-31e0f0ae-a67183a7bc6f65535877f98ca25f662affbc1df5.tar.gz
master-31e0f0ae-a67183a7bc6f65535877f98ca25f662affbc1df5.tar.bz2
master-31e0f0ae-a67183a7bc6f65535877f98ca25f662affbc1df5.zip
mvebu: clearfog: require uboot-mvebu-clearfog
The u-boot variant for the clearfog is provided by the uboot-mvebu-clearfog, and not by the generic uboot-mvebu packae. Make sure the clearfog variant is selected when building for it. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/image/Makefile1
-rw-r--r--target/linux/mvebu/profiles/000-Default.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index deab33c9c9..a09cf24f1a 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -150,6 +150,7 @@ define Device/armada-388-clearfog
KERNEL_INSTALL := 1
KERNEL := dtb | kernel-bin
DEVICE_TITLE := SolidRun ClearFog
+ DEVICE_PACKAGES := uboot-mvebu-clearfog
IMAGES := bundle.tar.gz
IMAGE/bundle.tar.gz := clearfog-bundle
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2)
diff --git a/target/linux/mvebu/profiles/000-Default.mk b/target/linux/mvebu/profiles/000-Default.mk
index 7f71f3e01f..5a03fe9bb4 100644
--- a/target/linux/mvebu/profiles/000-Default.mk
+++ b/target/linux/mvebu/profiles/000-Default.mk
@@ -7,7 +7,7 @@
define Profile/Default
NAME:=Default Profile (all drivers)
- PACKAGES:= kmod-mwlwifi wpad-mini swconfig
+ PACKAGES:= kmod-mwlwifi wpad-mini swconfig uboot-mvebu-clearfog
endef
define Profile/Default/Description