diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2016-08-13 15:50:54 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-02 14:43:52 +0200 |
commit | a67183a7bc6f65535877f98ca25f662affbc1df5 (patch) | |
tree | 74b9cf016d5c096bf2d1f80bda3eddbd74a4ba92 /target/linux/mvebu/image/Makefile | |
parent | 28a2901cbace14541e1da47fdbaf1ccc7dc9c027 (diff) | |
download | upstream-a67183a7bc6f65535877f98ca25f662affbc1df5.tar.gz upstream-a67183a7bc6f65535877f98ca25f662affbc1df5.tar.bz2 upstream-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/image/Makefile')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 1 |
1 files changed, 1 insertions, 0 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) |