diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-03-28 15:02:22 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-25 14:12:22 +0000 |
commit | 438a2c5f4a58019ffe97de9fa353cb5417930d25 (patch) | |
tree | 1c17ae47c5582476ef399b32a759027eb1efb5e6 /target/linux/rb532/image | |
parent | 62105e5c9a4ed8f205c48ef39f4aeedc34eef643 (diff) | |
download | upstream-438a2c5f4a58019ffe97de9fa353cb5417930d25.tar.gz upstream-438a2c5f4a58019ffe97de9fa353cb5417930d25.tar.bz2 upstream-438a2c5f4a58019ffe97de9fa353cb5417930d25.zip |
rb532,x86: image: use new IMG_COMBINED and IMG_ROOTFS vars
In `build: image: Add IMG_ROOTFS and IMG_COMBINED variables` we've added
this new variables so switch to them now.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/rb532/image')
-rw-r--r-- | target/linux/rb532/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 12265fe2c6..615c9bd265 100644 --- a/target/linux/rb532/image/Makefile +++ b/target/linux/rb532/image/Makefile @@ -84,7 +84,7 @@ define Image/Build $(call Image/Build/$(1),$(1)) $(CP) $(KDIR)/vmlinux.elf $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel $(STAGING_DIR_HOST)/bin/patch-cmdline $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel 'root=/dev/sda2 ' - ./gen_image.sh $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).bin \ + ./gen_image.sh $(BIN_DIR)/$(IMG_COMBINED)-$(1).bin \ 6 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \ 128 |