diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-09-23 13:53:27 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-09-26 12:48:18 +0200 |
commit | d8075b15d09acdd02cd874f8969eeab0ecbe3f23 (patch) | |
tree | 29c3b87b9db2bbf86fd422b45b4d0230cc00760f /target | |
parent | bc1f006b4eea84d9f3fb2e9b9c5571557042f697 (diff) | |
download | upstream-d8075b15d09acdd02cd874f8969eeab0ecbe3f23.tar.gz upstream-d8075b15d09acdd02cd874f8969eeab0ecbe3f23.tar.bz2 upstream-d8075b15d09acdd02cd874f8969eeab0ecbe3f23.zip |
uboot-mvebu: make hidden and be m for clearfog to fix IB failing to add it
Uboot-mvebu isn't a real package, which will break the image builder
when it tries to install it during the packing step. Instead of cleafog
selecting it through its default packages, make it default to m if the
clearfog profile is selected.
This will ensure it is always build, but never added to the rootfs. This
fixes creating images for clearfog with IB.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Acked-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index cf9d3c0ba2..7d58ed7df4 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -175,7 +175,7 @@ define Device/armada-388-clearfog KERNEL_INSTALL := 1 KERNEL := dtb | kernel-bin DEVICE_TITLE := SolidRun ClearFog - DEVICE_PACKAGES := uboot-mvebu-clearfog mkf2fs e2fsprogs + DEVICE_PACKAGES := mkf2fs e2fsprogs IMAGES := bundle.tar.gz sdcard.img.gz IMAGE/bundle.tar.gz := clearfog-bundle IMAGE/sdcard.img.gz := boot-scr | boot-img | sdcard-img | gzip |