mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +00:00
ramips: support IMAGE_SIZE in kiB for Build/trx
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
7392af7520
commit
a6cd311b0b
@ -56,7 +56,7 @@ endef
|
|||||||
define Build/trx
|
define Build/trx
|
||||||
$(STAGING_DIR_HOST)/bin/trx $(1) \
|
$(STAGING_DIR_HOST)/bin/trx $(1) \
|
||||||
-o $@ \
|
-o $@ \
|
||||||
-m $(IMAGE_SIZE) \
|
-m $$(($(subst k, * 1024,$(IMAGE_SIZE)))) \
|
||||||
-f $(IMAGE_KERNEL) \
|
-f $(IMAGE_KERNEL) \
|
||||||
-a 4 -f $(IMAGE_ROOTFS)
|
-a 4 -f $(IMAGE_ROOTFS)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user