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 | a88c590d46abcd3e96f94e05b01fe5f8c54512b3 (patch) | |
tree | 238fe195518fa5553b913ba6c03794f4c1fd81e7 /target/linux | |
parent | ff4a22a3eceaac33f836dbcc975d8cab48f72af4 (diff) | |
download | upstream-a88c590d46abcd3e96f94e05b01fe5f8c54512b3.tar.gz upstream-a88c590d46abcd3e96f94e05b01fe5f8c54512b3.tar.bz2 upstream-a88c590d46abcd3e96f94e05b01fe5f8c54512b3.zip |
brcm47xx: image: use new (& fixed) FILESYSTEM variable for trx command
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45313 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |