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/atheros/image | |
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/atheros/image')
-rw-r--r-- | target/linux/atheros/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 45b72c7a87..73657334ee 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -24,13 +24,13 @@ define Image/Build dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync -$(STAGING_DIR_HOST)/bin/mkfwimage \ - -B XS2 -v XS2.ar2316.OpenWrt \ + -B XS2 -v XS2.ar2316.OpenWrt.$(REVISION) \ -k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-$(1).bin -$(STAGING_DIR_HOST)/bin/mkfwimage \ - -B XS5 -v XS5.ar2313.OpenWrt \ + -B XS5 -v XS5.ar2313.OpenWrt.$(REVISION) \ -k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt5-$(1).bin |