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:
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_INSTALL := 1
|
||||||
KERNEL := dtb | kernel-bin
|
KERNEL := dtb | kernel-bin
|
||||||
DEVICE_TITLE := SolidRun ClearFog
|
DEVICE_TITLE := SolidRun ClearFog
|
||||||
|
DEVICE_PACKAGES := uboot-mvebu-clearfog
|
||||||
IMAGES := bundle.tar.gz
|
IMAGES := bundle.tar.gz
|
||||||
IMAGE/bundle.tar.gz := clearfog-bundle
|
IMAGE/bundle.tar.gz := clearfog-bundle
|
||||||
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2)
|
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2)
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/Default
|
define Profile/Default
|
||||||
NAME:=Default Profile (all drivers)
|
NAME:=Default Profile (all drivers)
|
||||||
PACKAGES:= kmod-mwlwifi wpad-mini swconfig
|
PACKAGES:= kmod-mwlwifi wpad-mini swconfig uboot-mvebu-clearfog
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Default/Description
|
define Profile/Default/Description
|
||||||
|
|
Loading…
Reference in a new issue