Add luci, based upon commit : ae8ddb0ca6dfe98cb842fe2c01b36c4df55a0894
authorRISCi_ATOM <bob@bobcall.me>
Mon, 9 Sep 2019 14:14:25 +0000 (10:14 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 9 Sep 2019 14:14:25 +0000 (10:14 -0400)
commitf761dfa04b57cff9607ab41580ee23821023f694
tree419cbcf44588fa27667b635fb45f6517c9298107
parent53a69d50e787a47a415859ddb19201f477d6be16
Add luci, based upon commit : ae8ddb0ca6dfe98cb842fe2c01b36c4df55a0894
987 files changed:
package/luci/LICENSE [new file with mode: 0644]
package/luci/NOTICE [new file with mode: 0644]
package/luci/README.md [new file with mode: 0644]
package/luci/applications/luci-app-commands/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-commands/luasrc/controller/commands.lua [new file with mode: 0644]
package/luci/applications/luci-app-commands/luasrc/model/cbi/commands.lua [new file with mode: 0644]
package/luci/applications/luci-app-commands/luasrc/view/commands.htm [new file with mode: 0644]
package/luci/applications/luci-app-commands/luasrc/view/commands_public.htm [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/ca/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/cs/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/de/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/el/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/en/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/es/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/fr/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/he/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/hu/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/it/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/ja/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/ms/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/no/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/pl/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/pt-br/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/pt/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/ro/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/ru/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/sk/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/sv/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/templates/commands.pot [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/tr/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/uk/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/vi/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/zh-cn/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-commands/po/zh-tw/commands.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/controller/firewall.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/model/cbi/firewall/zones.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/tools/firewall.lua [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm [new file with mode: 0644]
package/luci/applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/ca/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/cs/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/de/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/el/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/en/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/es/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/fr/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/he/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/hu/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/it/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/ja/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/ko/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/ms/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/no/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/pl/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/pt-br/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/pt/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/ro/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/ru/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/sk/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/sv/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/templates/firewall.pot [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/tr/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/uk/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/vi/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/zh-cn/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-firewall/po/zh-tw/firewall.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/controller/openvpn.lua [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/view/openvpn/ovpn_css.htm [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/ca/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/cs/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/de/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/el/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/en/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/es/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/fr/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/he/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/hu/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/it/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/ja/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/ms/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/no/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/pl/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/pt-br/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/pt/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/ro/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/ru/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/sk/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/sv/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/templates/openvpn.pot [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/tr/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/uk/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/vi/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/zh-cn/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/po/zh-tw/openvpn.po [new file with mode: 0644]
package/luci/applications/luci-app-openvpn/root/etc/config/openvpn_recipes [new file with mode: 0644]
package/luci/applications/luci-app-opkg/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js [new file with mode: 0644]
package/luci/applications/luci-app-opkg/luasrc/controller/opkg.lua [new file with mode: 0644]
package/luci/applications/luci-app-opkg/luasrc/view/opkg.htm [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/ca/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/cs/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/de/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/el/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/en/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/es/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/fr/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/he/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/hu/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/it/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/ja/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/ko/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/ms/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/no/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/pl/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/pt-br/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/pt/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/ro/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/ru/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/sk/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/sv/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/templates/opkg.pot [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/tr/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/uk/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/vi/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/zh-cn/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-opkg/po/zh-tw/opkg.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/luasrc/controller/p910nd.lua [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/ca/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/cs/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/de/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/el/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/en/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/es/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/fr/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/he/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/hu/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/it/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/ja/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/ms/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/no/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/pl/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/pt-br/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/pt/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/ro/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/ru/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/sk/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/sv/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/templates/p910nd.pot [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/tr/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/uk/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/vi/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/zh-cn/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/po/zh-tw/p910nd.po [new file with mode: 0644]
package/luci/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd [new file with mode: 0755]
package/luci/applications/luci-app-uhttpd/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/luasrc/controller/uhttpd/uhttpd.lua [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/de/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/en/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/es/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/ja/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/pt-br/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/ru/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/templates/uhttpd.pot [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/zh-cn/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-uhttpd/po/zh-tw/uhttpd.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/luasrc/controller/wireguard.lua [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/luasrc/view/wireguard.htm [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/de/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/es/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/ja/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/pt-br/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/ru/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/sv/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/templates/wireguard.pot [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/zh-cn/wireguard.po [new file with mode: 0644]
package/luci/applications/luci-app-wireguard/po/zh-tw/wireguard.po [new file with mode: 0644]
package/luci/build/check-controllers.sh [new file with mode: 0755]
package/luci/build/i18n-add-language.sh [new file with mode: 0755]
package/luci/build/i18n-init.sh [new file with mode: 0755]
package/luci/build/i18n-po2lua.pl [new file with mode: 0755]
package/luci/build/i18n-scan.pl [new file with mode: 0755]
package/luci/build/i18n-sync.sh [new file with mode: 0755]
package/luci/build/i18n-update.pl [new file with mode: 0755]
package/luci/build/luadoc/doc.lua [new file with mode: 0755]
package/luci/build/luadoc/luadoc/config.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/debug.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/formatter.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/constant.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/file.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/function.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/index.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/luadoc.css [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/menu.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/module.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/html/table.lp [new file with mode: 0644]
package/luci/build/luadoc/luadoc/doclet/raw.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/init.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/lp.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/taglet/standard.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/taglet/standard/tags.lua [new file with mode: 0644]
package/luci/build/luadoc/luadoc/util.lua [new file with mode: 0644]
package/luci/build/makedocs.sh [new file with mode: 0755]
package/luci/build/mkbasepot.sh [new file with mode: 0755]
package/luci/build/mkrevision.sh [new file with mode: 0755]
package/luci/build/zoneinfo2lua.pl [new file with mode: 0755]
package/luci/collections/luci-light/Makefile [new file with mode: 0644]
package/luci/collections/luci-ssl-openssl/Makefile [new file with mode: 0644]
package/luci/collections/luci-ssl/Makefile [new file with mode: 0644]
package/luci/collections/luci/Makefile [new file with mode: 0644]
package/luci/contrib/package/Makefile [new file with mode: 0644]
package/luci/contrib/package/csstidy/Makefile [new file with mode: 0644]
package/luci/contrib/package/lucihttp/Makefile [new file with mode: 0644]
package/luci/documentation/CBI.md [new file with mode: 0644]
package/luci/documentation/JsonRpcHowTo.md [new file with mode: 0644]
package/luci/documentation/LAR.md [new file with mode: 0644]
package/luci/documentation/LMO.md [new file with mode: 0644]
package/luci/documentation/LuCI-0.10.md [new file with mode: 0644]
package/luci/documentation/Modules.md [new file with mode: 0644]
package/luci/documentation/ModulesHowTo.md [new file with mode: 0644]
package/luci/documentation/Templates.md [new file with mode: 0644]
package/luci/documentation/ThemesHowTo.md [new file with mode: 0644]
package/luci/documentation/api/index.html [new file with mode: 0644]
package/luci/documentation/api/luadoc.css [new file with mode: 0644]
package/luci/documentation/api/modules/luci.dispatcher.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.http.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.http.protocol.conditionals.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.http.protocol.date.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.http.protocol.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.http.protocol.mime.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.i18n.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.ip.cidr.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.ip.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.json.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.jsonc.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.jsonc.parser.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.model.ipkg.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.model.uci.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.rpcc.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.rpcc.ruci.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.init.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.iptparser.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.net.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.process.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.user.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.sys.wifi.html [new file with mode: 0644]
package/luci/documentation/api/modules/luci.util.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.CHANGELOG.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.CryptoHash.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.File.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.README.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.Socket.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.TLSContext.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.TLSSocket.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.UnifiedIO.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.bin.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.bit.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.crypto.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.fs.html [new file with mode: 0644]
package/luci/documentation/api/modules/nixio.html [new file with mode: 0644]
package/luci/documentation/i18n.md [new file with mode: 0644]
package/luci/libs/luci-lib-httpclient/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-httpclient/luasrc/httpclient.lua [new file with mode: 0644]
package/luci/libs/luci-lib-httpclient/luasrc/httpclient/receiver.lua [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/luasrc/http/conditionals.lua [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/luasrc/http/conditionals.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/luasrc/http/date.lua [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/luasrc/http/date.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/luasrc/http/mime.lua [new file with mode: 0644]
package/luci/libs/luci-lib-httpprotoutils/luasrc/http/mime.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-ip/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-ip/src/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-ip/src/ip.c [new file with mode: 0644]
package/luci/libs/luci-lib-ip/src/ip.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-ipkg/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-ipkg/luasrc/model/ipkg.lua [new file with mode: 0644]
package/luci/libs/luci-lib-ipkg/luasrc/model/ipkg.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-iptparser/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-iptparser/luasrc/sys/iptparser.lua [new file with mode: 0644]
package/luci/libs/luci-lib-iptparser/luasrc/sys/iptparser.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-json/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-json/luasrc/json.lua [new file with mode: 0644]
package/luci/libs/luci-lib-json/luasrc/json.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-jsonc/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-jsonc/src/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-jsonc/src/jsonc.c [new file with mode: 0644]
package/luci/libs/luci-lib-jsonc/src/jsonc.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-luaneightbl/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-luaneightbl/src/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-luaneightbl/src/neightbl.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/.gitignore [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/LICENSE [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/NOTICE [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/README [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/README [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/Config.in [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/README [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/csharp/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/csharp/axTLS.cs [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/generate_SWIG_interface.pl [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/bindings/generate_interface.pl [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/SSL.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/SSLCTX.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/SSLClient.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/SSLReadHolder.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/SSLServer.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/java/SSLUtil.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/lua/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/perl/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/vbnet/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/bindings/vbnet/axTLSvb.vb [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/.config [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/Config.in [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/JMeter.jmx [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/config/Rules.mak [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/axhttpd.aip [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/config/axtls.RES [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/axtls.rc [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/config.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/linuxconfig [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/makefile.conf [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/makefile.dotnet.conf [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/makefile.java.conf [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/makefile.post [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/Kconfig-language.txt [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/conf.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/confdata.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/expr.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/expr.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lex.zconf.c_shipped [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lkc.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lkc_proto.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/checklist.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/colors.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/dialog.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/inputbox.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/menubox.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/msgbox.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/textbox.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/util.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/yesno.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/mconf.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/menu.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/mkconfigs [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/symbol.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/util.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.l [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.tab.c_shipped [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.tab.h_shipped [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.y [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/config/win32config [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/aes.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/bigint.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/bigint.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/bigint_impl.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/crypto.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/crypto_misc.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/hmac.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/md2.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/md5.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/rc4.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/rsa.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/crypto/sha1.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/docsrc/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/docsrc/axTLS.dox [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/docsrc/doco_footer.html [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/docsrc/images/axolotl.jpg [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/docsrc/images/tsbasbw.gif [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/Config.in [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/axhttp.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/axhttpd.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/htpasswd.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/kepler-1.1-snapshot-20070521-1825.tar.gz [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/httpd/kepler.patch [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/proc.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/httpd/tdate_parse.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/Config.in [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/c/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/c/axssl.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/csharp/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/csharp/axssl.cs [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/java/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/java/axssl.java [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/java/manifest.mf [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/lua/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/lua/axssl.lua [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/samples/perl/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/perl/axssl.pl [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/samples/vbnet/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/samples/vbnet/axssl.vb [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/BigIntConfig.in [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/Config.in [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/asn1.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/cert.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/crypto_misc.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/gen_cert.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/loader.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/openssl.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/os_port.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/os_port.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/p12.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/private_key.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/ssl.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_key.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_x509.cer [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_x509.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.device_key [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.device_key.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.encrypted.p8 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.encrypted_pem.p8 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_1024 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_1024.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_2048 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_2048.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_4096 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_4096.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_512 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_512.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_aes128.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_aes256.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.noname.p12 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.unencrypted.p8 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.unencrypted_pem.p8 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.withCA.p12 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.withoutCA.p12 [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_1024.cer [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_1024.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_2048.cer [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_2048.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_4096.cer [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_4096.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_512.cer [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_512.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_aes128.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_aes256.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_bad_after.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_bad_before.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_device.cer [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_device.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/datatest.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/datatest.c.old [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/deutsche_telecom.x509_ca [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/equifax.x509_ca [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/gnutls.cer [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/header_issue.dat [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/killopenssl.sh [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/make_certs.sh [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/microsoft.x509_ca [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/microsoft.x509_ca.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/ms_iis.cer [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/perf_bigint.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/socgen.cer [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c.bak [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/test_axssl.sh [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/thawte.x509_ca [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_ca [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_ca.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_my_cert [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_my_cert.pem [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/tls1.c [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/tls1.h [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/ssl/tls1_clnt.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/tls1_svr.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/version.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/ssl/x509.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/bin/.htaccess [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/favicon.ico [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/index.html [new file with mode: 0755]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/download.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/env.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/overview.lp [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/prepara_sql2.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_conc.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_cookies.lp [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_cookies.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_err.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_fs.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_htk.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_lib.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_main.html [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_main.lp [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_main.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_session.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_sql.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_sql2.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/lua/test_variables.lp [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/test_dir/bin/.htaccess [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/test_dir/no_http/.htaccess [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/test_dir/no_http/.htpasswd [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/test_dir/no_http/index.html [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/test_dir/no_ssl/.htaccess [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axTLS/www/test_dir/no_ssl/index.html [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axtls-config/.config [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axtls-config/config.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/axtls-root/etc/nixio/rsa_main.der [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/CHANGELOG.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/README.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.CryptoHash.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.File.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.Socket.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.TLSContext.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.TLSSocket.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.UnifiedIO.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.bin.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.bit.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.crypto.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.fs.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/docsrc/nixio.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/nixio-0.3-1.rockspec [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/root/lib/upgrade/luci-add-conffiles.sh [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/root/usr/lib/lua/nixio/fs.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/root/usr/lib/lua/nixio/util.lua [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/address.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/axtls-compat.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/axtls-compat.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/binary.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/bind.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/bit.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/cyassl-compat.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/cyassl-compat.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/file.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/fs.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/io.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/mingw-compat.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/mingw-compat.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/nixio-tls.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/nixio.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/nixio.h [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/poll.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/process.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/protoent.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/socket.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/sockopt.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/splice.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/syslog.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/tls-context.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/tls-crypto.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/tls-socket.c [new file with mode: 0644]
package/luci/libs/luci-lib-nixio/src/user.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/lua/px5g/util.lua [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/root/usr/sbin/px5g-genkeys [new file with mode: 0755]
package/luci/libs/luci-lib-px5g/src/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/library/bignum.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/library/havege.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/library/rsa.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/library/sha1.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/library/timing.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/library/x509write.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/bignum.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/bn_mul.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/config.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/havege.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/rsa.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/sha1.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/timing.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/polarssl/x509.h [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/px5g.c [new file with mode: 0644]
package/luci/libs/luci-lib-px5g/src/px5g.h [new file with mode: 0644]
package/luci/libs/luci-lib-rpcc/Makefile [new file with mode: 0644]
package/luci/libs/luci-lib-rpcc/luasrc/rpcc.lua [new file with mode: 0644]
package/luci/libs/luci-lib-rpcc/luasrc/rpcc.luadoc [new file with mode: 0644]
package/luci/libs/luci-lib-rpcc/luasrc/rpcc/ruci.lua [new file with mode: 0644]
package/luci/libs/luci-lib-rpcc/luasrc/rpcc/ruci.luadoc [new file with mode: 0644]
package/luci/libs/rpcd-mod-rad2-enc/Makefile [new file with mode: 0644]
package/luci/libs/rpcd-mod-rad2-enc/files/rad2-enc [new file with mode: 0755]
package/luci/libs/rpcd-mod-rrdns/Makefile [new file with mode: 0644]
package/luci/libs/rpcd-mod-rrdns/src/CMakeLists.txt [new file with mode: 0644]
package/luci/libs/rpcd-mod-rrdns/src/rrdns.c [new file with mode: 0644]
package/luci/libs/rpcd-mod-rrdns/src/rrdns.h [new file with mode: 0644]
package/luci/luci.mk [new file with mode: 0644]
package/luci/modules/luci-base/Makefile [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/cgi-bin/luci [new file with mode: 0755]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi.js [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/add.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/apply.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/arrow.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/down.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/download.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/edit.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/fieldadd.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/file.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/find.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/folder.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/help.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/key.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/link.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/reload.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/remove.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/reset.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/save.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/up.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/cbi/user.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/alias.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/alias_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/bridge.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/bridge_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/ethernet.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/ethernet_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/loading.gif [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/port_down.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/port_up.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/signal-25-50.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/signal-50-75.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/signal-75-100.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/signal-none.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/switch.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/switch_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/tunnel.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/tunnel_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/vlan.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/vlan_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/wifi.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/icons/wifi_disabled.png [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/luci.js [new file with mode: 0644]
package/luci/modules/luci-base/htdocs/luci-static/resources/xhr.js [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/cacheloader.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/cbi.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/cbi/datatypes.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/ccache.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/config.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/controller/admin/index.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/controller/admin/uci.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/debug.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/dispatcher.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/dispatcher.luadoc [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/http.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/http.luadoc [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/i18n.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/i18n.luadoc [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/ltn12.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/cbi/admin_network/proto_dhcp.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/cbi/admin_network/proto_none.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/cbi/admin_network/proto_static.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/firewall.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/network.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/uci.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/model/uci.luadoc [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sgi/cgi.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sgi/uhttpd.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/store.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sys.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sys.luadoc [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sys/zoneinfo.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/template.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/tools/proto.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/tools/status.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/tools/webadmin.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/util.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/util.luadoc [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/version.lua [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/admin_uci/changelog.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/admin_uci/changes.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/admin_uci/revert.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/apply_widget.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/browser.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/button.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/cell_valueheader.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/compound.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/delegator.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/dropdown.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/dvalue.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/dynlist.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/error.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/filebrowser.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/firewall_zonelist.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/footer.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/full_valuefooter.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/full_valueheader.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/fvalue.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/header.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/ipaddr.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/lvalue.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/map.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/mvalue.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/network_ifacelist.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/network_netinfo.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/network_netlist.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/nsection.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/nullsection.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/simpleform.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/tabcontainer.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/tblsection.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/tsection.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/tvalue.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/ucisection.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/upload.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/value.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/valuefooter.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/valueheader.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/cbi/wireless_modefreq.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/csrftoken.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/empty_node_placeholder.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/error404.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/error500.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/footer.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/header.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/indexer.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/lease_status.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/sysauth.htm [new file with mode: 0644]
package/luci/modules/luci-base/luasrc/view/wifi_assoclist.htm [new file with mode: 0644]
package/luci/modules/luci-base/po/ca/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/cs/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/de/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/el/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/en/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/es/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/fr/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/he/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/hu/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/it/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/ja/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/ko/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/ms/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/no/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/pl/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/pt-br/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/pt/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/ro/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/ru/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/sk/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/sv/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/templates/base.pot [new file with mode: 0644]
package/luci/modules/luci-base/po/tr/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/uk/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/vi/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/zh-cn/base.po [new file with mode: 0644]
package/luci/modules/luci-base/po/zh-tw/base.po [new file with mode: 0644]
package/luci/modules/luci-base/root/etc/config/luci [new file with mode: 0644]
package/luci/modules/luci-base/root/etc/config/ucitrack [new file with mode: 0644]
package/luci/modules/luci-base/root/etc/init.d/ucitrack [new file with mode: 0755]
package/luci/modules/luci-base/root/etc/luci-uploads/.placeholder [new file with mode: 0644]
package/luci/modules/luci-base/root/sbin/luci-reload [new file with mode: 0755]
package/luci/modules/luci-base/root/usr/share/acl.d/luci-base.json [new file with mode: 0644]
package/luci/modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json [new file with mode: 0644]
package/luci/modules/luci-base/root/www/index.html [new file with mode: 0644]
package/luci/modules/luci-base/src/Makefile [new file with mode: 0644]
package/luci/modules/luci-base/src/jsmin.c [new file with mode: 0644]
package/luci/modules/luci-base/src/mkversion.sh [new file with mode: 0755]
package/luci/modules/luci-base/src/po2lmo.c [new file with mode: 0644]
package/luci/modules/luci-base/src/template_lmo.c [new file with mode: 0644]
package/luci/modules/luci-base/src/template_lmo.h [new file with mode: 0644]
package/luci/modules/luci-base/src/template_lualib.c [new file with mode: 0644]
package/luci/modules/luci-base/src/template_lualib.h [new file with mode: 0644]
package/luci/modules/luci-base/src/template_parser.c [new file with mode: 0644]
package/luci/modules/luci-base/src/template_parser.h [new file with mode: 0644]
package/luci/modules/luci-base/src/template_utils.c [new file with mode: 0644]
package/luci/modules/luci-base/src/template_utils.h [new file with mode: 0644]
package/luci/modules/luci-mod-admin-full/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-admin-full/luasrc/controller/admin/filebrowser.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/controller/mini/index.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/controller/mini/network.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/controller/mini/system.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/dhcp.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/index.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/luci.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/network.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/passwd.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/system.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/model/cbi/mini/wifi.lua [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/view/mini/applyreboot.htm [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/view/mini/backup.htm [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/view/mini/index.htm [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/view/mini/reboot.htm [new file with mode: 0644]
package/luci/modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm [new file with mode: 0644]
package/luci/modules/luci-mod-failsafe/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-failsafe/luasrc/controller/failsafe/failsafe.lua [new file with mode: 0644]
package/luci/modules/luci-mod-failsafe/luasrc/view/failsafe/applyreboot.htm [new file with mode: 0644]
package/luci/modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm [new file with mode: 0644]
package/luci/modules/luci-mod-failsafe/luasrc/view/failsafe/reboot.htm [new file with mode: 0644]
package/luci/modules/luci-mod-failsafe/luasrc/view/failsafe/upgrade.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/iface_status.js [new file with mode: 0644]
package/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js [new file with mode: 0644]
package/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_join.js [new file with mode: 0644]
package/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_status.js [new file with mode: 0644]
package/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/controller/admin/network.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/iface_add.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/network.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/routes.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/vlan.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi_add.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi_overview.lua [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/diagnostics.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/iface_overview.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/iface_status.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/switch_status.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/wifi_join.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/wifi_overview.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/luasrc/view/admin_network/wifi_status.htm [new file with mode: 0644]
package/luci/modules/luci-mod-network/root/etc/uci-defaults/50_luci-mod-admin-full [new file with mode: 0755]
package/luci/modules/luci-mod-rpc/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-rpc/luasrc/controller/rpc.lua [new file with mode: 0644]
package/luci/modules/luci-mod-rpc/luasrc/jsonrpc.lua [new file with mode: 0644]
package/luci/modules/luci-mod-rpc/luasrc/jsonrpcbind/uci.lua [new file with mode: 0644]
package/luci/modules/luci-mod-status/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/bandwidth.svg [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/connections.svg [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/load.svg [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/view/status/index.js [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/wifirate.svg [new file with mode: 0644]
package/luci/modules/luci-mod-status/htdocs/luci-static/resources/wireless.svg [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/controller/admin/status.lua [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/model/cbi/admin_status/processes.lua [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/bandwidth.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/connections.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/dmesg.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index/20-memory.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index/30-network.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index/40-dhcp-leases.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index/50-dsl.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/index/60-wifi.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/iptables.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/load.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/routes.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/syslog.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/luasrc/view/admin_status/wireless.htm [new file with mode: 0644]
package/luci/modules/luci-mod-status/src/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-status/src/luci-bwc.c [new file with mode: 0644]
package/luci/modules/luci-mod-system/Makefile [new file with mode: 0644]
package/luci/modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js [new file with mode: 0644]
package/luci/modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/controller/admin/system.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/crontab.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab/mount.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab/swap.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/leds.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/startup.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/applyreboot.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/backupfiles.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/clock_status.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/flashops.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/password.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/reboot.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm [new file with mode: 0644]
package/luci/modules/luci-mod-system/luasrc/view/admin_system/upgrade.htm [new file with mode: 0644]
package/luci/protocols/luci-proto-3g/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-3g/luasrc/model/network/proto_3g.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-hnet/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-hnet/luasrc/model/cbi/admin_network/proto_hnet.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-hnet/luasrc/model/network/proto_hnet.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipip/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-ipip/luasrc/model/cbi/admin_network/proto_ipip.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipip/luasrc/model/network/proto_ipip.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_464xlat.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dslite.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/network/proto_4x6.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/network/proto_6x4.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ncm/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-ncm/luasrc/model/cbi/admin_network/proto_ncm.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ncm/luasrc/model/network/proto_ncm.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-openconnect/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-openconnect/luasrc/model/network/proto_openconnect.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_ppp.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoa.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pptp.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-ppp/luasrc/model/network/proto_ppp.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-pppossh/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-pppossh/luasrc/model/cbi/admin_network/proto_pppossh.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-pppossh/luasrc/model/network/proto_pppossh.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-qmi/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-qmi/luasrc/model/network/proto_qmi.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-relay/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-relay/luasrc/model/cbi/admin_network/proto_relay.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-vpnc/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-vpnc/luasrc/model/cbi/admin_network/proto_vpnc.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-vpnc/luasrc/model/network/proto_vpnc.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-wireguard/Makefile [new file with mode: 0644]
package/luci/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua [new file with mode: 0644]
package/luci/protocols/luci-proto-wireguard/luasrc/model/network/proto_wireguard.lua [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/Makefile [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm [new file with mode: 0644]
package/luci/themes/luci-theme-bootstrap/root/etc/uci-defaults/30_luci-theme-bootstrap [new file with mode: 0755]
package/luci/themes/luci-theme-material/Makefile [new file with mode: 0755]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/brand.png [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/cascade.css [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/custom.css [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/favicon.ico [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/icons/arrow.svg [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/icons/menu.svg [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/icons/spinner.svg [new file with mode: 0644]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/js/jquery.min.js [new file with mode: 0755]
package/luci/themes/luci-theme-material/htdocs/luci-static/material/js/script.js [new file with mode: 0755]
package/luci/themes/luci-theme-material/luasrc/view/themes/material/footer.htm [new file with mode: 0644]
package/luci/themes/luci-theme-material/luasrc/view/themes/material/header.htm [new file with mode: 0644]
package/luci/themes/luci-theme-material/root/etc/uci-defaults/30_luci-theme-material [new file with mode: 0755]
package/luci/themes/luci-theme-openwrt/Makefile [new file with mode: 0644]
package/luci/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css [new file with mode: 0644]
package/luci/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/tabbg.png [new file with mode: 0644]
package/luci/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/footer.htm [new file with mode: 0644]
package/luci/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm [new file with mode: 0644]
package/luci/themes/luci-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt [new file with mode: 0755]
package/luci/themes/luci-theme-rosy/Makefile [new file with mode: 0755]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/cl-eye.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/favicon.ico [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/fonts/font.eot [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/fonts/font.svg [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/fonts/font.ttf [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/fonts/font.woff [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/ScrollY.js [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/jquery.min.js [new file with mode: 0755]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js [new file with mode: 0755]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/loginBG.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/logo.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/menu-logo.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/mobile-loginBG.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/no-pwd.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/op-eye.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/pwd.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/htdocs/luci-static/rosy/user.png [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/luasrc/view/themes/rosy/footer.htm [new file with mode: 0755]
package/luci/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm [new file with mode: 0644]
package/luci/themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy [new file with mode: 0755]