[luci] luci module outside luci tree?

Bryan Mayland bmayland at leoninedev.com
Thu Jul 31 21:42:28 CEST 2014


On 7/31/2014 2:11 PM, Luca Olivetti wrote:
> I've almost finished my luci module and I'd like to build an ipkg.
> To develop it I just created it under an svn checkout of luci, is there
> a (simple) way of keeping it under its own directory, outside of the
> luci tree, and still build an ipkg?
>

You can put it in another directory outside of the openwrt tree and add 
it to the feeds.conf with a type of "src-link". For example:

src-link myreponame /home/myuser/src/customwrtrepo

Inside that you'd have a directory for your package and inside of that 
would be the Makefile.


More information about the luci mailing list