Просмотр исходного кода

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 <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Josua Mayer 9 лет назад
Родитель
Сommit
a67183a7bc
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      target/linux/mvebu/image/Makefile
  2. 1 1
      target/linux/mvebu/profiles/000-Default.mk

+ 1 - 0
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)

+ 1 - 1
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