[source] mvebu: clearfog: require uboot-mvebu-clearfog

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 2 05:44:12 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/a67183a7bc6f65535877f98ca25f662affbc1df5

commit a67183a7bc6f65535877f98ca25f662affbc1df5
Author: Josua Mayer <josua.mayer97 at gmail.com>
AuthorDate: Sat Aug 13 15:50:54 2016 +0200

    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 at gmail.com>
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/mvebu/image/Makefile          | 1 +
 target/linux/mvebu/profiles/000-Default.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index deab33c..a09cf24 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 7f71f3e..5a03fe9 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



More information about the lede-commits mailing list