All Luci sources are in:
http://luci.subsignal.org/trac/timeline
Trunk: http://luci.subsignal.org/trac/browser/luci/trunk
Attitude Adjustment: http://luci.subsignal.org/trac/browser/ … /luci-0.11
You can download it to your local build environment, and then change the feed definition to point into your local sources, so that the compiled firmware will contain your sources. I have done that.
--- trunk/feeds.conf.default (revision 35836)
+++ trunk/feeds.conf.default (working copy)
@@ -1,6 +1,5 @@
src-svn packages svn://svn.openwrt.org/openwrt/packages
-src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
-src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package
+src-link luci /Openwrt/luci/trunk/contrib/package
#src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
#src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl
#src-svn xorg svn://svn.openwrt.org/openwrt/feeds/xorg
The build system is so clever, that it will check if you have local full sources, if yes then it uses those, otherwise it downloads a source snapshot from server.
(The feed definition needs in any case point into contrib/package directory inside the sources)
(Last edited by hnyman on 1 Mar 2013, 08:06)