projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4a22a
)
brcm47xx: image: use new (& fixed) FILESYSTEM variable for trx command
author
Rafał Miłecki
<zajec5@gmail.com>
Wed, 8 Apr 2015 09:50:57 +0000
(09:50 +0000)
committer
Rafał Miłecki
<zajec5@gmail.com>
Wed, 8 Apr 2015 09:50:57 +0000
(09:50 +0000)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45313
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/brcm47xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index
09405c9
..
6a69143
100644
(file)
--- 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