1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

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>
This commit is contained in:
Josua Mayer 2016-08-13 15:50:54 +02:00 committed by Felix Fietkau
parent 28a2901cba
commit a67183a7bc
2 changed files with 2 additions and 1 deletions

@ -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)

@ -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