treewide: move templates and libraries not used by the core to luci-compat
authorJo-Philipp Wich <jo@mein.io>
Sun, 3 Nov 2019 16:49:58 +0000 (17:49 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 3 Nov 2019 16:56:58 +0000 (17:56 +0100)
commit284918bfaf2f6d7e46fb11377bb9a537b35dd58a
tree3513e26d15b92f44dc78f607754f1807d1f64c97
parent7a2fefc671ff7b5533620e809a4de07cb3b564a3
treewide: move templates and libraries not used by the core to luci-compat

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
59 files changed:
applications/luci-app-adblock/Makefile
applications/luci-app-ahcp/Makefile
applications/luci-app-banip/Makefile
applications/luci-app-bcp38/Makefile
applications/luci-app-dcwapd/Makefile
applications/luci-app-minidlna/Makefile
applications/luci-app-mwan3/Makefile
applications/luci-app-nlbwmon/Makefile
applications/luci-app-ocserv/Makefile
applications/luci-app-olsr/Makefile
applications/luci-app-p910nd/Makefile
applications/luci-app-rp-pppoe-server/Makefile
applications/luci-app-shadowsocks-libev/Makefile
applications/luci-app-statistics/Makefile
applications/luci-app-travelmate/Makefile
applications/luci-app-unbound/Makefile
applications/luci-app-vnstat/Makefile
modules/luci-base/luasrc/model/network.lua [deleted file]
modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm [deleted file]
modules/luci-base/luasrc/view/cbi/firewall_zonelist.htm [deleted file]
modules/luci-base/luasrc/view/cbi/network_ifacelist.htm [deleted file]
modules/luci-base/luasrc/view/cbi/network_netinfo.htm [deleted file]
modules/luci-base/luasrc/view/cbi/network_netlist.htm [deleted file]
modules/luci-compat/Makefile [new file with mode: 0644]
modules/luci-compat/luasrc/model/network.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_3g.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_4x6.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_6x4.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_hnet.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_ipip.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_modemmanager.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_ncm.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_openconnect.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_ppp.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_pppossh.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_qmi.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_relay.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_vpnc.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/network/proto_wireguard.lua [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/network_netinfo.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/network_netlist.htm [new file with mode: 0644]
protocols/luci-proto-3g/luasrc/model/network/proto_3g.lua [deleted file]
protocols/luci-proto-hnet/luasrc/model/network/proto_hnet.lua [deleted file]
protocols/luci-proto-ipip/luasrc/model/network/proto_ipip.lua [deleted file]
protocols/luci-proto-ipv6/luasrc/model/network/proto_4x6.lua [deleted file]
protocols/luci-proto-ipv6/luasrc/model/network/proto_6x4.lua [deleted file]
protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua [deleted file]
protocols/luci-proto-modemmanager/luasrc/model/network/proto_modemmanager.lua [deleted file]
protocols/luci-proto-ncm/luasrc/model/network/proto_ncm.lua [deleted file]
protocols/luci-proto-openconnect/luasrc/model/network/proto_openconnect.lua [deleted file]
protocols/luci-proto-ppp/luasrc/model/network/proto_ppp.lua [deleted file]
protocols/luci-proto-pppossh/luasrc/model/network/proto_pppossh.lua [deleted file]
protocols/luci-proto-qmi/luasrc/model/network/proto_qmi.lua [deleted file]
protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua [deleted file]
protocols/luci-proto-vpnc/luasrc/model/network/proto_vpnc.lua [deleted file]
protocols/luci-proto-wireguard/luasrc/model/network/proto_wireguard.lua [deleted file]