Show pagesourceOld revisionsBacklinksBack to top × Table of Contents How to create a major release Create a branch openwrt-21.02 Create a commit changing the defaults feeds.conf.default: include/version.mk: package/base-files/image-config.in How to create a major release Here is an example how to create the major release 21.02. create a commit to set branch defaults create branches create release keys configure build bots Create a branch openwrt-21.02 First create the release branch on source.git (main repo) package.git routing.git telephony.git lucy.git Create a commit changing the defaults similiar to ?p=openwrt/openwrt.git;a=commit;h=1cd121dd11aadc799b179ebb8600f27621acc84f feeds.conf.default: append the branch as ;21.02. E.g. src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02 include/version.mk: VERSION_NUMBER = 21.02-SNAPSHOT VERSION_REPO = "http://downloads.openwrt.org/releases/21.02-SNAPSHOT" package/base-files/image-config.in VERSION_REPO: default: http://downloads.openwrt.org/releases/21.02-SNAPSHOT TODO: put this patching step into maketag.sh (https://github.com/KanjiMonster/maintainer-tools) This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.OKMore information about cookies Last modified: 2021/02/22 16:52by lynxis