2018-07-03 18:15:36 -06:00
|
|
|
--- a/package/base-files/image-config.in
|
|
|
|
+++ b/package/base-files/image-config.in
|
|
|
|
@@ -170,7 +170,7 @@
|
|
|
|
config VERSION_REPO
|
|
|
|
string
|
|
|
|
prompt "Release repository"
|
|
|
|
- default "http://downloads.aredn.org/snapshots/trunk/%T/packages"
|
2018-08-09 18:12:59 -06:00
|
|
|
+ default "http://downloads.arednmesh.org/barrier_breaker/14.07/%S/packages"
|
2018-07-03 18:15:36 -06:00
|
|
|
help
|
|
|
|
This is the repository address embedded in the image, it defaults
|
|
|
|
to the trunk snapshot repo; the url may contain the following placeholders:
|
|
|
|
--- a/include/version.mk
|
|
|
|
+++ b/include/version.mk
|
|
|
|
@@ -27,7 +27,7 @@
|
|
|
|
VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
|
|
|
|
|
|
|
|
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
|
|
|
|
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.aredn.org/snapshots/trunk/%S/packages)
|
2018-08-09 18:12:59 -06:00
|
|
|
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.arednmesh.org/barrier_breaker/14.07/%S/packages)
|
2018-07-03 18:15:36 -06:00
|
|
|
|
|
|
|
VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
|
|
|
|
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)
|