#'
VERSION_NUMBER:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
-VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),$(REVISION))
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.3.4)
VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
-VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Frivolous Fred)
+VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Elegant Eleanor)
VERSION_NICK:=$(call qstrip_escape,$(CONFIG_VERSION_NICK))
VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
VERSION_REPO:=$(call qstrip_escape,$(CONFIG_VERSION_REPO))
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.librecmc.org/snapshots/trunk/%S/packages)
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://librecmc.org/downloads/snapshots/%v/%S/packages)
VERSION_DIST:=$(call qstrip_escape,$(CONFIG_VERSION_DIST))
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),libreCMC)
config TARGET_PREINIT_IP
string
prompt "IP address for preinit network messages" if PREINITOPT
- default "192.168.1.1"
+ default "192.168.10.1"
help
IP address used to configure interface for preinit network
messages, including failsafe messages
config TARGET_PREINIT_BROADCAST
string
prompt "Broadcast address for preinit network messages" if PREINITOPT
- default "192.168.1.255"
+ default "192.168.10.255"
help
Broadcast address to which to send preinit network messages, as
as failsafe messages
config VERSION_NICK
string
prompt "Release version nickname"
+ default "Elegant Eleanor"
help
This is the release codename embedded in the image.
If unspecified, it defaults to the name of source branch.
config VERSION_NUMBER
string
prompt "Release version number"
+ default "v1.3.4"
help
This is the release version number embedded in the image.
If unspecified, it defaults to the svn or git-svn revision
config VERSION_REPO
string
prompt "Release repository"
- default "http://downloads.librecmc.org/snapshots/trunk/%S/packages"
+ default "https://librecmc.org/downloads/snapshots/%v/%S/packages"
help
This is the repository address embedded in the image, it defaults
to the trunk snapshot repo; the url may contain the following placeholders:
}
push @mirrors, 'https://librecmc.org/librecmc/downloads/sources';
-push @mirrors, 'http://downloads.openwrt.org/sources';
while (!$ok) {