diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-09-23 13:45:21 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-09-26 12:47:36 +0200 |
commit | bc1f006b4eea84d9f3fb2e9b9c5571557042f697 (patch) | |
tree | 3fc6f98cee7add8c06e2135156173b9cc4e696e9 /target | |
parent | 997fed94e328315c6055331dbd8d6d4b56d1b454 (diff) | |
download | upstream-bc1f006b4eea84d9f3fb2e9b9c5571557042f697.tar.gz upstream-bc1f006b4eea84d9f3fb2e9b9c5571557042f697.tar.bz2 upstream-bc1f006b4eea84d9f3fb2e9b9c5571557042f697.zip |
uboot-mvebu: also install into KDIR to ensure it packaged in IB
The clearfog image requires u-boot, so package it into KDIR to make sure
it is available in imageBuilder.
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 9509c1902f..cf9d3c0ba2 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -49,7 +49,7 @@ endef define Build/sdcard-img ROOTFS_SIZE=$$(( $(CONFIG_TARGET_ROOTFS_PARTSIZE) * 1024 * 2 )); \ ./gen_mvebu_sdcard_img.sh $@ \ - "$(BIN_DIR)/uboot-mvebu-clearfog/openwrt-mvebu-clearfog-u-boot-spl.kwb" \ + "$(KDIR)/openwrt-mvebu-clearfog-u-boot-spl.kwb" \ c 32768 $@.boot \ 83 $$ROOTFS_SIZE $(IMAGE_ROOTFS) endef |