[source] brcm47xx: image: make linksys-pattern-partition leave specific file

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 28 08:17:03 PDT 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/8bd21672364e44cecebb8aef27041e6c607addaa

commit 8bd21672364e44cecebb8aef27041e6c607addaa
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Fri Oct 28 16:39:08 2016 +0200

    brcm47xx: image: make linksys-pattern-partition leave specific file
    
    Thanks to leaving .pattern file we can easily insert extra step between
    linksys-pattern-partition and trx-v2-with-loader, e.g. rootfs one.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/brcm47xx/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 5d8e6ff..84e7005 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -64,7 +64,7 @@ define Build/trx-v2-with-loader
 		-o $@.new \
 		-f $(KDIR)/loader.gz \
 		-f $(KDIR)/vmlinux.lzma \
-		$(call trxalign/$(FILESYSTEM),$(FILESYSTEM),$@)
+		$(call trxalign/$(FILESYSTEM),$(FILESYSTEM),$@.pattern)
 	mv $@.new $@
 endef
 
@@ -99,7 +99,7 @@ define Build/linksys-bin
 endef
 
 define Build/linksys-pattern-partition
-	$(STAGING_DIR_HOST)/bin/addpattern -5 -p $(DEVICE_ID) -v v$(VERSION) $(if $(SERIAL),-s $(SERIAL)) -i /dev/null -o $@
+	$(STAGING_DIR_HOST)/bin/addpattern -5 -p $(DEVICE_ID) -v v$(VERSION) $(if $(SERIAL),-s $(SERIAL)) -i /dev/null -o $@.pattern
 endef
 
 define Build/motorola-bin



More information about the lede-commits mailing list