* 3rd Package reorgnaisation
authorSteven Barth <steven@midlink.org>
Tue, 27 May 2008 09:33:52 +0000 (09:33 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 27 May 2008 09:33:52 +0000 (09:33 +0000)
commit93ff578ac8f0cd4772285a6ea983cf02cc9be620
treef766e8c0be94fe317673cefee879fbf73bc8cbd9
parent30c8b259e1b7012f7c16c1ee5aeb1997e44dcbdc
* 3rd Package reorgnaisation
* Moved core, web, cbi to libs
* Refactored OpenWRT Makefile to separate Libraries, Webinterface Components, Freifunk packages
99 files changed:
applications/cbi/Makefile [deleted file]
applications/cbi/root/www/resources/cbi.js [deleted file]
applications/cbi/src/cbi.lua [deleted file]
applications/cbi/src/view/cbi/dvalue.htm [deleted file]
applications/cbi/src/view/cbi/footer.htm [deleted file]
applications/cbi/src/view/cbi/full_valuefooter.htm [deleted file]
applications/cbi/src/view/cbi/full_valueheader.htm [deleted file]
applications/cbi/src/view/cbi/fvalue.htm [deleted file]
applications/cbi/src/view/cbi/header.htm [deleted file]
applications/cbi/src/view/cbi/lvalue.htm [deleted file]
applications/cbi/src/view/cbi/map.htm [deleted file]
applications/cbi/src/view/cbi/mvalue.htm [deleted file]
applications/cbi/src/view/cbi/nsection.htm [deleted file]
applications/cbi/src/view/cbi/tblsection.htm [deleted file]
applications/cbi/src/view/cbi/tiny_valuefooter.htm [deleted file]
applications/cbi/src/view/cbi/tiny_valueheader.htm [deleted file]
applications/cbi/src/view/cbi/tsection.htm [deleted file]
applications/cbi/src/view/cbi/ucisection.htm [deleted file]
applications/cbi/src/view/cbi/value.htm [deleted file]
applications/cbi/src/view/cbi/valuefooter.htm [deleted file]
applications/cbi/src/view/cbi/valueheader.htm [deleted file]
applications/sgi-haserl/Makefile [deleted file]
applications/sgi-haserl/root/www/cgi-bin/index.cgi [deleted file]
applications/sgi-haserl/root/www/cgi-bin/luci [deleted file]
applications/sgi-haserl/root/www/cgi-bin/luci-upload [deleted file]
applications/sgi-haserl/root/www/index.html [deleted file]
applications/sgi-haserl/src/sgi/haserl.lua [deleted file]
applications/sgi-webuci/Makefile [deleted file]
applications/sgi-webuci/root/lib/webuci/main.lua [deleted file]
applications/sgi-webuci/src/sgi/webuci.lua [deleted file]
contrib/package/luci/Makefile
core/Makefile [deleted file]
core/src/bits.lua [deleted file]
core/src/debug.lua [deleted file]
core/src/fs.lua [deleted file]
core/src/init.lua [deleted file]
core/src/model/ipkg.lua [deleted file]
core/src/model/uci.lua [deleted file]
core/src/model/uci/libuci.lua [deleted file]
core/src/model/uci/wrapper.lua [deleted file]
core/src/sys.lua [deleted file]
core/src/sys/iptparser.lua [deleted file]
core/src/util.lua [deleted file]
libs/cbi/Makefile [new file with mode: 0644]
libs/cbi/root/www/resources/cbi.js [new file with mode: 0644]
libs/cbi/src/cbi.lua [new file with mode: 0644]
libs/cbi/src/view/cbi/dvalue.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/footer.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/full_valuefooter.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/full_valueheader.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/fvalue.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/header.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/lvalue.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/map.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/mvalue.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/nsection.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/tblsection.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/tiny_valuefooter.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/tiny_valueheader.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/tsection.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/ucisection.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/value.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/valuefooter.htm [new file with mode: 0644]
libs/cbi/src/view/cbi/valueheader.htm [new file with mode: 0644]
libs/core/Makefile [new file with mode: 0644]
libs/core/src/bits.lua [new file with mode: 0644]
libs/core/src/debug.lua [new file with mode: 0644]
libs/core/src/fs.lua [new file with mode: 0644]
libs/core/src/init.lua [new file with mode: 0644]
libs/core/src/model/ipkg.lua [new file with mode: 0644]
libs/core/src/model/uci.lua [new file with mode: 0644]
libs/core/src/model/uci/libuci.lua [new file with mode: 0644]
libs/core/src/model/uci/wrapper.lua [new file with mode: 0644]
libs/core/src/sys.lua [new file with mode: 0644]
libs/core/src/sys/iptparser.lua [new file with mode: 0644]
libs/core/src/util.lua [new file with mode: 0644]
libs/sgi-haserl/Makefile [new file with mode: 0644]
libs/sgi-haserl/root/www/cgi-bin/index.cgi [new file with mode: 0755]
libs/sgi-haserl/root/www/cgi-bin/luci [new file with mode: 0755]
libs/sgi-haserl/root/www/cgi-bin/luci-upload [new file with mode: 0755]
libs/sgi-haserl/root/www/index.html [new file with mode: 0644]
libs/sgi-haserl/src/sgi/haserl.lua [new file with mode: 0644]
libs/sgi-webuci/Makefile [new file with mode: 0644]
libs/sgi-webuci/root/lib/webuci/main.lua [new file with mode: 0644]
libs/sgi-webuci/src/sgi/webuci.lua [new file with mode: 0644]
libs/web/Makefile [new file with mode: 0644]
libs/web/root/etc/config/luci [new file with mode: 0644]
libs/web/src/config.lua [new file with mode: 0644]
libs/web/src/dispatcher.lua [new file with mode: 0644]
libs/web/src/http.lua [new file with mode: 0644]
libs/web/src/i18n.lua [new file with mode: 0644]
libs/web/src/template.lua [new file with mode: 0644]
web/Makefile [deleted file]
web/root/etc/config/luci [deleted file]
web/src/config.lua [deleted file]
web/src/dispatcher.lua [deleted file]
web/src/http.lua [deleted file]
web/src/i18n.lua [deleted file]
web/src/template.lua [deleted file]