Skip to content
Snippets Groups Projects
Commit 0479303c authored by rmilecki's avatar rmilecki
Browse files

brcm47xx: image: use new (& fixed) FILESYSTEM variable for trx command


Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45313 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 8aa5e931
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ define Build/trx-with-loader
-o $@ \
-f $(KDIR)/loader.gz \
-f $(word 1,$^) \
$(call trxalign/$(lastword $(subst ., ,$(word 2,$^))),$(lastword $(subst ., ,$(word 2,$^))))
$(call trxalign/$(FILESYSTEM),$(FILESYSTEM))
endef
define Build/linksys-bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment