Skip to content

Commit 28b7d7f

Browse files
committed
LEDE v17.01.0-rc2: adjust config defaults
Signed-off-by: Jo-Philipp Wich <[email protected]>
1 parent 42f3c1f commit 28b7d7f

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

feeds.conf.default

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
src-git packages https://git.lede-project.org/feed/packages.git;lede-17.01
2-
src-git luci https://git.lede-project.org/project/luci.git;lede-17.01
3-
src-git routing https://git.lede-project.org/feed/routing.git;lede-17.01
4-
src-git telephony https://git.lede-project.org/feed/telephony.git;lede-17.01
1+
src-git packages https://git.lede-project.org/feed/packages.git^06198d9c8c1ba061a0a5d566545a5c0bbce2b0a4
2+
src-git luci https://git.lede-project.org/project/luci.git^e306ee6c93c1ef600012f47e40dd75020d4ab555
3+
src-git routing https://git.lede-project.org/feed/routing.git^dd36dd47bbd75defcb3c517cafe7a19ee425f0af
4+
src-git telephony https://git.lede-project.org/feed/telephony.git^1f0fb2538ba6fc306198fe2a9a4b976d63adb304

include/version.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ qstrip_escape=$(subst ','\'',$(call qstrip,$(1)))
3131
sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1))))
3232

3333
VERSION_NUMBER:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
34-
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),17.01-SNAPSHOT)
34+
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),17.01.0-rc2)
3535

3636
VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_CODE))
37-
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
37+
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r3131-42f3c1f)
3838

3939
VERSION_NICK:=$(call qstrip_escape,$(CONFIG_VERSION_NICK))
4040
VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
4141

4242
VERSION_REPO:=$(call qstrip_escape,$(CONFIG_VERSION_REPO))
43-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.lede-project.org/releases/17.01-SNAPSHOT)
43+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.lede-project.org/releases/17.01.0-rc2)
4444

4545
VERSION_DIST:=$(call qstrip_escape,$(CONFIG_VERSION_DIST))
4646
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),LEDE)

package/base-files/image-config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if VERSIONOPT
190190
config VERSION_REPO
191191
string
192192
prompt "Release repository"
193-
default "http://downloads.lede-project.org/releases/17.01-SNAPSHOT"
193+
default "http://downloads.lede-project.org/releases/17.01.0-rc2"
194194
help
195195
This is the repository address embedded in the image, it defaults
196196
to the trunk snapshot repo; the url may contain the following placeholders:

version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
r3131-42f3c1f

version.date

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1486456367

0 commit comments

Comments
 (0)