Skip to content

Commit 5e4533c

Browse files
committed
OpenWrt v18.06.5: adjust config defaults
Signed-off-by: Jo-Philipp Wich <[email protected]>
1 parent 9d40101 commit 5e4533c

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
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.openwrt.org/feed/packages.git;openwrt-18.06
2-
src-git luci https://git.openwrt.org/project/luci.git;openwrt-18.06
3-
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-18.06
4-
src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-18.06
1+
src-git packages https://git.openwrt.org/feed/packages.git^340d5ce71ee60c1d699e7e0ead9422bed6f8519f
2+
src-git luci https://git.openwrt.org/project/luci.git^bc17ef673f734ea8e7e696ba5735588da9111dcd
3+
src-git routing https://git.openwrt.org/feed/routing.git^c52779c05a4cf838c736327d8b042ee59f782331
4+
src-git telephony https://git.openwrt.org/feed/telephony.git^06a5323734038c3866f507787256581dba3d8522

include/version.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ PKG_CONFIG_DEPENDS += \
2626
sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1))))
2727

2828
VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
29-
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),18.06-SNAPSHOT)
29+
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),18.06.5)
3030

3131
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
32-
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
32+
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r7897-9d401013fc)
3333

3434
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
35-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/releases/18.06-SNAPSHOT)
35+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/releases/18.06.5)
3636

3737
VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
3838
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)

package/base-files/image-config.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if VERSIONOPT
183183
config VERSION_REPO
184184
string
185185
prompt "Release repository"
186-
default "http://downloads.openwrt.org/releases/18.06-SNAPSHOT"
186+
default "http://downloads.openwrt.org/releases/18.06.5"
187187
help
188188
This is the repository address embedded in the image, it defaults
189189
to the trunk snapshot repo; the url may contain the following placeholders:
@@ -259,7 +259,7 @@ if VERSIONOPT
259259
config VERSION_CODE_FILENAMES
260260
bool
261261
prompt "Revision code in filenames"
262-
default y
262+
default n
263263
help
264264
Enable this to include the revision identifier or the configured
265265
version code into the firmware image, SDK- and Image Builder archive

version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
r7897-9d401013fc

version.date

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

0 commit comments

Comments
 (0)