diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-02-20 10:19:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-02-20 10:19:24 +0000 |
commit | 8599641c8ff99f95dfb5bdee4c00533c9c607666 (patch) | |
tree | ecc9e923f466b218322e2056b2230a62d21049fd /target/linux/ar71xx | |
parent | 77df3071834299ea20326517994df45df30bd6fa (diff) | |
download | upstream-8599641c8ff99f95dfb5bdee4c00533c9c607666.tar.gz upstream-8599641c8ff99f95dfb5bdee4c00533c9c607666.tar.bz2 upstream-8599641c8ff99f95dfb5bdee4c00533c9c607666.zip |
include revision number in Ubiquity images
SVN-Revision: 14574
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3f0cd01c75..a48d5306d2 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -71,7 +71,7 @@ define Image/Build/UBNT $(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).lzma dd if=$(KDIR)/vmlinux-$(2).lzma of=$(KDIR)/vmlinux-$(2).bin.lzma bs=64k conv=sync -$(STAGING_DIR_HOST)/bin/mkfwimage \ - -B $(4) -v $(5).ar7100.OpenWrt \ + -B $(4) -v $(5).ar7100.OpenWrt.$(REVISION) \ -k $(KDIR)/vmlinux-$(2).bin.lzma \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt-$(2)-$(1).bin |