Adjust the default version number in include/version.mk to 15.05.1

After the change, new builds made from CC sources will have
opkg config that downloads from the recent 15.05.1 packages repo
instead of the ancient 15.05 packages repo.

Signed-off-by: Hannu Nyman <hannu.ny...@iki.fi>
---

There has already been some questions in the forum from people
building their own firmwares. New CC builds still download opkg
info and packages from the old 15.05 release repos (of Sep 2015),
although fresh 15.05.1 packages are available. The user needs to
manually set the version number or the download repo address
config item to get the correct defaults..

This change adjusts the defaults so that a new build's opkg will
download from the 15.05.1 repo like the users expect.

 include/version.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/version.mk b/include/version.mk
index 9348a24..ddce935 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -21,7 +21,7 @@ qstrip_escape=$(subst ','\'',$(call qstrip,$(1)))
 #'
 
 VERSION_NUMBER:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
-VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),15.05)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),15.05.1)
 
 VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
 VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Chaos Calmer)
-- 
2.5.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to