Skip to content

Commit 1b5c116

Browse files
committed
OpenWrt v18.06.7: adjust config defaults
Signed-off-by: Jo-Philipp Wich <[email protected]>
1 parent ca47026 commit 1b5c116

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^925068d4f8366240d2aeb2d69b3df12382320ec3
2+
src-git luci https://git.openwrt.org/project/luci.git^41e2258d6dc1ebe8d3874ae6d6b13db49cff2c5c
3+
src-git routing https://git.openwrt.org/feed/routing.git^0e63ef9276bf41c0d4176127f9f047343b8ffe32
4+
src-git telephony https://git.openwrt.org/feed/telephony.git^8ecbdabc7c5cadbe571eb947f5cd333a5a785010

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.7)
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),r7976-ca47026b7d)
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.7)
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.7"
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+
r7976-ca47026b7d

version.date

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

0 commit comments

Comments
 (0)