OpenWrt Forum Archive

Topic: How to add git branch (not master) to feeds.conf?

The content of this topic has been archived on 30 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

see http://wiki.openwrt.org/doc/devel/feeds

1) If the source contains a semicolon, the portion before the semicolon is treated as a URL and the portion after as a branch name.
2) If the source contains a caret, the portion before the semicolon is treated as a URL and the portion after as a git commit hash

I added an example directly below the feeds.conf in the wiki since the text notice is only at the end of page

Examples can be found from BB14.07:
https://dev.openwrt.org/browser/branche … nf.default

src-git packages https://github.com/openwrt/packages.git;for-14.07
src-git luci https://github.com/openwrt/luci.git;luci-0.12
src-git routing https://github.com/openwrt-routing/packages.git;for-14.07

(Last edited by hnyman on 14 Feb 2015, 11:39)

Thank you guys.

Sorry, can't believe the solution was staring at me in the feeds.conf itself and on the wiki.

The discussion might have continued from here.