diff --git a/feeds.conf.default b/feeds.conf.default index edc91030bd0..23ffa92b5cb 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,10 +1,6 @@ -src-git packages https://github.com/immortalwrt/packages.git -src-git luci https://github.com/immortalwrt/luci.git -src-git routing https://git.openwrt.org/feed/routing.git -src-git telephony https://git.openwrt.org/feed/telephony.git +src-git packages https://github.com/immortalwrt/packages.git;openwrt-24.10 +src-git luci https://github.com/immortalwrt/luci.git;openwrt-24.10 +src-git routing https://github.com/openwrt/routing.git;openwrt-24.10 +src-git telephony https://github.com/openwrt/telephony.git;openwrt-24.10 src-git nss_packages https://github.com/qosmio/nss-packages.git;NSS-12.5-K6.x -src-git sqm_scripts_nss https://github.com/qosmio/sqm-scripts-nss.git -#src-git video https://github.com/openwrt/video.git -#src-git targets https://github.com/openwrt/targets.git -#src-git oldpackages http://git.openwrt.org/packages.git -#src-link custom /usr/src/openwrt/custom-feed +src-git sqm_scripts_nss https://github.com/qosmio/sqm-scripts-nss.git \ No newline at end of file diff --git a/include/version.mk b/include/version.mk index 7fb4793bda7..a7004b841aa 100644 --- a/include/version.mk +++ b/include/version.mk @@ -23,13 +23,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),SNAPSHOT) +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),24.10-SNAPSHOT) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/snapshots) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/24.10-SNAPSHOT) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),LiBwrt) diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 39acfb4d3d8..9a2f61c8305 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -190,7 +190,7 @@ if VERSIONOPT config VERSION_REPO string prompt "Release repository" - default "https://downloads.openwrt.org/snapshots" + default "https://downloads.openwrt.org/releases/24.10-SNAPSHOT" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: