aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-02-20 10:19:24 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-02-20 10:19:24 +0000
commit94b82d5369a90a43541594bfab554446662b0398 (patch)
tree0d8bb81ce5d39ad4011581eab02bb44fce84af0d /target/linux/ar71xx/image/Makefile
parent40c23796b7df59e8817c2c8b4acc6484411b1729 (diff)
downloadupstream-94b82d5369a90a43541594bfab554446662b0398.tar.gz
upstream-94b82d5369a90a43541594bfab554446662b0398.tar.bz2
upstream-94b82d5369a90a43541594bfab554446662b0398.zip
[ar71xx/atheros] include revision number in Ubiquity images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r--target/linux/ar71xx/image/Makefile2
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