OpenWrt Forum Archive

Topic: How to get feeds with an older revision?

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

Hello,

I want to build an old openwrt version with the corresponding feeds.

To get the "old" trunk version I started the download with:
svn co -r <number> svn://svn.openwrt.org/openwrt/trunk

After that I want to get the feeds, but I do not know how I shall do that.

The current versions will be downloaded with:
./scripts/feeds update -a

Thanks,
Elektrischlumpf

cd feeds
svn co -r <number> svn://svn.openwrt.org/openwrt/packages

Quote from the Wiki page i linked above:

As for the packages copy feeds.conf.default in ./build_dir to feeds.conf and add "@24045" at the end of the line that checks out the package feed:

src-svn packages svn://svn.openwrt.org/openwrt/packages@24045

The discussion might have continued from here.