|
1 | 1 | #
|
2 | 2 | # Copyright (C) 2012-2015 OpenWrt.org
|
| 3 | +# Copyright (C) 2016 LEDE Project |
3 | 4 | #
|
4 | 5 | # This is free software, licensed under the GNU General Public License v2.
|
5 | 6 | # See /LICENSE for more information.
|
@@ -31,7 +32,7 @@ VERSION_NICK:=$(call qstrip_escape,$(CONFIG_VERSION_NICK))
|
31 | 32 | VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
|
32 | 33 |
|
33 | 34 | VERSION_REPO:=$(call qstrip_escape,$(CONFIG_VERSION_REPO))
|
34 |
| -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.lede-project.org/snapshots/trunk/%S/packages) |
| 35 | +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.lede-project.org/snapshots) |
35 | 36 |
|
36 | 37 | VERSION_DIST:=$(call qstrip_escape,$(CONFIG_VERSION_DIST))
|
37 | 38 | VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),LEDE)
|
@@ -84,6 +85,7 @@ VERSION_SED:=$(SED) 's,%U,$(VERSION_REPO),g' \
|
84 | 85 | -e 's,%R,$(REVISION),g' \
|
85 | 86 | -e 's,%T,$(BOARD),g' \
|
86 | 87 | -e 's,%S,$(BOARD)/$(if $(SUBTARGET),$(SUBTARGET),generic),g' \
|
| 88 | + -e 's,%A,$(ARCH_PACKAGES),g' \ |
87 | 89 | -e 's,%t,$(VERSION_TAINTS),g' \
|
88 | 90 | -e 's,%M,$(VERSION_MANUFACTURER),g' \
|
89 | 91 | -e 's,%m,$(VERSION_MANUFACTURER_URL),g' \
|
|
0 commit comments