2016-07-11 20:49 GMT+02:00 p4u <pau@dabax.net>:
From the README: Or to use your own LiMe packages git repository and/or OpenWRT/LEDE (must be executed the first time make is invoked or after clean).

    make LIME_GIT="http://foo.git" T=ar71xx P=generic OWRT_GIT="http://foo.git"

I tried to compile LiMe on LEDE using lime-build develop, I simply issued:
    make T=ar71xx P=generic OWRT_GIT="https://git.lede-project.org/source.git"
but I noticed that there are lines in the feeds.conf file [1] included in lime-build which are pointing to our static OpenWrt repos.
So, what is a good procedure to build LiMe on LEDE using lime-build?
Is it enough to remove those lines in the feeds.conf file and specify the OWRT_GIT parameter pointing to LEDE source?
Thanks,