diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-07 00:51:12 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-07 00:51:12 +0100 |
commit | bdc2f19f9dcd8c79d3e9bc1d8f2893bbc58d9d0b (patch) | |
tree | 109ba3d9a882b9b6a5b54304b697b434aae9275d /include | |
parent | c37eb9a9f9d43aa3231a607387754479886edf0d (diff) | |
download | upstream-bdc2f19f9dcd8c79d3e9bc1d8f2893bbc58d9d0b.tar.gz upstream-bdc2f19f9dcd8c79d3e9bc1d8f2893bbc58d9d0b.tar.bz2 upstream-bdc2f19f9dcd8c79d3e9bc1d8f2893bbc58d9d0b.zip |
OpenWrt v19.07.5: revert to branch defaults
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/version.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/version.mk b/include/version.mk index b52203c402..db0167d811 100644 --- a/include/version.mk +++ b/include/version.mk @@ -26,13 +26,13 @@ PKG_CONFIG_DEPENDS += \ sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1)))) VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) -VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),19.07.5) +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),19.07-SNAPSHOT) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) -VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r11257-5090152ae3) +VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/releases/19.07.5) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/releases/19.07-SNAPSHOT) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt) |