diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 23:08:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 23:08:11 +0000 |
commit | 1bca0cc51704b5ef57c5e3a9d7a1b80633486d16 (patch) | |
tree | 44d959af03ba5f4cf55929b6d930439b6335d0c4 /target/linux/brcm63xx/image/Makefile | |
parent | f8d965201b053be42f7690a75fd0a529608c5af3 (diff) | |
download | upstream-1bca0cc51704b5ef57c5e3a9d7a1b80633486d16.tar.gz upstream-1bca0cc51704b5ef57c5e3a9d7a1b80633486d16.tar.bz2 upstream-1bca0cc51704b5ef57c5e3a9d7a1b80633486d16.zip |
make the image filenames a bit shorter
SVN-Revision: 9533
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index fa1ccf7659..04231b4e85 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -42,7 +42,7 @@ define Image/Prepare endef define Image/Build - $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1) + $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1) endef $(eval $(call BuildImage)) |