* Major repository revision
authorSteven Barth <steven@midlink.org>
Fri, 11 Apr 2008 18:24:25 +0000 (18:24 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 11 Apr 2008 18:24:25 +0000 (18:24 +0000)
commit0268c3491f5b14ffdba097e6a983ffc7c53daa13
tree2c1e23726f304a85cd0d75ac5836a6e6c7e7dc71
parent84889c281cffb8f05248e967e1897bd8a55cecd9
* Major repository revision
36 files changed:
module/admin-core/Makefile [new file with mode: 0644]
module/admin-core/contrib/ffluci-flash [new file with mode: 0644]
module/admin-core/contrib/init.d/luci_fw [new file with mode: 0644]
module/admin-core/contrib/uci/luci_fw [new file with mode: 0644]
module/admin-core/src/controller/admin/index.lua [new file with mode: 0644]
module/admin-core/src/controller/admin/network.lua [new file with mode: 0644]
module/admin-core/src/controller/admin/services.lua [new file with mode: 0644]
module/admin-core/src/controller/admin/status.lua [new file with mode: 0644]
module/admin-core/src/controller/admin/system.lua [new file with mode: 0644]
module/admin-core/src/controller/admin/uci.lua [new file with mode: 0644]
module/admin-core/src/controller/admin/wifi.lua [new file with mode: 0644]
module/admin-core/src/view/admin_index/index.htm [new file with mode: 0644]
module/admin-core/src/view/admin_mesh/index.htm [new file with mode: 0644]
module/admin-core/src/view/admin_network/index.htm [new file with mode: 0644]
module/admin-core/src/view/admin_services/index.htm [new file with mode: 0644]
module/admin-core/src/view/admin_status/index.htm [new file with mode: 0644]
module/admin-core/src/view/admin_status/system.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/editor.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/index.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/ipkg.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/packages.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/passwd.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/reboot.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/sshkeys.htm [new file with mode: 0644]
module/admin-core/src/view/admin_system/upgrade.htm [new file with mode: 0644]
module/admin-core/src/view/admin_uci/apply.htm [new file with mode: 0644]
module/admin-core/src/view/admin_uci/changes.htm [new file with mode: 0644]
module/admin-core/src/view/admin_uci/revert.htm [new file with mode: 0644]
module/admin-core/src/view/admin_wifi/index.htm [new file with mode: 0644]
module/public-core/Makefile [new file with mode: 0644]
module/public-core/src/controller/public/index.lua [new file with mode: 0644]
module/public-core/src/view/public_index/contact.htm [new file with mode: 0644]
module/public-core/src/view/public_index/index.htm [new file with mode: 0644]
themes/fledermaus/contrib/media/cascade.css [new file with mode: 0644]
themes/fledermaus/contrib/media/cbi.js [new file with mode: 0644]
themes/fledermaus/contrib/media/logo.png [new file with mode: 0644]