* 3rd Package reorgnaisation
authorSteven Barth <redacted>
Tue, 27 May 2008 09:33:52 +0000 (09:33 +0000)
committerSteven Barth <redacted>
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
52 files changed:
contrib/package/luci/Makefile
core/Makefile [deleted file]
libs/cbi/Makefile [moved from applications/cbi/Makefile with 100% similarity]
libs/cbi/root/www/resources/cbi.js [moved from applications/cbi/root/www/resources/cbi.js with 100% similarity]
libs/cbi/src/cbi.lua [moved from applications/cbi/src/cbi.lua with 100% similarity]
libs/cbi/src/view/cbi/dvalue.htm [moved from applications/cbi/src/view/cbi/dvalue.htm with 100% similarity]
libs/cbi/src/view/cbi/footer.htm [moved from applications/cbi/src/view/cbi/footer.htm with 100% similarity]
libs/cbi/src/view/cbi/full_valuefooter.htm [moved from applications/cbi/src/view/cbi/full_valuefooter.htm with 100% similarity]
libs/cbi/src/view/cbi/full_valueheader.htm [moved from applications/cbi/src/view/cbi/full_valueheader.htm with 100% similarity]
libs/cbi/src/view/cbi/fvalue.htm [moved from applications/cbi/src/view/cbi/fvalue.htm with 100% similarity]
libs/cbi/src/view/cbi/header.htm [moved from applications/cbi/src/view/cbi/header.htm with 100% similarity]
libs/cbi/src/view/cbi/lvalue.htm [moved from applications/cbi/src/view/cbi/lvalue.htm with 100% similarity]
libs/cbi/src/view/cbi/map.htm [moved from applications/cbi/src/view/cbi/map.htm with 100% similarity]
libs/cbi/src/view/cbi/mvalue.htm [moved from applications/cbi/src/view/cbi/mvalue.htm with 100% similarity]
libs/cbi/src/view/cbi/nsection.htm [moved from applications/cbi/src/view/cbi/nsection.htm with 100% similarity]
libs/cbi/src/view/cbi/tblsection.htm [moved from applications/cbi/src/view/cbi/tblsection.htm with 100% similarity]
libs/cbi/src/view/cbi/tiny_valuefooter.htm [moved from applications/cbi/src/view/cbi/tiny_valuefooter.htm with 100% similarity]
libs/cbi/src/view/cbi/tiny_valueheader.htm [moved from applications/cbi/src/view/cbi/tiny_valueheader.htm with 100% similarity]
libs/cbi/src/view/cbi/tsection.htm [moved from applications/cbi/src/view/cbi/tsection.htm with 100% similarity]
libs/cbi/src/view/cbi/ucisection.htm [moved from applications/cbi/src/view/cbi/ucisection.htm with 100% similarity]
libs/cbi/src/view/cbi/value.htm [moved from applications/cbi/src/view/cbi/value.htm with 100% similarity]
libs/cbi/src/view/cbi/valuefooter.htm [moved from applications/cbi/src/view/cbi/valuefooter.htm with 100% similarity]
libs/cbi/src/view/cbi/valueheader.htm [moved from applications/cbi/src/view/cbi/valueheader.htm with 100% similarity]
libs/core/Makefile [new file with mode: 0644]
libs/core/src/bits.lua [moved from core/src/bits.lua with 100% similarity]
libs/core/src/debug.lua [moved from core/src/debug.lua with 100% similarity]
libs/core/src/fs.lua [moved from core/src/fs.lua with 100% similarity]
libs/core/src/init.lua [moved from core/src/init.lua with 100% similarity]
libs/core/src/model/ipkg.lua [moved from core/src/model/ipkg.lua with 100% similarity]
libs/core/src/model/uci.lua [moved from core/src/model/uci.lua with 100% similarity]
libs/core/src/model/uci/libuci.lua [moved from core/src/model/uci/libuci.lua with 100% similarity]
libs/core/src/model/uci/wrapper.lua [moved from core/src/model/uci/wrapper.lua with 100% similarity]
libs/core/src/sys.lua [moved from core/src/sys.lua with 100% similarity]
libs/core/src/sys/iptparser.lua [moved from core/src/sys/iptparser.lua with 100% similarity]
libs/core/src/util.lua [moved from core/src/util.lua with 100% similarity]
libs/sgi-haserl/Makefile [moved from applications/sgi-haserl/Makefile with 100% similarity]
libs/sgi-haserl/root/www/cgi-bin/index.cgi [moved from applications/sgi-haserl/root/www/cgi-bin/index.cgi with 100% similarity]
libs/sgi-haserl/root/www/cgi-bin/luci [moved from applications/sgi-haserl/root/www/cgi-bin/luci with 100% similarity]
libs/sgi-haserl/root/www/cgi-bin/luci-upload [moved from applications/sgi-haserl/root/www/cgi-bin/luci-upload with 100% similarity]
libs/sgi-haserl/root/www/index.html [moved from applications/sgi-haserl/root/www/index.html with 100% similarity]
libs/sgi-haserl/src/sgi/haserl.lua [moved from applications/sgi-haserl/src/sgi/haserl.lua with 100% similarity]
libs/sgi-webuci/Makefile [moved from applications/sgi-webuci/Makefile with 100% similarity]
libs/sgi-webuci/root/lib/webuci/main.lua [moved from applications/sgi-webuci/root/lib/webuci/main.lua with 100% similarity]
libs/sgi-webuci/src/sgi/webuci.lua [moved from applications/sgi-webuci/src/sgi/webuci.lua with 100% similarity]
libs/web/Makefile [new file with mode: 0644]
libs/web/root/etc/config/luci [moved from web/root/etc/config/luci with 100% similarity]
libs/web/src/config.lua [moved from web/src/config.lua with 100% similarity]
libs/web/src/dispatcher.lua [moved from web/src/dispatcher.lua with 100% similarity]
libs/web/src/http.lua [moved from web/src/http.lua with 100% similarity]
libs/web/src/i18n.lua [moved from web/src/i18n.lua with 100% similarity]
libs/web/src/template.lua [moved from web/src/template.lua with 100% similarity]
web/Makefile [deleted file]
git clone https://git.99rst.org/PROJECT