treewide: move templates and libraries not used by the core to luci-compat
authorJo-Philipp Wich <redacted>
Sun, 3 Nov 2019 16:49:58 +0000 (17:49 +0100)
committerJo-Philipp Wich <redacted>
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 <redacted>
39 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/view/cbi/firewall_zoneforwards.htm [deleted file]
modules/luci-compat/Makefile [new file with mode: 0644]
modules/luci-compat/luasrc/model/network.lua [moved from modules/luci-base/luasrc/model/network.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_3g.lua [moved from protocols/luci-proto-3g/luasrc/model/network/proto_3g.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_4x6.lua [moved from protocols/luci-proto-ipv6/luasrc/model/network/proto_4x6.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_6x4.lua [moved from protocols/luci-proto-ipv6/luasrc/model/network/proto_6x4.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua [moved from protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_hnet.lua [moved from protocols/luci-proto-hnet/luasrc/model/network/proto_hnet.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_ipip.lua [moved from protocols/luci-proto-ipip/luasrc/model/network/proto_ipip.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_modemmanager.lua [moved from protocols/luci-proto-modemmanager/luasrc/model/network/proto_modemmanager.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_ncm.lua [moved from protocols/luci-proto-ncm/luasrc/model/network/proto_ncm.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_openconnect.lua [moved from protocols/luci-proto-openconnect/luasrc/model/network/proto_openconnect.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_ppp.lua [moved from protocols/luci-proto-ppp/luasrc/model/network/proto_ppp.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_pppossh.lua [moved from protocols/luci-proto-pppossh/luasrc/model/network/proto_pppossh.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_qmi.lua [moved from protocols/luci-proto-qmi/luasrc/model/network/proto_qmi.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_relay.lua [moved from protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_vpnc.lua [moved from protocols/luci-proto-vpnc/luasrc/model/network/proto_vpnc.lua with 100% similarity]
modules/luci-compat/luasrc/model/network/proto_wireguard.lua [moved from protocols/luci-proto-wireguard/luasrc/model/network/proto_wireguard.lua with 100% similarity]
modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm [moved from modules/luci-base/luasrc/view/cbi/firewall_zonelist.htm with 100% similarity]
modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm [moved from modules/luci-base/luasrc/view/cbi/network_ifacelist.htm with 100% similarity]
modules/luci-compat/luasrc/view/cbi/network_netinfo.htm [moved from modules/luci-base/luasrc/view/cbi/network_netinfo.htm with 100% similarity]
modules/luci-compat/luasrc/view/cbi/network_netlist.htm [moved from modules/luci-base/luasrc/view/cbi/network_netlist.htm with 100% similarity]
git clone https://git.99rst.org/PROJECT