Mirror only - Please move to https://github.com/immortalwrt/immortalwrt
修訂 | 57dfa297a2ac9b9faf9b3c7b539ac6f1df93c459 (tree) |
---|---|
時間 | 2022-04-22 08:11:47 |
作者 | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
ImmortalWrt v21.02.0: adjust config defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -1,4 +1,4 @@ | ||
1 | -src-git packages https://github.com/immortalwrt/packages.git;openwrt-21.02 | |
2 | -src-git luci https://github.com/immortalwrt/luci.git;openwrt-21.02 | |
3 | -src-git routing https://github.com/openwrt/routing.git;openwrt-21.02 | |
4 | -src-git telephony https://github.com/openwrt/telephony.git;openwrt-21.02 | |
1 | +src-git packages https://github.com/immortalwrt/packages.git^2e0126bd43ba24038abccbddd9f8ad0231137764 | |
2 | +src-git luci https://github.com/immortalwrt/luci.git^7bab2206656cfb55492b7a7faca842e69b21f721 | |
3 | +src-git routing https://github.com/openwrt/routing.git^b987eb3a9093f7fcf68d250d0c58f64ca13f0bc0 | |
4 | +src-git telephony https://github.com/openwrt/telephony.git^818a3776c78897bbe0ad04874c86533f285975af |
@@ -23,13 +23,13 @@ PKG_CONFIG_DEPENDS += \ | ||
23 | 23 | sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1)))) |
24 | 24 | |
25 | 25 | VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) |
26 | -VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),21.02-SNAPSHOT) | |
26 | +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),21.02.0) | |
27 | 27 | |
28 | 28 | VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) |
29 | -VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) | |
29 | +VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r19295-891f3af4fb) | |
30 | 30 | |
31 | 31 | VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) |
32 | -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.immortalwrt.org/releases/21.02-SNAPSHOT) | |
32 | +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.immortalwrt.org/releases/21.02.0) | |
33 | 33 | |
34 | 34 | VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) |
35 | 35 | VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),ImmortalWrt) |
@@ -183,7 +183,7 @@ if VERSIONOPT | ||
183 | 183 | config VERSION_REPO |
184 | 184 | string |
185 | 185 | prompt "Release repository" |
186 | - default "https://downloads.immortalwrt.org/releases/21.02-SNAPSHOT" | |
186 | + default "https://downloads.immortalwrt.org/releases/21.02.0" | |
187 | 187 | help |
188 | 188 | This is the repository address embedded in the image, it defaults |
189 | 189 | to the trunk snapshot repo; the url may contain the following placeholders: |
@@ -259,7 +259,7 @@ if VERSIONOPT | ||
259 | 259 | config VERSION_CODE_FILENAMES |
260 | 260 | bool |
261 | 261 | prompt "Revision code in filenames" |
262 | - default y | |
262 | + default n | |
263 | 263 | help |
264 | 264 | Enable this to include the revision identifier or the configured |
265 | 265 | version code into the firmware image, SDK- and Image Builder archive |
@@ -0,0 +1 @@ | ||
1 | +r19295-891f3af4fb |
@@ -0,0 +1 @@ | ||
1 | +1650530611 |