diff options
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 0a92765326..c62974c45b 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -49,8 +49,8 @@ define Build/trx $(STAGING_DIR_HOST)/bin/trx \ -o $@ \ -m $(IMAGE_SIZE) \ - -f $(word 1,$^) \ - -a 4 -f $(word 2,$^) + -f $(IMAGE_KERNEL) \ + -a 4 -f $(IMAGE_ROOTFS) endef define Build/relocate-kernel |