gitextract_vn7k3biq/ ├── .gitmodules ├── README.md ├── luci/ │ ├── applications/ │ │ ├── luci-app-3proxy/ │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── proxy/ │ │ │ │ └── 3proxy.js │ │ │ ├── po/ │ │ │ │ └── ru/ │ │ │ │ └── 3proxy.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-3proxy.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-3proxy.json │ │ ├── luci-app-atinout/ │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── modem/ │ │ │ │ ├── atcommands.js │ │ │ │ └── atconfig.js │ │ │ ├── po/ │ │ │ │ ├── ru/ │ │ │ │ │ └── atinout.po │ │ │ │ ├── template/ │ │ │ │ │ └── atinout.pot │ │ │ │ └── zh_Hans/ │ │ │ │ └── atinout.po │ │ │ └── root/ │ │ │ ├── etc/ │ │ │ │ └── uci-defaults/ │ │ │ │ └── 65-luci-app-atinout │ │ │ └── usr/ │ │ │ ├── bin/ │ │ │ │ └── luci-app-atinout │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-atinout.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-atinout.json │ │ ├── luci-app-cellled/ │ │ │ ├── Makefile │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── cellled.js │ │ │ ├── po/ │ │ │ │ └── ru/ │ │ │ │ └── cellled.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-cellled.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-cellled.json │ │ ├── luci-app-mmconfig/ │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── modem/ │ │ │ │ └── bands.js │ │ │ ├── po/ │ │ │ │ ├── ru/ │ │ │ │ │ └── mmconfig.po │ │ │ │ └── zh_Hans/ │ │ │ │ └── mmconfig.po │ │ │ └── root/ │ │ │ ├── etc/ │ │ │ │ ├── config/ │ │ │ │ │ └── mmconfig │ │ │ │ ├── init.d/ │ │ │ │ │ └── mmconfig │ │ │ │ └── uci-defaults/ │ │ │ │ └── 70_luci-app-mmconfig │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-mmconfig.json │ │ │ ├── modeminfo/ │ │ │ │ └── mmconfig │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-mmconfig.json │ │ ├── luci-app-modeminfo/ │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ ├── modem-indicator.js │ │ │ │ ├── preload/ │ │ │ │ │ └── modem-indicator.js │ │ │ │ └── view/ │ │ │ │ ├── modem/ │ │ │ │ │ ├── hw.js │ │ │ │ │ ├── main.js │ │ │ │ │ └── setup.js │ │ │ │ └── status/ │ │ │ │ └── include/ │ │ │ │ └── 26_modeminfo.js │ │ │ ├── po/ │ │ │ │ ├── ru/ │ │ │ │ │ └── modeminfo.po │ │ │ │ └── zh_Hans/ │ │ │ │ └── modeminfo.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-modeminfo.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-modeminfo.json │ │ ├── luci-app-mwan3-ledhelper/ │ │ │ ├── Makefile │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── mwan3/ │ │ │ │ └── network/ │ │ │ │ └── led.js │ │ │ ├── po/ │ │ │ │ └── ru/ │ │ │ │ └── mwan3-ledhelper.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-mwan3-ledhelper.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-mwan3-ledhelper.json │ │ ├── luci-app-ota/ │ │ │ ├── Makefile │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── system/ │ │ │ │ └── ota.js │ │ │ ├── po/ │ │ │ │ └── ru/ │ │ │ │ └── ota.po │ │ │ └── root/ │ │ │ ├── etc/ │ │ │ │ └── config/ │ │ │ │ └── ota │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-ota.json │ │ │ ├── ota.sh │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-ota.json │ │ ├── luci-app-pingcontrol/ │ │ │ ├── Makefile │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── pingcontrol/ │ │ │ │ └── pingcontrol.js │ │ │ ├── po/ │ │ │ │ ├── en/ │ │ │ │ │ └── pingcontrol.po │ │ │ │ └── ru/ │ │ │ │ └── pingcontrol.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-pingcontrol.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-pingcontrol.json │ │ ├── luci-app-rtorrent/ │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── cgi-bin/ │ │ │ │ └── rtorrent │ │ │ ├── luasrc/ │ │ │ │ ├── controller/ │ │ │ │ │ └── rtorrent.lua │ │ │ │ ├── model/ │ │ │ │ │ └── cbi/ │ │ │ │ │ └── rtorrent/ │ │ │ │ │ ├── add.lua │ │ │ │ │ ├── admin/ │ │ │ │ │ │ ├── rss.lua │ │ │ │ │ │ └── rtorrent.lua │ │ │ │ │ ├── common.lua │ │ │ │ │ ├── download.lua │ │ │ │ │ ├── main.lua │ │ │ │ │ ├── rss-rule.lua │ │ │ │ │ ├── rss.lua │ │ │ │ │ ├── string.lua │ │ │ │ │ └── torrent/ │ │ │ │ │ ├── files.lua │ │ │ │ │ ├── info.lua │ │ │ │ │ ├── peers.lua │ │ │ │ │ └── trackers.lua │ │ │ │ └── view/ │ │ │ │ └── rtorrent/ │ │ │ │ ├── button.htm │ │ │ │ ├── buttonsection.htm │ │ │ │ ├── empty.htm │ │ │ │ ├── fvalue.htm │ │ │ │ ├── list.htm │ │ │ │ ├── lvalue.htm │ │ │ │ ├── rss_addrule.htm │ │ │ │ ├── tabmenu.htm │ │ │ │ └── tvalue.htm │ │ │ ├── po/ │ │ │ │ ├── en/ │ │ │ │ │ └── rtorrent.po │ │ │ │ └── ru/ │ │ │ │ └── rtorrent.po │ │ │ └── root/ │ │ │ ├── etc/ │ │ │ │ ├── config/ │ │ │ │ │ └── rtorrent │ │ │ │ ├── cookies.txt │ │ │ │ ├── init.d/ │ │ │ │ │ └── rtorrent │ │ │ │ ├── rtorrent.conf │ │ │ │ └── uci-defaults/ │ │ │ │ └── rtorrent │ │ │ └── usr/ │ │ │ └── lib/ │ │ │ └── lua/ │ │ │ ├── bencode.lua │ │ │ ├── rss_downloader.lua │ │ │ ├── rtorrent.lua │ │ │ └── xmlrpc/ │ │ │ ├── init.lua │ │ │ └── scgi.lua │ │ ├── luci-app-smstools3/ │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── smstools3/ │ │ │ │ ├── cmd.js │ │ │ │ ├── in.js │ │ │ │ ├── out.js │ │ │ │ ├── pb.js │ │ │ │ ├── script.js │ │ │ │ ├── send.js │ │ │ │ └── setup.js │ │ │ ├── po/ │ │ │ │ ├── ru/ │ │ │ │ │ └── smstools3.po │ │ │ │ └── zh_Hans/ │ │ │ │ └── smstools3.po │ │ │ └── root/ │ │ │ ├── etc/ │ │ │ │ ├── init.d/ │ │ │ │ │ └── luci-sms │ │ │ │ └── uci-defaults/ │ │ │ │ └── 63_luci-app-smstools3 │ │ │ └── usr/ │ │ │ ├── bin/ │ │ │ │ ├── msg_control │ │ │ │ └── send_sms │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-smstools3.json │ │ │ ├── luci-app-smstools3/ │ │ │ │ ├── event.sh │ │ │ │ ├── led.sh │ │ │ │ ├── smscommand.sh │ │ │ │ └── smstools3.user │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-smstools3.json │ │ ├── luci-app-ssw/ │ │ │ ├── Makefile │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── modem/ │ │ │ │ └── ssw.js │ │ │ ├── po/ │ │ │ │ └── ru/ │ │ │ │ └── ssw.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-ssw.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-ssw.json │ │ ├── luci-app-telegrambot/ │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── view/ │ │ │ │ └── telegrambot.js │ │ │ ├── po/ │ │ │ │ └── ru/ │ │ │ │ └── telegrambot.po │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ ├── luci/ │ │ │ │ └── menu.d/ │ │ │ │ └── luci-app-telegrambot.json │ │ │ └── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-telegrambot.json │ │ └── luci-app-ttl/ │ │ ├── Makefile │ │ ├── htdocs/ │ │ │ └── luci-static/ │ │ │ └── resources/ │ │ │ └── view/ │ │ │ └── firewall/ │ │ │ └── ttl.js │ │ ├── po/ │ │ │ └── ru/ │ │ │ └── ttl.po │ │ └── root/ │ │ ├── etc/ │ │ │ ├── config/ │ │ │ │ └── ttl │ │ │ ├── hotplug.d/ │ │ │ │ └── iface/ │ │ │ │ └── 90-ttl │ │ │ └── init.d/ │ │ │ └── ttl │ │ └── usr/ │ │ └── share/ │ │ ├── luci/ │ │ │ └── menu.d/ │ │ │ └── luci-app-ttl.json │ │ ├── rpcd/ │ │ │ └── acl.d/ │ │ │ └── luci-app-ttl.json │ │ ├── ttl.sh │ │ ├── ttlipt.sh │ │ └── ttlnft.sh │ ├── protocols/ │ │ ├── luci-proto-openvpn/ │ │ │ ├── Makefile │ │ │ ├── htdocs/ │ │ │ │ └── luci-static/ │ │ │ │ └── resources/ │ │ │ │ └── protocol/ │ │ │ │ └── openvpn.js │ │ │ └── root/ │ │ │ └── usr/ │ │ │ └── share/ │ │ │ └── rpcd/ │ │ │ ├── acl.d/ │ │ │ │ └── luci-proto-openvpn.json │ │ │ └── ucode/ │ │ │ └── luci.openvpn.uc │ │ ├── luci-proto-tun2socks/ │ │ │ ├── Makefile │ │ │ └── htdocs/ │ │ │ └── luci-static/ │ │ │ └── resources/ │ │ │ └── protocol/ │ │ │ └── t2s.js │ │ └── luci-proto-xmm/ │ │ ├── Makefile │ │ ├── README.md │ │ └── htdocs/ │ │ └── luci-static/ │ │ └── resources/ │ │ └── protocol/ │ │ └── xmm.js │ └── themes/ │ ├── luci-theme-lightblue/ │ │ ├── Makefile │ │ ├── htdocs/ │ │ │ └── luci-static/ │ │ │ ├── lightblue/ │ │ │ │ ├── cascade.css │ │ │ │ └── mobile.css │ │ │ └── resources/ │ │ │ └── menu-lightblue.js │ │ ├── luasrc/ │ │ │ └── view/ │ │ │ └── themes/ │ │ │ └── lightblue/ │ │ │ ├── footer.htm │ │ │ └── header.htm │ │ └── root/ │ │ └── etc/ │ │ └── uci-defaults/ │ │ └── 30_luci-theme-lightblue │ ├── luci-theme-merona/ │ │ ├── Makefile │ │ ├── htdocs/ │ │ │ └── luci-static/ │ │ │ ├── merona/ │ │ │ │ ├── cascade.css │ │ │ │ ├── checkbox.css │ │ │ │ └── mobile.css │ │ │ └── resources/ │ │ │ └── menu-merona.js │ │ ├── luasrc/ │ │ │ └── view/ │ │ │ └── themes/ │ │ │ └── merona/ │ │ │ ├── footer.htm │ │ │ └── header.htm │ │ └── root/ │ │ └── etc/ │ │ └── uci-defaults/ │ │ └── 30_luci-theme-merona │ ├── luci-theme-routerich/ │ │ ├── Makefile │ │ ├── htdocs/ │ │ │ └── luci-static/ │ │ │ ├── resources/ │ │ │ │ └── menu-routerich.js │ │ │ └── routerich/ │ │ │ ├── background/ │ │ │ │ └── README.md │ │ │ ├── css/ │ │ │ │ ├── cascade.css │ │ │ │ ├── dark.css │ │ │ │ └── routerich.css │ │ │ └── icon/ │ │ │ ├── browserconfig.xml │ │ │ └── manifest.json │ │ ├── luasrc/ │ │ │ └── view/ │ │ │ └── themes/ │ │ │ └── routerich/ │ │ │ ├── footer.htm │ │ │ ├── footer_login.htm │ │ │ ├── header.htm │ │ │ ├── header_login.htm │ │ │ ├── out_header_login.htm │ │ │ └── sysauth.htm │ │ └── root/ │ │ └── etc/ │ │ └── uci-defaults/ │ │ └── 30_luci-theme-routerich │ └── luci-theme-teleofis/ │ ├── Makefile │ ├── htdocs/ │ │ └── luci-static/ │ │ ├── resources/ │ │ │ └── menu-teleofis.js │ │ └── teleofis/ │ │ ├── cascade.css │ │ ├── checkbox.css │ │ └── mobile.css │ ├── luasrc/ │ │ └── view/ │ │ └── themes/ │ │ └── teleofis/ │ │ ├── footer.htm │ │ └── header.htm │ └── root/ │ └── etc/ │ └── uci-defaults/ │ └── 30_luci-theme-teleofis └── packages/ ├── net/ │ ├── 3proxy/ │ │ ├── Makefile │ │ ├── README.md │ │ ├── files/ │ │ │ └── etc/ │ │ │ ├── 3proxy.cfg │ │ │ ├── config/ │ │ │ │ └── 3proxy │ │ │ └── init.d/ │ │ │ └── 3proxy │ │ └── patches/ │ │ ├── 0001-fix-makefile-loff_t-and-enable-ssl-plugin.patch │ │ └── 0002-use-pcre-library.patch │ ├── accel-ppp/ │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── files/ │ │ │ ├── accel-ppp.conf │ │ │ └── accel-ppp.init │ │ └── patches/ │ │ └── 0001-build-with-musl.patch │ ├── cellled/ │ │ ├── Makefile │ │ └── root/ │ │ ├── etc/ │ │ │ ├── config/ │ │ │ │ └── cellled │ │ │ └── init.d/ │ │ │ └── cellled │ │ └── usr/ │ │ ├── bin/ │ │ │ └── cellled │ │ └── share/ │ │ └── cellled.sh │ ├── ethstatus/ │ │ ├── Makefile │ │ └── patches/ │ │ └── 0001-version.patch │ ├── ifmetric/ │ │ ├── Makefile │ │ └── patches/ │ │ └── 0001-nlrequest.c_packet-too-small_fix │ ├── maxminddb-dump-country/ │ │ └── Makefile │ ├── modeminfo/ │ │ ├── Makefile │ │ └── root/ │ │ ├── etc/ │ │ │ └── config/ │ │ │ └── modeminfo │ │ └── usr/ │ │ ├── bin/ │ │ │ └── modeminfo │ │ ├── lib/ │ │ │ └── telegrambot/ │ │ │ └── plugins/ │ │ │ └── modeminfo.sh │ │ └── share/ │ │ ├── modeminfo/ │ │ │ ├── modem.list │ │ │ ├── modeminfo │ │ │ └── scripts/ │ │ │ ├── DELL │ │ │ ├── DELL.at │ │ │ ├── DIS_SIMCOM_A7XXX │ │ │ ├── DIS_SIMCOM_A7XXX.at │ │ │ ├── FIBOCOM │ │ │ ├── FIBOCOM.at │ │ │ ├── GENERIC │ │ │ ├── GENERIC.at │ │ │ ├── GOSUN │ │ │ ├── GOSUN.at │ │ │ ├── HUAWEI │ │ │ ├── HUAWEI.at │ │ │ ├── INTEL │ │ │ ├── INTEL.at │ │ │ ├── INTEL_FM350 │ │ │ ├── INTEL_FM350.at │ │ │ ├── MEIGLINK │ │ │ ├── MEIGLINK.at │ │ │ ├── MIKROTIK │ │ │ ├── MIKROTIK.at │ │ │ ├── QUALCOMM │ │ │ ├── QUALCOMM.at │ │ │ ├── QUECTEL │ │ │ ├── QUECTEL.at │ │ │ ├── SIERRA │ │ │ ├── SIERRA.at │ │ │ ├── SIMCOM │ │ │ ├── SIMCOM.at │ │ │ ├── SKELETON │ │ │ ├── SKELETON.at │ │ │ ├── STYX │ │ │ ├── STYX.at │ │ │ ├── THALES │ │ │ ├── THALES.at │ │ │ ├── THINKWILL │ │ │ ├── THINKWILL.at │ │ │ ├── YUGE │ │ │ ├── YUGE.at │ │ │ ├── ZTE │ │ │ ├── ZTE.at │ │ │ ├── ch_to_band │ │ │ ├── modeminfo │ │ │ └── probeport.gcom │ │ └── snmpmodem.sh │ ├── mrtg/ │ │ ├── Makefile │ │ ├── README.md │ │ └── patches/ │ │ ├── 0001-disable-longlong-fmt.patch │ │ └── 0002-fix-perl-path.patch │ ├── mwan3-ledhelper/ │ │ ├── Makefile │ │ └── root/ │ │ ├── etc/ │ │ │ ├── config/ │ │ │ │ └── mwan3_led │ │ │ └── hotplug.d/ │ │ │ └── iface/ │ │ │ └── 17-mwan3-ledhelper │ │ └── usr/ │ │ └── share/ │ │ └── mwan3_led_config.sh │ ├── n2n/ │ │ └── Makefile │ ├── nat64/ │ │ ├── Makefile │ │ └── patches/ │ │ └── 01-fix-checksum-packet.patch │ ├── natflow/ │ │ ├── Makefile │ │ └── files/ │ │ └── natflow-boot.init │ ├── ndpi-netfilter/ │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ └── patches/ │ │ ├── 0001-outline-atomics-skbuff-check.patch │ │ ├── 0002-fix-build-murmurhash.patch │ │ └── 0003-fix-xchg.patch │ ├── ookla-speedtest/ │ │ ├── Makefile │ │ └── files/ │ │ ├── aarch64/ │ │ │ └── speedtest │ │ ├── armhf/ │ │ │ └── speedtest │ │ ├── i386/ │ │ │ └── speedtest │ │ └── x86_64/ │ │ └── speedtest │ ├── openvpn-dns-hotplug/ │ │ ├── Makefile │ │ └── root/ │ │ └── etc/ │ │ └── hotplug.d/ │ │ └── openvpn/ │ │ └── 90-dns │ ├── pingcontrol/ │ │ ├── Makefile │ │ └── files/ │ │ ├── pingcontrol │ │ ├── pingcontrol.config │ │ └── pingcontrol.init │ ├── rrm-nr-distributor/ │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── example_wireless_config │ │ └── root/ │ │ ├── etc/ │ │ │ └── init.d/ │ │ │ └── rrm_nr │ │ └── usr/ │ │ └── bin/ │ │ └── rrm_nr │ ├── simpleproxy/ │ │ └── Makefile │ ├── ssw/ │ │ ├── Makefile │ │ └── root/ │ │ ├── etc/ │ │ │ ├── config/ │ │ │ │ └── ssw │ │ │ └── init.d/ │ │ │ └── ssw │ │ └── usr/ │ │ └── share/ │ │ └── ssw_track.sh │ ├── telegrambot/ │ │ ├── Makefile │ │ ├── README.md │ │ └── root/ │ │ ├── etc/ │ │ │ ├── config/ │ │ │ │ └── telegrambot │ │ │ └── init.d/ │ │ │ └── telegrambot │ │ └── usr/ │ │ └── lib/ │ │ └── telegrambot/ │ │ ├── plugins/ │ │ │ ├── functions/ │ │ │ │ ├── get_mac.sh │ │ │ │ └── ping.sh │ │ │ ├── ifconfig.sh │ │ │ ├── kernel.sh │ │ │ ├── leases.sh │ │ │ ├── memory.sh │ │ │ ├── netstat.sh │ │ │ ├── opkg.sh │ │ │ ├── ping.sh │ │ │ ├── plugins.sh │ │ │ ├── swports_list.sh │ │ │ ├── uci.sh │ │ │ ├── uptime.sh │ │ │ ├── wanip.sh │ │ │ ├── wifi_list.sh │ │ │ ├── wll_list.sh │ │ │ └── wol.sh │ │ └── telegrambot │ ├── teleproxy/ │ │ ├── Makefile │ │ ├── README.md │ │ ├── files/ │ │ │ ├── teleproxy-config-refresh.sh │ │ │ ├── teleproxy.config │ │ │ ├── teleproxy.defaults │ │ │ └── teleproxy.init │ │ └── patches/ │ │ ├── 0001-makefile.patch │ │ ├── 0002-fix-mips-variable.patch │ │ ├── 0003-rtds-alternate.patch │ │ ├── 0004-atomic-32bit-emu.patch │ │ ├── 0005-makefile-atomic-emu.patch │ │ └── 0006-fix-mips-musl-sigrtmax.patch │ ├── torrserver/ │ │ ├── Makefile │ │ └── files/ │ │ ├── torrserver.config │ │ └── torrserver.init │ ├── totd/ │ │ ├── Makefile │ │ └── root/ │ │ └── etc/ │ │ ├── config/ │ │ │ └── totd │ │ └── init.d/ │ │ └── totd │ ├── tun2socks/ │ │ ├── Makefile │ │ ├── README.md │ │ └── root/ │ │ └── lib/ │ │ └── netifd/ │ │ └── proto/ │ │ └── t2s.sh │ ├── xmm-modem/ │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ └── root/ │ │ ├── etc/ │ │ │ ├── gcom/ │ │ │ │ ├── fm350-auth.gcom │ │ │ │ ├── fm350-config.gcom │ │ │ │ ├── fm350-connect.gcom │ │ │ │ ├── probeport.gcom │ │ │ │ ├── xmm-auth.gcom │ │ │ │ ├── xmm-config.gcom │ │ │ │ ├── xmm-connect.gcom │ │ │ │ └── xmm-disconnect.gcom │ │ │ └── hotplug.d/ │ │ │ └── usb/ │ │ │ └── 01_xmm.sh │ │ └── lib/ │ │ └── netifd/ │ │ └── proto/ │ │ └── xmm.sh │ ├── xt-tls/ │ │ └── Makefile │ └── xtables-wgobfs/ │ └── Makefile ├── telephony/ │ ├── asterisk-chan-quectel/ │ │ ├── Makefile │ │ └── patches/ │ │ └── 100-openwrtIconvMysql.patch │ ├── atinout/ │ │ └── Makefile │ ├── hl-atcmd/ │ │ └── Makefile │ ├── imei_generator/ │ │ ├── Makefile │ │ └── src/ │ │ └── imei_generator.c │ ├── qtools/ │ │ ├── Makefile │ │ ├── README.md │ │ └── patches/ │ │ ├── 0001-makefile-install.patch │ │ └── 0002-fix-qbadblock-int.patch │ └── ttymux/ │ ├── Makefile │ └── patches/ │ └── 0001-makefile.patch └── utils/ ├── flash-fox/ │ └── Makefile ├── qmbimat/ │ ├── Makefile │ └── patches/ │ ├── 0001-cc.patch │ └── 0002-qmbimat_more_fixes.patch └── qminfo/ ├── Makefile └── src/ ├── Makefile └── qminfo.c