On 04/25/13 22:58, Jo-Philipp Wich wrote:
Various instructions assume svn repos and feeds.conf.default comprises
svn based feeds. What are the simplest next steps needed to get to a
"make menuconfig" without using subversion or perl scripts?

The simplest next step *without using perl scripts* is rewriting the
build sysrem since it uses perl scripts internally ;)

Right. I meant the perl scripts listed on this page...

http://wiki.openwrt.org/doc/howto/easy.build

Sorry for nitpicking but your question doesn't make a lot of sense.
Maybe you should describe what you actually want to achieve.

So specifically the above easy build guide above says to use...

./scripts/feeds update -a

but it pulls in svn feeds for packages but what is...

git://git.openwrt.org/packages.git

and inside the openwrt clone is also a dir called "package" so how
would I proceed with a ../packages/ dir relative to the current
clone?

One of the first things I always do is "mkdir ../dl && ln -s ../dl"
so any downloads are not blown away if I chose to start over but I'm
confused with how to deal with the package feeds and to avoid using
svn repos if at all possible.
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to