include revision number in Ubiquity images
SVN-Revision: 14574
This commit is contained in:
		| @@ -71,7 +71,7 @@ define Image/Build/UBNT | |||||||
| 	$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).lzma | 	$(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 | 	dd if=$(KDIR)/vmlinux-$(2).lzma of=$(KDIR)/vmlinux-$(2).bin.lzma bs=64k conv=sync | ||||||
| 	-$(STAGING_DIR_HOST)/bin/mkfwimage \ | 	-$(STAGING_DIR_HOST)/bin/mkfwimage \ | ||||||
| 		-B $(4) -v $(5).ar7100.OpenWrt \ | 		-B $(4) -v $(5).ar7100.OpenWrt.$(REVISION) \ | ||||||
| 		-k $(KDIR)/vmlinux-$(2).bin.lzma \ | 		-k $(KDIR)/vmlinux-$(2).bin.lzma \ | ||||||
| 		-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ | 		-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ | ||||||
| 		-o $(BIN_DIR)/openwrt-$(BOARD)-ubnt-$(2)-$(1).bin | 		-o $(BIN_DIR)/openwrt-$(BOARD)-ubnt-$(2)-$(1).bin | ||||||
|   | |||||||
| @@ -24,13 +24,13 @@ define Image/Build | |||||||
| 	dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync | 	dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync | ||||||
|  |  | ||||||
| 	-$(STAGING_DIR_HOST)/bin/mkfwimage \ | 	-$(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 \ | 		-k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ | ||||||
| 		-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ | 		-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ | ||||||
| 		-o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-$(1).bin | 		-o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-$(1).bin | ||||||
|  |  | ||||||
| 	-$(STAGING_DIR_HOST)/bin/mkfwimage \ | 	-$(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 \ | 		-k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ | ||||||
| 		-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ | 		-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ | ||||||
| 		-o $(BIN_DIR)/openwrt-$(BOARD)-ubnt5-$(1).bin | 		-o $(BIN_DIR)/openwrt-$(BOARD)-ubnt5-$(1).bin | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florian Fainelli
					Florian Fainelli