From a88c590d46abcd3e96f94e05b01fe5f8c54512b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 8 Apr 2015 09:50:57 +0000 Subject: brcm47xx: image: use new (& fixed) FILESYSTEM variable for trx command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45313 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 09405c910c..6a691436df 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -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 -- cgit v1.2.3