diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-08 09:50:57 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-08 09:50:57 +0000 |
commit | 80971cd0f9f3f97f484384ed31f0dc54b29b9c1b (patch) | |
tree | 7bb3ff60bea136648e53b96493a8a7bba01b02fc /target/linux | |
parent | d0c0cc9a9a75881f938925b09a139d7d563c2f4f (diff) | |
download | upstream-80971cd0f9f3f97f484384ed31f0dc54b29b9c1b.tar.gz upstream-80971cd0f9f3f97f484384ed31f0dc54b29b9c1b.tar.bz2 upstream-80971cd0f9f3f97f484384ed31f0dc54b29b9c1b.zip |
brcm47xx: image: use new (& fixed) FILESYSTEM variable for trx command
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45313
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |