Add cjdns, sqm-scripts and adblock to core
authorRISCi_ATOM <bob@bobcall.me>
Tue, 12 Dec 2017 17:01:05 +0000 (12:01 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 12 Dec 2017 17:01:05 +0000 (12:01 -0500)
commit9ac3ddc2fd8a02fc4b14d80ae394730e59318121
tree1c8c3f74fb2e48c65f1714ba0e138530c738f533
parenta28230f318a4409c59faf79554f73e98632410bb
Add cjdns, sqm-scripts and adblock to core
38 files changed:
package/luci/applications/luci-app-cjdns/Makefile [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/controller/cjdns.lua [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/model/cbi/cjdns/cjdrouteconf.lua [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/model/cbi/cjdns/iptunnel.lua [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/model/cbi/cjdns/overview.lua [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/model/cbi/cjdns/peering.lua [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/model/cbi/cjdns/settings.lua [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/view/admin_status/index/cjdns.htm [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/view/cjdns/status.htm [new file with mode: 0644]
package/luci/applications/luci-app-cjdns/luasrc/view/cjdns/value.htm [new file with mode: 0644]
package/network/config/adblock/Makefile [new file with mode: 0644]
package/network/config/adblock/files/README.md [new file with mode: 0644]
package/network/config/adblock/files/adblock.blacklist [new file with mode: 0644]
package/network/config/adblock/files/adblock.conf [new file with mode: 0644]
package/network/config/adblock/files/adblock.init [new file with mode: 0755]
package/network/config/adblock/files/adblock.sh [new file with mode: 0755]
package/network/config/adblock/files/adblock.whitelist [new file with mode: 0644]
package/network/config/sqm-scripts-extra/Makefile [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_LAN_dual-isolate__piece_of_cake.qos [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_LAN_dual-isolate__piece_of_cake.qos.help [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_LAN_triple-isolate__piece_of_cake.qos [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_LAN_triple-isolate__piece_of_cake.qos.help [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_WAN_dual-isolate__piece_of_cake.qos [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_WAN_dual-isolate__piece_of_cake.qos.help [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_WAN_triple-isolate__piece_of_cake.qos [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_WAN_triple-isolate__piece_of_cake.qos.help [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_triple_isolated_llt_cake.qos [new file with mode: 0644]
package/network/config/sqm-scripts-extra/src/test_triple_isolated_llt_cake.qos.help [new file with mode: 0644]
package/network/config/sqm-scripts/Makefile [new file with mode: 0644]
package/network/services/cjdns/Makefile [new file with mode: 0644]
package/network/services/cjdns/files/cjdns.defaults [new file with mode: 0644]
package/network/services/cjdns/files/cjdns.init [new file with mode: 0755]
package/network/services/cjdns/files/cjdrouteconf [new file with mode: 0755]
package/network/services/cjdns/lua/cjdns/admin.lua [new file with mode: 0644]
package/network/services/cjdns/lua/cjdns/common.lua [new file with mode: 0644]
package/network/services/cjdns/lua/cjdns/init.lua [new file with mode: 0644]
package/network/services/cjdns/lua/cjdns/uci.lua [new file with mode: 0644]
package/network/services/cjdns/lua/cjdns/udp.lua [new file with mode: 0644]