├── README.md ├── bin ├── mksquashfs4 ├── padjffs2 └── unsquashfs4 ├── fw.sh ├── kernel.bin └── squashfs-root ├── bin ├── 8021xd ├── 8021xdi ├── ash ├── ated ├── bd ├── busybox ├── cat ├── chgrp ├── chmod ├── chown ├── cp ├── date ├── dd ├── df ├── dmesg ├── echo ├── egrep ├── false ├── fgrep ├── free_caches.sh ├── fsync ├── grep ├── gunzip ├── gzip ├── ipcalc.sh ├── kill ├── ln ├── lock ├── login ├── login.sh ├── ls ├── mkdir ├── mknod ├── mktemp ├── mount ├── mpstat ├── mv ├── netmsg ├── netstat ├── nice ├── opkg ├── phic_fac ├── pidof ├── ping ├── ping6 ├── ps ├── pwd ├── rm ├── rmdir ├── sed ├── sh ├── sleep ├── sync ├── tar ├── touch ├── true ├── ubus ├── umount ├── uname ├── vi └── zcat ├── etc ├── TZ ├── adbset │ └── adblock.conf ├── adbyby_user.txt ├── banner ├── board_info ├── btnd │ ├── reset_hold.sh │ └── wps_click.sh ├── cfgAdaptor │ ├── ddns_adaptor.sh │ ├── luci.sh │ ├── network.sh │ ├── port_forward.sh │ ├── system.sh │ └── wps_enable.sh ├── config │ ├── DMZ │ ├── UPnP │ ├── adbyby │ ├── appportfwd │ ├── button │ ├── common_host │ ├── ddns │ ├── dev_feature │ ├── device_manage │ ├── dhcp │ ├── factory │ ├── firewall │ ├── fstab │ ├── light_manage │ ├── luci │ ├── parentctl │ ├── phicinet │ ├── remote │ ├── safeset │ ├── schemeupgrade │ ├── speedtest │ ├── system │ ├── timereboot │ ├── tnat │ ├── ucitrack │ ├── uhttpd │ ├── update_up │ ├── upnpd │ └── wps_config ├── crontabs │ └── root ├── default │ └── pppoe-server ├── device_info ├── diag.sh ├── dnsmasq.conf ├── firewall.user ├── fstab ├── group ├── hosts ├── hotplug-preinit.json ├── hotplug.d │ ├── block │ │ ├── 10-mount │ │ └── 11-samba │ ├── firmware │ │ └── 10-rt2x00-eeprom │ ├── iface │ │ ├── 00-netstate │ │ ├── 20-firewall │ │ ├── 25-ddns │ │ ├── 25-dnsmasq │ │ ├── 26-light │ │ ├── 27-sysntpd │ │ ├── 50-miniupnpd │ │ ├── 55-parentctl │ │ ├── 71-appportfwd │ │ ├── 72-UPnP │ │ ├── 73-dmz │ │ ├── 75-remote │ │ ├── 80-tnat │ │ └── 95-lanset │ ├── ip_event │ │ └── 10-device_manage │ ├── net │ │ └── 00-sysctl │ ├── rth │ │ ├── 00-wan-link │ │ └── 01-inet-link │ └── usb │ │ └── 10-motion ├── hotplug.json ├── init.d │ ├── DMZ │ ├── adbyby │ ├── boot │ ├── button │ ├── capp │ ├── config_util │ ├── cron │ ├── ddns │ ├── dev_mng │ ├── device_manage │ ├── dnsmasq │ ├── done │ ├── firewall │ ├── free_cache │ ├── fstab │ ├── genrandkey │ ├── guest_control │ ├── ip_monitor │ ├── lan_wan_nat │ ├── lc │ ├── led │ ├── light_manage │ ├── log │ ├── luci_fixtime │ ├── luci_generatecache │ ├── miniupnpd │ ├── network │ ├── oui_sync │ ├── parentctl │ ├── portfwd │ ├── pppoe-server │ ├── remote │ ├── router-helper │ ├── safeset │ ├── schemeupgrade │ ├── speedtest │ ├── sys_protect_daemon │ ├── sysctl │ ├── sysfixtime │ ├── sysntpd │ ├── system │ ├── telnet │ ├── uhttpd │ ├── umount │ ├── update_up │ └── upnp ├── inittab ├── kernel.p4rev ├── koolproxy │ ├── gen_ca.sh │ └── openssl.cnf ├── modules.d │ ├── 25-nls-cp437 │ ├── 25-nls-cp850 │ ├── 25-nls-iso8859-1 │ ├── 25-nls-iso8859-15 │ ├── 25-nls-utf8 │ ├── 30-fs-ntfs │ ├── 30-fs-vfat │ ├── 42-ip6tables │ ├── 49-ipt-ipset │ ├── arptables │ ├── hw_wdg │ ├── ipt-capp │ ├── ipt-conntrack │ ├── ipt-core │ ├── ipt-hashlimit │ ├── ipt-indev │ ├── ipt-nat │ ├── ipt-nathelper │ ├── lib-crc-ccitt │ ├── nfnetlink │ ├── nfnetlink-log │ ├── nfnetlink-queue │ ├── ppp │ └── pppoe ├── mtab ├── nvram2uci │ ├── UPnP │ ├── button │ ├── ddns │ ├── dmz │ ├── light_manage │ ├── portfwd │ └── wpsset ├── openwrt_release ├── openwrt_version ├── opkg.conf ├── oui.txt ├── passwd ├── ppp │ ├── chap-secrets │ ├── filter │ ├── options │ ├── pap-secrets │ ├── plugins │ │ └── rp-pppoe.so │ ├── pppoe-server-options │ └── resolv.conf ├── preinit ├── profile ├── protocols ├── rc.button │ ├── failsafe │ ├── power │ ├── reset │ └── rfkill ├── rc.common ├── rc.d │ ├── K89log │ ├── K90lan_wan_nat │ ├── K90network │ ├── K90schemeupgrade │ ├── K95luci_fixtime │ ├── K98boot │ ├── K99umount │ ├── S00sysfixtime │ ├── S05luci_fixtime │ ├── S10boot │ ├── S10system │ ├── S11sysctl │ ├── S12log │ ├── S19firewall │ ├── S20network │ ├── S30light_manage │ ├── S40fstab │ ├── S45luci_generatecache │ ├── S50cron │ ├── S50pppoe-server │ ├── S50telnet │ ├── S50uhttpd │ ├── S55parentctl │ ├── S60button │ ├── S60dnsmasq │ ├── S60remote │ ├── S60router-helper │ ├── S75DMZ │ ├── S75safeset │ ├── S80lc │ ├── S85dev_mng │ ├── S90free_cache │ ├── S90lan_wan_nat │ ├── S90schemeupgrade │ ├── S91config_util │ ├── S91ip_monitor │ ├── S95ddns │ ├── S95done │ ├── S95miniupnpd │ ├── S96genrandkey │ ├── S96led │ ├── S97guest_control │ ├── S98sysntpd │ ├── S99capp │ ├── S99device_manage │ ├── S99oui_sync │ ├── S99portfwd │ ├── S99speedtest │ ├── S99sys_protect_daemon │ ├── S99update_up │ └── S99upnp ├── rc.local ├── resolv.conf ├── sdk.version ├── services ├── shadow ├── shells ├── ssl │ └── openssl.cnf ├── sysctl.conf ├── sysupgrade.conf ├── uci-defaults │ ├── 00_uhttpd_ubus │ ├── 01_leds │ ├── 02_network │ ├── 08_login │ ├── 09_fix-seama-header │ ├── 10-fstab │ ├── 10_migrate-shadow │ ├── 11_migrate-sysctl │ ├── 12_network-generate-ula │ ├── 13_clean_APPset │ ├── 14_wifi_auto │ ├── 99-capp │ ├── 99-miniupnpd │ ├── 99-speedtest │ ├── config_change │ ├── ddns │ ├── gen_dev_info │ ├── luci-dev-feature │ ├── luci-dmz │ ├── luci-portfwd │ └── luci-upnp ├── udhcpd.config └── wireless │ └── mt7615e │ ├── mt7615e-sku-bf.dat │ ├── mt7615e-sku.dat │ ├── mt7615e.1.2G.dat │ ├── mt7615e.1.5G.dat │ ├── mt7615e.eeprom.bin │ └── version ├── init ├── lib ├── auto_upgrade.sh ├── config │ └── uci.sh ├── functions.sh ├── functions │ ├── leds.sh │ ├── network.sh │ ├── nvram2uci.sh │ ├── preinit.sh │ ├── procd.sh │ ├── service.sh │ ├── system.sh │ └── uci-defaults.sh ├── ld-uClibc-0.9.33.2.so ├── ld-uClibc.so.0 ├── libapcli.so ├── libblkid-tiny.so ├── libblobmsg_json.so ├── libc.so.0 ├── libcrypt-0.9.33.2.so ├── libcrypt.so.0 ├── libdl-0.9.33.2.so ├── libdl.so.0 ├── libfstools.so ├── libgcc_s.so.1 ├── libjson_script.so ├── libm-0.9.33.2.so ├── libm.so.0 ├── libphic.so ├── libphic_flash.so ├── libpthread-0.9.33.2.so ├── libpthread.so.0 ├── librt-0.9.33.2.so ├── librt.so.0 ├── libuClibc-0.9.33.2.so ├── libubox.so ├── libubus.so ├── libuci.so ├── libutil-0.9.33.2.so ├── libutil.so.0 ├── libvalidate.so ├── loadbin.sh ├── modules │ └── 3.10.14 │ │ ├── arp_tables.ko │ │ ├── arpt_mangle.ko │ │ ├── arptable_filter.ko │ │ ├── crc-ccitt.ko │ │ ├── fat.ko │ │ ├── ip6_tables.ko │ │ ├── ip6t_REJECT.ko │ │ ├── ip6table_filter.ko │ │ ├── ip6table_mangle.ko │ │ ├── ip6table_raw.ko │ │ ├── ip_set.ko │ │ ├── ip_set_bitmap_ip.ko │ │ ├── ip_set_bitmap_ipmac.ko │ │ ├── ip_set_bitmap_port.ko │ │ ├── ip_set_hash_ip.ko │ │ ├── ip_set_hash_ipmark.ko │ │ ├── ip_set_hash_ipport.ko │ │ ├── ip_set_hash_ipportip.ko │ │ ├── ip_set_hash_ipportnet.ko │ │ ├── ip_set_hash_mac.ko │ │ ├── ip_set_hash_net.ko │ │ ├── ip_set_hash_netiface.ko │ │ ├── ip_set_hash_netnet.ko │ │ ├── ip_set_hash_netport.ko │ │ ├── ip_set_hash_netportnet.ko │ │ ├── ip_set_list_set.ko │ │ ├── ip_tables.ko │ │ ├── ipt_MASQUERADE.ko │ │ ├── ipt_REJECT.ko │ │ ├── iptable_filter.ko │ │ ├── iptable_mangle.ko │ │ ├── iptable_nat.ko │ │ ├── iptable_raw.ko │ │ ├── nf_conntrack.ko │ │ ├── nf_conntrack_ftp.ko │ │ ├── nf_conntrack_ipv4.ko │ │ ├── nf_conntrack_ipv6.ko │ │ ├── nf_conntrack_irc.ko │ │ ├── nf_conntrack_tftp.ko │ │ ├── nf_defrag_ipv4.ko │ │ ├── nf_defrag_ipv6.ko │ │ ├── nf_nat.ko │ │ ├── nf_nat_ftp.ko │ │ ├── nf_nat_ipv4.ko │ │ ├── nf_nat_irc.ko │ │ ├── nf_nat_tftp.ko │ │ ├── nfnetlink.ko │ │ ├── nfnetlink_log.ko │ │ ├── nfnetlink_queue.ko │ │ ├── nls_cp437.ko │ │ ├── nls_cp850.ko │ │ ├── nls_iso8859-1.ko │ │ ├── nls_iso8859-15.ko │ │ ├── nls_utf8.ko │ │ ├── ntfs.ko │ │ ├── ppp_async.ko │ │ ├── ppp_generic.ko │ │ ├── pppoe.ko │ │ ├── pppox.ko │ │ ├── ralink_wdt.ko │ │ ├── slhc.ko │ │ ├── vfat.ko │ │ ├── x_tables.ko │ │ ├── xt_CAPP.ko │ │ ├── xt_CT.ko │ │ ├── xt_LOG.ko │ │ ├── xt_REDIRECT.ko │ │ ├── xt_TCPMSS.ko │ │ ├── xt_comment.ko │ │ ├── xt_conntrack.ko │ │ ├── xt_hashlimit.ko │ │ ├── xt_indev.ko │ │ ├── xt_limit.ko │ │ ├── xt_mac.ko │ │ ├── xt_mark.ko │ │ ├── xt_multiport.ko │ │ ├── xt_nat.ko │ │ ├── xt_set.ko │ │ ├── xt_state.ko │ │ ├── xt_tcpudp.ko │ │ └── xt_time.ko ├── netifd │ ├── dhcp.script │ ├── netifd-proto.sh │ ├── netifd-wireless.sh │ ├── ppp-down │ ├── ppp-up │ ├── proto │ │ ├── dhcp.sh │ │ └── ppp.sh │ └── utils.sh ├── network │ ├── config.sh │ └── switch.sh ├── preinit │ ├── 02_default_set_state │ ├── 03_preinit_do_ramips.sh │ ├── 04_handle_checksumming │ ├── 07_set_preinit_iface_ramips │ ├── 10_indicate_failsafe │ ├── 10_indicate_preinit │ ├── 29_factory_mode │ ├── 30_failsafe_wait │ ├── 40_run_failsafe_hook │ ├── 50_indicate_regular_preinit │ ├── 70_initramfs_test │ ├── 80_mount_root │ ├── 99_10_failsafe_login │ └── 99_10_run_init ├── product.sh ├── product_ow.sh ├── ramips.sh ├── sop_functions.sh ├── upgrade │ ├── common.sh │ ├── keep.d │ │ ├── base-files │ │ ├── base-files-essential │ │ ├── luci-lib-web │ │ ├── ppp │ │ └── uhttpd │ └── platform.sh └── wifi │ ├── mt7615e.inc │ ├── mt7615e2.sh │ ├── mt7615e5.sh │ └── ralink_common.sh ├── rom └── note ├── root ├── adb_mon.sh ├── adbyby.sh └── cc.sh ├── sbin ├── arp ├── askfirst ├── autonetwork ├── backup_restore ├── block ├── devmem ├── devstatus ├── firstboot ├── fw3 ├── halt ├── hotplug-call ├── hwclock ├── ifconfig ├── ifdown ├── ifstatus ├── ifup ├── init ├── jffs2mark ├── jffs2reset ├── kmodloader ├── led.sh ├── logd ├── logread ├── luci-reload ├── mkswap ├── mount_root ├── mount_root2 ├── mtd ├── netifd ├── pivot_root ├── poweroff ├── procd ├── reboot ├── reload_config ├── route ├── rth-call ├── snapshot ├── snapshot_tool ├── start-stop-daemon ├── switch_root ├── sysctl ├── sysupgrade ├── track-reload ├── ubusd ├── uci ├── udevtrigger ├── udhcpc ├── udhcpdiscovery ├── validate_data ├── vconfig ├── wifi └── wps ├── usr ├── bin │ ├── [ │ ├── [[ │ ├── apcli_daemon │ ├── awk │ ├── basename │ ├── btnd │ ├── bunzip2 │ ├── button │ ├── bzcat │ ├── capp │ ├── clear │ ├── cmp │ ├── config_util │ ├── crontab │ ├── curl │ ├── cut │ ├── dat2uci │ ├── dev_mng │ ├── device_manage_set │ ├── dirname │ ├── du │ ├── encryconfig │ ├── env │ ├── eth_mac │ ├── expr │ ├── factory_ops │ ├── find │ ├── free │ ├── genrandkey │ ├── gpio │ ├── head │ ├── hexdump │ ├── hostid │ ├── id │ ├── img-dec │ ├── ip_eventd │ ├── ip_monitor │ ├── iperf │ ├── iwinfo │ ├── jshn │ ├── jsonfilter │ ├── killall │ ├── lc │ ├── less │ ├── light_manage │ ├── logger │ ├── lua │ ├── md5sum │ ├── mii_mgr │ ├── mkfifo │ ├── nc │ ├── nslookup │ ├── nvram │ ├── openssl │ ├── oui_update │ ├── passwd │ ├── pgrep │ ├── printf │ ├── pstree │ ├── readlink │ ├── reg │ ├── reset │ ├── resolveip │ ├── router-helper │ ├── seq │ ├── sort │ ├── speedtest │ ├── strings │ ├── switch │ ├── sys_protect_daemon │ ├── tail │ ├── tee │ ├── telnet │ ├── test │ ├── time │ ├── top │ ├── tr │ ├── traceroute │ ├── uci2dat │ ├── uniq │ ├── uptime │ ├── verrevcmp │ ├── watchdog │ ├── wc │ ├── wget │ ├── wget-ssl │ ├── which │ ├── wps_manage │ ├── wpspbc │ ├── wpspin │ ├── wpspinproc │ ├── xargs │ └── yes ├── include │ └── librth.h ├── lib │ ├── ddns │ │ ├── dynamic_dns_functions.sh │ │ ├── dynamic_dns_updater.sh │ │ ├── dynamic_dns_updater_one.sh │ │ ├── services │ │ └── url_escape.sed │ ├── device_manage_set.sh │ ├── iptables │ │ ├── libxt_CAPP.so │ │ ├── libxt_hashlimit.so │ │ └── libxt_indev.so │ ├── libcrypto.so.1.0.0 │ ├── libcurl.so.4 │ ├── libcurl.so.4.3.0 │ ├── libcyassl.so │ ├── libcyassl.so.5 │ ├── libcyassl.so.5.1.0 │ ├── libgmp.so.10 │ ├── libgmp.so.10.2.0 │ ├── libhogweed.so.2 │ ├── libhogweed.so.2.5 │ ├── libiconv.so │ ├── libiconv.so.2 │ ├── libiconv.so.2.6.0 │ ├── libip4tc.so │ ├── libip4tc.so.0 │ ├── libip4tc.so.0.1.0 │ ├── libip6tc.so │ ├── libip6tc.so.0 │ ├── libip6tc.so.0.1.0 │ ├── libipset.so │ ├── libipset.so.3 │ ├── libipset.so.3.6.0 │ ├── libiwinfo.so │ ├── libjson-c.so.2 │ ├── libjson-c.so.2.0.1 │ ├── liblua.so.5.1.5 │ ├── libmnl.so.0 │ ├── libmnl.so.0.1.0 │ ├── libnettle.so.4 │ ├── libnettle.so.4.7 │ ├── libnfnetlink.so.0 │ ├── libnfnetlink.so.0.2.0 │ ├── libnl-tiny.so │ ├── libnvram.so │ ├── libpcap.so │ ├── libpcap.so.1.3 │ ├── libpcap.so.1.3.0 │ ├── libpcre.so │ ├── libpcre.so.1 │ ├── libpcre.so.1.2.3 │ ├── libpcreposix.so.0 │ ├── libpcreposix.so.0.0.2 │ ├── librth.so │ ├── libssl.so.1.0.0 │ ├── libuClibc++-0.2.4.so │ ├── libuClibc++.so.0 │ ├── libxtables.so │ ├── libxtables.so.10 │ ├── libxtables.so.10.0.0 │ ├── libz.so │ ├── libz.so.1 │ ├── libz.so.1.2.8 │ ├── lighttpd │ │ ├── mod_cgi.so │ │ └── mod_redirect.so │ ├── lua │ │ ├── apcli.so │ │ ├── bit.lua │ │ ├── bit.so │ │ ├── iwinfo.so │ │ ├── luci │ │ │ ├── adapter │ │ │ │ └── device_mng.so │ │ │ ├── base64.lua │ │ │ ├── cacheloader.lua │ │ │ ├── cbi.lua │ │ │ ├── ccache.lua │ │ │ ├── config.lua │ │ │ ├── controller │ │ │ │ ├── admin │ │ │ │ │ ├── adb.lua │ │ │ │ │ ├── adbset.lua │ │ │ │ │ ├── backup_reset.lua │ │ │ │ │ ├── ddns.lua │ │ │ │ │ ├── dev_feature.lua │ │ │ │ │ ├── device.lua │ │ │ │ │ ├── device_mng.lua │ │ │ │ │ ├── dhcp.lua │ │ │ │ │ ├── diagnosis.lua │ │ │ │ │ ├── dmz.lua │ │ │ │ │ ├── find_pppoe_pwd.lua │ │ │ │ │ ├── guest.lua │ │ │ │ │ ├── lan.lua │ │ │ │ │ ├── light.lua │ │ │ │ │ ├── manual_upgrade.lua │ │ │ │ │ ├── network.lua │ │ │ │ │ ├── page.lua │ │ │ │ │ ├── parent_ctrl.lua │ │ │ │ │ ├── port_forward.lua │ │ │ │ │ ├── protest.lua │ │ │ │ │ ├── remote_mng.lua │ │ │ │ │ ├── safe_set.lua │ │ │ │ │ ├── signal.lua │ │ │ │ │ ├── system_status.lua │ │ │ │ │ ├── tools.lua │ │ │ │ │ ├── upnp.lua │ │ │ │ │ ├── wifi_extend.lua │ │ │ │ │ └── wireless.lua │ │ │ │ └── ds.lua │ │ │ ├── data │ │ │ │ ├── adb.lua │ │ │ │ ├── adbset.lua │ │ │ │ ├── ddns.lua │ │ │ │ ├── device_mng.lua │ │ │ │ ├── dhcp.lua │ │ │ │ ├── dmz.lua │ │ │ │ ├── guest.lua │ │ │ │ ├── guide.lua │ │ │ │ ├── lan.lua │ │ │ │ ├── light.lua │ │ │ │ ├── network.lua │ │ │ │ ├── page.lua │ │ │ │ ├── parent_ctrl.lua │ │ │ │ ├── port_forward.lua │ │ │ │ ├── remote_mng.lua │ │ │ │ ├── safe_set.lua │ │ │ │ ├── signal.lua │ │ │ │ ├── tools.lua │ │ │ │ ├── upnp.lua │ │ │ │ ├── wifi_extend.lua │ │ │ │ └── wireless.lua │ │ │ ├── debug.lua │ │ │ ├── dispatcher.lua │ │ │ ├── fs.lua │ │ │ ├── http.lua │ │ │ ├── http │ │ │ │ ├── protocol.lua │ │ │ │ └── protocol │ │ │ │ │ ├── conditionals.lua │ │ │ │ │ ├── date.lua │ │ │ │ │ └── mime.lua │ │ │ ├── i18n.lua │ │ │ ├── init.lua │ │ │ ├── ip.lua │ │ │ ├── json.lua │ │ │ ├── ltn12.lua │ │ │ ├── model │ │ │ │ ├── ipkg.lua │ │ │ │ └── uci.lua │ │ │ ├── phicomm │ │ │ │ ├── debug.lua │ │ │ │ ├── error.lua │ │ │ │ ├── fs.lua │ │ │ │ ├── lib │ │ │ │ │ ├── bit.lua │ │ │ │ │ └── shell.lua │ │ │ │ ├── setting.lua │ │ │ │ ├── statistic.lua │ │ │ │ ├── util.lua │ │ │ │ └── validator.lua │ │ │ ├── sauth.lua │ │ │ ├── sgi │ │ │ │ └── cgi.lua │ │ │ ├── sys.lua │ │ │ ├── template.lua │ │ │ ├── template │ │ │ │ └── parser.so │ │ │ ├── util.lua │ │ │ ├── version.lua │ │ │ └── view │ │ │ │ ├── error404.htm │ │ │ │ ├── error500.htm │ │ │ │ ├── footer.htm │ │ │ │ ├── h5 │ │ │ │ ├── App.htm │ │ │ │ ├── adb.htm │ │ │ │ ├── apList.htm │ │ │ │ ├── checkRouterLink.htm │ │ │ │ ├── devList.htm │ │ │ │ ├── deviceManage.htm │ │ │ │ ├── diagnose.htm │ │ │ │ ├── editClient.htm │ │ │ │ ├── findPppoePwd.htm │ │ │ │ ├── guest.htm │ │ │ │ ├── guide.htm │ │ │ │ ├── guideNetworkSet.htm │ │ │ │ ├── guideWifiSet.htm │ │ │ │ ├── lanSet.htm │ │ │ │ ├── light.htm │ │ │ │ ├── login.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── modifyPwd.htm │ │ │ │ ├── netState.htm │ │ │ │ ├── networkSet.htm │ │ │ │ ├── parentCtrl.htm │ │ │ │ ├── parentCtrlAddRule.htm │ │ │ │ ├── parentCtrlRule.htm │ │ │ │ ├── remoteMng.htm │ │ │ │ ├── setExtend.htm │ │ │ │ ├── setLgPwd.htm │ │ │ │ ├── userAgreement.htm │ │ │ │ ├── wifiConfig.htm │ │ │ │ └── wisp.htm │ │ │ │ ├── index.htm │ │ │ │ ├── pc │ │ │ │ ├── App.htm │ │ │ │ ├── adb.htm │ │ │ │ ├── adbset.htm │ │ │ │ ├── backupReset.htm │ │ │ │ ├── checkRouterLink.htm │ │ │ │ ├── ddns.htm │ │ │ │ ├── deviceManage.htm │ │ │ │ ├── dhcp.htm │ │ │ │ ├── diagnose.htm │ │ │ │ ├── dmz.htm │ │ │ │ ├── findPppoePwd.htm │ │ │ │ ├── guest.htm │ │ │ │ ├── guide.htm │ │ │ │ ├── guideNetworkSet.htm │ │ │ │ ├── guideWifiSet.htm │ │ │ │ ├── lanSet.htm │ │ │ │ ├── light.htm │ │ │ │ ├── login.htm │ │ │ │ ├── manualUpgrade.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── modifyPwd.htm │ │ │ │ ├── netState.htm │ │ │ │ ├── networkSet.htm │ │ │ │ ├── parentCtrl.htm │ │ │ │ ├── portForwad.htm │ │ │ │ ├── remoteMng.htm │ │ │ │ ├── routerInfo.htm │ │ │ │ ├── safeMng.htm │ │ │ │ ├── setExtend.htm │ │ │ │ ├── setLgPwd.htm │ │ │ │ ├── signalSet.htm │ │ │ │ ├── timePick.htm │ │ │ │ ├── timeReboot.htm │ │ │ │ ├── tools.htm │ │ │ │ ├── upgradeWgt.htm │ │ │ │ ├── upnp.htm │ │ │ │ ├── userAgreement.htm │ │ │ │ ├── wifiConfig.htm │ │ │ │ └── wisp.htm │ │ │ │ └── userAgreementContent.htm │ │ ├── nixio.so │ │ ├── nixio │ │ │ ├── fs.lua │ │ │ └── util.lua │ │ ├── phic.so │ │ ├── posix.lua │ │ ├── posix_c.so │ │ ├── rth.so │ │ ├── shuci.lua │ │ ├── ubus.so │ │ └── uci.so │ ├── opkg │ │ ├── info │ │ │ ├── 8021xd.control │ │ │ ├── 8021xd.list │ │ │ ├── ap_client.control │ │ │ ├── ap_client.list │ │ │ ├── arptables.control │ │ │ ├── arptables.list │ │ │ ├── ated.control │ │ │ ├── ated.list │ │ │ ├── autodetect.control │ │ │ ├── autodetect.list │ │ │ ├── base-files.conffiles │ │ │ ├── base-files.control │ │ │ ├── base-files.list │ │ │ ├── block-mount.control │ │ │ ├── block-mount.list │ │ │ ├── btnd.control │ │ │ ├── btnd.list │ │ │ ├── busybox.control │ │ │ ├── busybox.list │ │ │ ├── button.control │ │ │ ├── button.list │ │ │ ├── capp.control │ │ │ ├── capp.list │ │ │ ├── config_util.control │ │ │ ├── config_util.list │ │ │ ├── curl.control │ │ │ ├── curl.list │ │ │ ├── curl.postinst │ │ │ ├── curl.prerm │ │ │ ├── ddns-scripts.conffiles │ │ │ ├── ddns-scripts.control │ │ │ ├── ddns-scripts.list │ │ │ ├── dev_mng.control │ │ │ ├── dev_mng.list │ │ │ ├── device_manage.conffiles │ │ │ ├── device_manage.control │ │ │ ├── device_manage.list │ │ │ ├── dnsmasq-full.conffiles │ │ │ ├── dnsmasq-full.control │ │ │ ├── dnsmasq-full.list │ │ │ ├── encryconfig.control │ │ │ ├── encryconfig.list │ │ │ ├── eth_mac.control │ │ │ ├── eth_mac.list │ │ │ ├── factory_ops.control │ │ │ ├── factory_ops.list │ │ │ ├── firewall.conffiles │ │ │ ├── firewall.control │ │ │ ├── firewall.list │ │ │ ├── fstools.control │ │ │ ├── fstools.list │ │ │ ├── gen_dev_info.control │ │ │ ├── gen_dev_info.list │ │ │ ├── gpio.control │ │ │ ├── gpio.list │ │ │ ├── guest_control.control │ │ │ ├── guest_control.list │ │ │ ├── img-dec.control │ │ │ ├── img-dec.list │ │ │ ├── ip6tables.control │ │ │ ├── ip6tables.list │ │ │ ├── ip_monitor.control │ │ │ ├── ip_monitor.list │ │ │ ├── iperf.control │ │ │ ├── iperf.list │ │ │ ├── ipset.control │ │ │ ├── ipset.list │ │ │ ├── iptables-mod-capp.control │ │ │ ├── iptables-mod-capp.list │ │ │ ├── iptables-mod-hashlimit.control │ │ │ ├── iptables-mod-hashlimit.list │ │ │ ├── iptables-mod-indev.control │ │ │ ├── iptables-mod-indev.list │ │ │ ├── iptables.control │ │ │ ├── iptables.list │ │ │ ├── iwinfo.control │ │ │ ├── iwinfo.list │ │ │ ├── jshn.control │ │ │ ├── jshn.list │ │ │ ├── jsonfilter.control │ │ │ ├── jsonfilter.list │ │ │ ├── kernel.control │ │ │ ├── kernel.list │ │ │ ├── kmod-arptables.control │ │ │ ├── kmod-arptables.list │ │ │ ├── kmod-fs-ntfs.control │ │ │ ├── kmod-fs-ntfs.list │ │ │ ├── kmod-fs-vfat.control │ │ │ ├── kmod-fs-vfat.list │ │ │ ├── kmod-hw_wdg.control │ │ │ ├── kmod-hw_wdg.list │ │ │ ├── kmod-ip6tables.control │ │ │ ├── kmod-ip6tables.list │ │ │ ├── kmod-ipt-capp.control │ │ │ ├── kmod-ipt-capp.list │ │ │ ├── kmod-ipt-conntrack.control │ │ │ ├── kmod-ipt-conntrack.list │ │ │ ├── kmod-ipt-core.control │ │ │ ├── kmod-ipt-core.list │ │ │ ├── kmod-ipt-hashlimit.control │ │ │ ├── kmod-ipt-hashlimit.list │ │ │ ├── kmod-ipt-indev.control │ │ │ ├── kmod-ipt-indev.list │ │ │ ├── kmod-ipt-ipset.control │ │ │ ├── kmod-ipt-ipset.list │ │ │ ├── kmod-ipt-nat.control │ │ │ ├── kmod-ipt-nat.list │ │ │ ├── kmod-ipt-nathelper.control │ │ │ ├── kmod-ipt-nathelper.list │ │ │ ├── kmod-ipv6.control │ │ │ ├── kmod-ipv6.list │ │ │ ├── kmod-lib-crc-ccitt.control │ │ │ ├── kmod-lib-crc-ccitt.list │ │ │ ├── kmod-nfnetlink-log.control │ │ │ ├── kmod-nfnetlink-log.list │ │ │ ├── kmod-nfnetlink-queue.control │ │ │ ├── kmod-nfnetlink-queue.list │ │ │ ├── kmod-nfnetlink.control │ │ │ ├── kmod-nfnetlink.list │ │ │ ├── kmod-nls-base.control │ │ │ ├── kmod-nls-base.list │ │ │ ├── kmod-nls-cp437.control │ │ │ ├── kmod-nls-cp437.list │ │ │ ├── kmod-nls-cp850.control │ │ │ ├── kmod-nls-cp850.list │ │ │ ├── kmod-nls-iso8859-1.control │ │ │ ├── kmod-nls-iso8859-1.list │ │ │ ├── kmod-nls-iso8859-15.control │ │ │ ├── kmod-nls-iso8859-15.list │ │ │ ├── kmod-nls-utf8.control │ │ │ ├── kmod-nls-utf8.list │ │ │ ├── kmod-ppp.control │ │ │ ├── kmod-ppp.list │ │ │ ├── kmod-pppoe.control │ │ │ ├── kmod-pppoe.list │ │ │ ├── kmod-pppox.control │ │ │ ├── kmod-pppox.list │ │ │ ├── kmod-rdm.control │ │ │ ├── kmod-rdm.list │ │ │ ├── kmod-scsi-core.control │ │ │ ├── kmod-scsi-core.list │ │ │ ├── kmod-scsi-generic.control │ │ │ ├── kmod-scsi-generic.list │ │ │ ├── kmod-slhc.control │ │ │ ├── kmod-slhc.list │ │ │ ├── kmod-usb-core.control │ │ │ ├── kmod-usb-core.list │ │ │ ├── kmod-usb-storage.control │ │ │ ├── kmod-usb-storage.list │ │ │ ├── kmod-usb3.control │ │ │ ├── kmod-usb3.list │ │ │ ├── libblobmsg-json.control │ │ │ ├── libblobmsg-json.list │ │ │ ├── libc.control │ │ │ ├── libc.list │ │ │ ├── libcurl.control │ │ │ ├── libcurl.list │ │ │ ├── libcyassl.control │ │ │ ├── libcyassl.list │ │ │ ├── libgcc.control │ │ │ ├── libgcc.list │ │ │ ├── libgmp.control │ │ │ ├── libgmp.list │ │ │ ├── libiconv-full.control │ │ │ ├── libiconv-full.list │ │ │ ├── libip4tc.control │ │ │ ├── libip4tc.list │ │ │ ├── libip6tc.control │ │ │ ├── libip6tc.list │ │ │ ├── libiwinfo-lua.control │ │ │ ├── libiwinfo-lua.list │ │ │ ├── libiwinfo.control │ │ │ ├── libiwinfo.list │ │ │ ├── libjson-c.control │ │ │ ├── libjson-c.list │ │ │ ├── libjson-script.control │ │ │ ├── libjson-script.list │ │ │ ├── liblua.control │ │ │ ├── liblua.list │ │ │ ├── libmnl.control │ │ │ ├── libmnl.list │ │ │ ├── libnettle.control │ │ │ ├── libnettle.list │ │ │ ├── libnfnetlink.control │ │ │ ├── libnfnetlink.list │ │ │ ├── libnl-tiny.control │ │ │ ├── libnl-tiny.list │ │ │ ├── libnvram.control │ │ │ ├── libnvram.list │ │ │ ├── libopenssl.control │ │ │ ├── libopenssl.list │ │ │ ├── libpcap.control │ │ │ ├── libpcap.list │ │ │ ├── libpcre.control │ │ │ ├── libpcre.list │ │ │ ├── libpthread.control │ │ │ ├── libpthread.list │ │ │ ├── librt.control │ │ │ ├── librt.list │ │ │ ├── librth.control │ │ │ ├── librth.list │ │ │ ├── libubox.control │ │ │ ├── libubox.list │ │ │ ├── libubus-lua.control │ │ │ ├── libubus-lua.list │ │ │ ├── libubus.control │ │ │ ├── libubus.list │ │ │ ├── libuci-lua.control │ │ │ ├── libuci-lua.list │ │ │ ├── libuci.control │ │ │ ├── libuci.list │ │ │ ├── libxtables.control │ │ │ ├── libxtables.list │ │ │ ├── light_manage.control │ │ │ ├── light_manage.list │ │ │ ├── lighttpd-mod-cgi.control │ │ │ ├── lighttpd-mod-cgi.list │ │ │ ├── lighttpd-mod-redirect.control │ │ │ ├── lighttpd-mod-redirect.list │ │ │ ├── lua.control │ │ │ ├── lua.list │ │ │ ├── luabitop.control │ │ │ ├── luabitop.list │ │ │ ├── luaposix.control │ │ │ ├── luaposix.list │ │ │ ├── luci-app-DMZ.control │ │ │ ├── luci-app-DMZ.list │ │ │ ├── luci-app-UPnP.control │ │ │ ├── luci-app-UPnP.list │ │ │ ├── luci-app-backup-reset.control │ │ │ ├── luci-app-backup-reset.list │ │ │ ├── luci-app-ddns.control │ │ │ ├── luci-app-ddns.list │ │ │ ├── luci-app-dhcp-server.control │ │ │ ├── luci-app-dhcp-server.list │ │ │ ├── luci-app-diagnose.control │ │ │ ├── luci-app-diagnose.list │ │ │ ├── luci-app-guest-wifi.control │ │ │ ├── luci-app-guest-wifi.list │ │ │ ├── luci-app-lan-set.control │ │ │ ├── luci-app-lan-set.list │ │ │ ├── luci-app-light.control │ │ │ ├── luci-app-light.list │ │ │ ├── luci-app-manual-upgrade.control │ │ │ ├── luci-app-manual-upgrade.list │ │ │ ├── luci-app-network-set.control │ │ │ ├── luci-app-network-set.list │ │ │ ├── luci-app-parent-ctrl.control │ │ │ ├── luci-app-parent-ctrl.list │ │ │ ├── luci-app-port-forward.control │ │ │ ├── luci-app-port-forward.list │ │ │ ├── luci-app-remote-manage.control │ │ │ ├── luci-app-remote-manage.list │ │ │ ├── luci-app-safe-set.control │ │ │ ├── luci-app-safe-set.list │ │ │ ├── luci-app-signal-power.control │ │ │ ├── luci-app-signal-power.list │ │ │ ├── luci-app-system-status.control │ │ │ ├── luci-app-system-status.list │ │ │ ├── luci-app-wifi-extend.control │ │ │ ├── luci-app-wifi-extend.list │ │ │ ├── luci-lib-core.control │ │ │ ├── luci-lib-core.list │ │ │ ├── luci-lib-encryption.control │ │ │ ├── luci-lib-encryption.list │ │ │ ├── luci-lib-ipkg.control │ │ │ ├── luci-lib-ipkg.list │ │ │ ├── luci-lib-json.control │ │ │ ├── luci-lib-json.list │ │ │ ├── luci-lib-nixio.control │ │ │ ├── luci-lib-nixio.list │ │ │ ├── luci-lib-sys.control │ │ │ ├── luci-lib-sys.list │ │ │ ├── luci-lib-web.control │ │ │ ├── luci-lib-web.list │ │ │ ├── luci-mod-base.control │ │ │ ├── luci-mod-base.list │ │ │ ├── luci-sgi-cgi.control │ │ │ ├── luci-sgi-cgi.list │ │ │ ├── manual_upgrade.control │ │ │ ├── manual_upgrade.list │ │ │ ├── mii_mgr.control │ │ │ ├── mii_mgr.list │ │ │ ├── miniupnpd.conffiles │ │ │ ├── miniupnpd.control │ │ │ ├── miniupnpd.list │ │ │ ├── mt7615e.control │ │ │ ├── mt7615e.list │ │ │ ├── mtd.control │ │ │ ├── mtd.list │ │ │ ├── netifd.control │ │ │ ├── netifd.list │ │ │ ├── nvram.control │ │ │ ├── nvram.list │ │ │ ├── openssl-util.conffiles │ │ │ ├── openssl-util.control │ │ │ ├── openssl-util.list │ │ │ ├── opkg.conffiles │ │ │ ├── opkg.control │ │ │ ├── opkg.list │ │ │ ├── oui_update.control │ │ │ ├── oui_update.list │ │ │ ├── phicomm_libs.control │ │ │ ├── phicomm_libs.list │ │ │ ├── ppp-mod-pppoe.control │ │ │ ├── ppp-mod-pppoe.list │ │ │ ├── ppp.conffiles │ │ │ ├── ppp.control │ │ │ ├── ppp.list │ │ │ ├── procd.control │ │ │ ├── procd.list │ │ │ ├── reg.control │ │ │ ├── reg.list │ │ │ ├── resolveip.control │ │ │ ├── resolveip.list │ │ │ ├── router-helper.control │ │ │ ├── router-helper.list │ │ │ ├── rp-pppoe-server.conffiles │ │ │ ├── rp-pppoe-server.control │ │ │ ├── rp-pppoe-server.list │ │ │ ├── schemeupgrade.control │ │ │ ├── schemeupgrade.list │ │ │ ├── speedtest.control │ │ │ ├── speedtest.list │ │ │ ├── switch.control │ │ │ ├── switch.list │ │ │ ├── sys_protect_daemon.control │ │ │ ├── sys_protect_daemon.list │ │ │ ├── tcpdump.control │ │ │ ├── tcpdump.list │ │ │ ├── timereboot.control │ │ │ ├── timereboot.list │ │ │ ├── tnat.control │ │ │ ├── tnat.list │ │ │ ├── uboot-sop-mtk.control │ │ │ ├── uboot-sop-mtk.list │ │ │ ├── ubox.control │ │ │ ├── ubox.list │ │ │ ├── ubus.control │ │ │ ├── ubus.list │ │ │ ├── ubusd.control │ │ │ ├── ubusd.list │ │ │ ├── uci.control │ │ │ ├── uci.list │ │ │ ├── uci2dat.control │ │ │ ├── uci2dat.list │ │ │ ├── uclibcxx.control │ │ │ ├── uclibcxx.list │ │ │ ├── uhttpd-mod-ubus.control │ │ │ ├── uhttpd-mod-ubus.list │ │ │ ├── uhttpd.conffiles │ │ │ ├── uhttpd.control │ │ │ ├── uhttpd.list │ │ │ ├── update_usrproto.control │ │ │ ├── update_usrproto.list │ │ │ ├── watchdog.control │ │ │ ├── watchdog.list │ │ │ ├── wget.control │ │ │ ├── wget.list │ │ │ ├── wget.postinst │ │ │ ├── wget.postinst-pkg │ │ │ ├── wget.postrm │ │ │ ├── wget.prerm │ │ │ ├── wireless-tools.control │ │ │ ├── wireless-tools.list │ │ │ ├── wps_manage.control │ │ │ ├── wps_manage.list │ │ │ ├── wpspbc.control │ │ │ ├── wpspbc.list │ │ │ ├── zlib.control │ │ │ └── zlib.list │ │ └── status │ ├── pppd │ │ └── 2.4.7 │ │ │ └── rp-pppoe.so │ └── uhttpd_ubus.so ├── sbin │ ├── 7621_15d_hwnat_disable.sh │ ├── 7621_15d_hwnat_enable.sh │ ├── 7621_15d_interface_config.sh │ ├── 7621_15d_nat_router_config.sh │ ├── 7621_15d_rps_config.sh │ ├── 7621_switch_llllw.sh │ ├── arping │ ├── arptables │ ├── autodetect │ ├── brctl │ ├── chroot │ ├── crond │ ├── debug │ ├── dnsmasq │ ├── hwnat-disable.sh │ ├── hwnat-enable.sh │ ├── insmod │ ├── interface_config.sh │ ├── ip6tables │ ├── ip6tables-restore │ ├── ip6tables-save │ ├── ipset │ ├── iptables │ ├── iptables-restore │ ├── iptables-save │ ├── iwconfig │ ├── iwlist │ ├── iwpriv │ ├── lsmod │ ├── mac │ ├── manual_upgrade │ ├── miniupnpd │ ├── modinfo │ ├── modprobe │ ├── nat_router_config.sh │ ├── ntpd │ ├── pppd │ ├── pppoe-discovery │ ├── pppoe-server │ ├── ramfs_do.sh │ ├── rmmod │ ├── rps_config.sh │ ├── run_ramfs.sh │ ├── schemeupgrade │ ├── setsmp.sh │ ├── smp.sh │ ├── speedtestd │ ├── swapoff │ ├── swapon │ ├── switch-llllw.sh │ ├── tcpdump │ ├── telnetd │ ├── timereboot │ ├── uhttpd │ ├── update_up │ ├── wificonf │ └── xtables-multi └── share │ ├── capp │ └── firewall.include │ ├── dnsmasq │ └── trust-anchors.conf │ ├── libiwinfo │ └── hardware.txt │ ├── libubox │ └── jshn.sh │ ├── miniupnpd │ └── firewall.include │ ├── speedtest.xml │ └── udhcpc │ └── default.script ├── var └── www ├── cgi-bin └── luci-static ├── bootstrap ├── images │ ├── bg.png │ └── close.png └── js │ ├── up.js │ ├── up_gbk.js │ └── up_utf8.js ├── dynaform ├── en-us.js ├── error.js ├── frame.css ├── frame.js ├── h5-en-us.css ├── h5.css ├── h5.js ├── icon_fonts_style.css ├── ie.css ├── pc-en-us.css ├── pc.css ├── pc.js ├── routing.js ├── style_1080p.css ├── up.css ├── up.js ├── upgrade.js ├── vendor.js ├── verify.js └── zh-cn.js ├── fonts ├── icofont.eot └── icofont.ttf ├── images ├── app-icon │ ├── adb.png │ ├── ddns.png │ ├── dhcp.png │ ├── diagnose.png │ ├── dmz.png │ ├── guest.png │ ├── internet.png │ ├── lan.png │ ├── led.png │ ├── lock.png │ ├── parent_ctrl.png │ ├── port_forward.png │ ├── reboot.png │ ├── remote.png │ ├── restore.png │ ├── router_status.png │ ├── security.png │ ├── signal.png │ ├── tools.png │ ├── upload.png │ ├── upnp.png │ └── wisp.png ├── bg_botton.png ├── bg_map.jpg ├── button.png ├── button_disable.png ├── circle.png ├── color_line.png ├── dog.png ├── favicon.ico ├── loading.gif ├── network.png ├── password.png ├── phicomm.png ├── phiwifi.png ├── pic-null.png ├── pic-router_h5.png ├── pic-router_pc.png ├── pic_bottombar.png ├── pic_code.png ├── pic_computer.png ├── pic_left.png ├── pic_router.png ├── router-white.png ├── router.png ├── router_blue.png ├── signal.gif ├── signal_1.png ├── signal_2.png ├── signal_3.png ├── signal_4.png ├── signal_lock_1.png ├── signal_lock_2.png ├── signal_lock_3.png ├── signal_lock_4.png ├── topology.png ├── upgrade_rocket.png ├── wifi.png ├── wisp_h5.png └── wisp_pc.png └── lib ├── ajax.js ├── flexible.min.js ├── jquery.min.js ├── json.min.js ├── libs.js ├── respond.min.js └── stateman.min.js /bin/mksquashfs4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/bin/mksquashfs4 -------------------------------------------------------------------------------- /bin/padjffs2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/bin/padjffs2 -------------------------------------------------------------------------------- /bin/unsquashfs4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/bin/unsquashfs4 -------------------------------------------------------------------------------- /kernel.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/kernel.bin -------------------------------------------------------------------------------- /squashfs-root/bin/8021xd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/bin/8021xd -------------------------------------------------------------------------------- /squashfs-root/bin/8021xdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/bin/8021xdi -------------------------------------------------------------------------------- /squashfs-root/bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/bin/ated -------------------------------------------------------------------------------- /squashfs-root/bin/bd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source /lib/sop_functions.sh 4 | log_dump 5 | -------------------------------------------------------------------------------- /squashfs-root/bin/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/bin/busybox -------------------------------------------------------------------------------- /squashfs-root/bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/egrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/false: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/fgrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/free_caches.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | while true 4 | do 5 | sync 6 | echo 3 > /proc/sys/vm/drop_caches 7 | sleep 3600 8 | done 9 | -------------------------------------------------------------------------------- /squashfs-root/bin/fsync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/gunzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/gzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/lock: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/mktemp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/mpstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/mv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/netmsg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/opkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/bin/opkg -------------------------------------------------------------------------------- /squashfs-root/bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ping6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/tar: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/ubus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/bin/ubus -------------------------------------------------------------------------------- /squashfs-root/bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/vi: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/bin/zcat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /squashfs-root/etc/TZ: -------------------------------------------------------------------------------- 1 | /tmp/TZ -------------------------------------------------------------------------------- /squashfs-root/etc/board_info: -------------------------------------------------------------------------------- 1 | phicomm_project_name="mt7620" 2 | phicomm_project_hardware_info="mtk7620a" 3 | phicomm_project_software_version="V20.4.1.7" 4 | phicomm_project_hardware_version="V1.0" 5 | -------------------------------------------------------------------------------- /squashfs-root/etc/btnd/reset_hold.sh: -------------------------------------------------------------------------------- 1 | echo "gpio btn reset!" 2 | 3 | jffs2reset -y 4 | reboot 5 | 6 | 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/DMZ: -------------------------------------------------------------------------------- 1 | config DMZ 'DMZ' 2 | option enable '0' 3 | option dmz_ip '' 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/UPnP: -------------------------------------------------------------------------------- 1 | config UPnP 'config' 2 | option enable '1' 3 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/adbyby: -------------------------------------------------------------------------------- 1 | 2 | config adbyby 'adbyby' 3 | option runmode '0' 4 | option https '0' 5 | option mode '0' 6 | option enable '0' 7 | 8 | 9 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/appportfwd: -------------------------------------------------------------------------------- 1 | config appportfwd 'config' 2 | option enable '0' 3 | 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/common_host: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/etc/config/common_host -------------------------------------------------------------------------------- /squashfs-root/etc/config/device_manage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/etc/config/device_manage -------------------------------------------------------------------------------- /squashfs-root/etc/config/factory: -------------------------------------------------------------------------------- 1 | config default_ip 'default_ip' 2 | option ip '192.168.2.1' 3 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/light_manage: -------------------------------------------------------------------------------- 1 | config board wireless 2 | option dev2g mt7620 3 | option dev5g mt7612e 4 | 5 | config light pagelight 6 | option ignore 1 7 | 8 | config light system 9 | option boot 0 10 | 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/parentctl: -------------------------------------------------------------------------------- 1 | config parentctl 'config' 2 | option enabled '0' 3 | 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/phicinet: -------------------------------------------------------------------------------- 1 | config inet 'internet' 2 | option link 'down' 3 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/remote: -------------------------------------------------------------------------------- 1 | 2 | config remote 'remote' 3 | option remote_enable '0' 4 | option remote_port '8181' 5 | option remote_ip '255.255.255.255' 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/schemeupgrade: -------------------------------------------------------------------------------- 1 | config schemeupgrade 'config' 2 | option up_scheme '0' 3 | option firmurl '' 4 | option sw_ver '' 5 | option sw_desc '' 6 | option pubtime '' 7 | option repeattime '7200' 8 | option filesize '' 9 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/speedtest: -------------------------------------------------------------------------------- 1 | 2 | config result 'result' 3 | option downband '0' 4 | option upband '0' 5 | 6 | config do 'do' 7 | option lastdownband '0' 8 | option lastupband '0' 9 | option times '0' -------------------------------------------------------------------------------- /squashfs-root/etc/config/timereboot: -------------------------------------------------------------------------------- 1 | 2 | config timereboot 'timereboot' 3 | option enable '0' 4 | option hour '0' 5 | option minute '0' 6 | 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/tnat: -------------------------------------------------------------------------------- 1 | 2 | config appmgt 'appmgt' 3 | option enable '1' 4 | option log '0' 5 | -------------------------------------------------------------------------------- /squashfs-root/etc/config/update_up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/etc/config/update_up -------------------------------------------------------------------------------- /squashfs-root/etc/crontabs/root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/etc/crontabs/root -------------------------------------------------------------------------------- /squashfs-root/etc/default/pppoe-server: -------------------------------------------------------------------------------- 1 | OPTIONS="-C PhiRouter -k -T 60 -I br-lan -N 5 -L 10.0.1.1 -R 10.0.1.2" 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/device_info: -------------------------------------------------------------------------------- 1 | DEVICE_MANUFACTURER="OpenWrt" 2 | DEVICE_PRODUCT="Generic" 3 | DEVICE_REVISION="v0" 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/fstab: -------------------------------------------------------------------------------- 1 | /tmp/fstab -------------------------------------------------------------------------------- /squashfs-root/etc/group: -------------------------------------------------------------------------------- 1 | root:x:0: 2 | daemon:x:1: 3 | adm:x:4: 4 | mail:x:8: 5 | audio:x:29: 6 | www-data:x:33: 7 | ftp:x:55: 8 | users:x:100: 9 | network:x:101: 10 | nogroup:x:65534: 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | 192.168.2.1 phicomm.me 3 | 192.168.2.1 p.to 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/block/10-mount: -------------------------------------------------------------------------------- 1 | /sbin/block hotplug 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/25-ddns: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifup" ] && [ "$INTERFACE" = "wan"]; then 4 | . /usr/lib/ddns/dynamic_dns_functions.sh 5 | /etc/init.d/ddns enabled && start_daemon_for_all_ddns_sections "$INTERFACE" 6 | fi 7 | 8 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/25-dnsmasq: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "$ACTION" = ifup ] || exit 0 4 | 5 | /etc/init.d/dnsmasq enabled && /etc/init.d/dnsmasq start 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/26-light: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifdown" ]; then 4 | uci set network.wan.status="down" 5 | elif [ "$ACTION" = "ifup" ]; then 6 | uci set network.wan.status="up" 7 | fi 8 | 9 | 10 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/27-sysntpd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { 4 | /etc/init.d/sysntpd restart 5 | } 6 | 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/55-parentctl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ]; then 4 | /etc/init.d/parentctl restart 5 | fi 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/71-appportfwd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifup" ]; then 4 | /etc/init.d/portfwd restart 5 | fi 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/72-UPnP: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifup" ]; then 4 | /etc/init.d/upnp restart 5 | fi 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/73-dmz: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifup" ]; then 4 | /etc/init.d/DMZ restart 5 | fi 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/iface/75-remote: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ]; then 4 | /etc/init.d/remote restart 5 | fi 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/net/00-sysctl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ -f /etc/sysctl.conf ] && [ "$ACTION" = add ]; then 4 | sed -ne "/^[[:space:]]*net\..*\.$DEVICENAME\./p" /etc/sysctl.conf | \ 5 | sysctl -e -p - | logger -t sysctl 6 | fi 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/rth/00-wan-link: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | if [ "$EVENT" = "wan_link" ]; then 3 | if [ "$ACTION" = "up" ]; then 4 | logger "wan up!" 5 | elif [ "$ACTION" = "down" ]; then 6 | logger "wan down!" 7 | fi 8 | fi 9 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/rth/01-inet-link: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | if [ "$EVENT" = "inet_link" ]; then 3 | if [ "$ACTION" = "up" ]; then 4 | logger "inet up!" 5 | elif [ "$ACTION" = "down" ]; then 6 | logger "inet down!" 7 | fi 8 | fi 9 | -------------------------------------------------------------------------------- /squashfs-root/etc/hotplug.d/usb/10-motion: -------------------------------------------------------------------------------- 1 | [ "$ACTION" == "motion" ] && logger webcam motion event 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/config_util: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | 3 | START=91 4 | 5 | start() { 6 | } 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/free_cache: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | 3 | START=90 4 | boot() { 5 | /bin/free_caches.sh & 6 | } 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/genrandkey: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | # Copyright (C) 2016 www.phicomm.com 3 | 4 | START=96 #挂载永久分区的优先级是 95 5 | 6 | start() { 7 | [ ! -e "/permanent_config/aes_key" ] && genrandkey 8 | } 9 | 10 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/light_manage: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | 3 | START=30 4 | 5 | start() { 6 | light_manage & 7 | } 8 | 9 | stop() { 10 | killall -9 light_manage 11 | } 12 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/luci_generatecache: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | 3 | START=45 4 | start() { 5 | /www/cgi-bin > /dev/null 2>1 6 | } 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/oui_sync: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | 3 | START=99 4 | 5 | start() { 6 | [[ -e "/permanent_config/oui.txt" ]] && cp /permanent_config/oui.txt /etc/ 7 | } 8 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/sysctl: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | # Copyright (C) 2006 OpenWrt.org 3 | 4 | START=11 5 | start() { 6 | [ -f /etc/sysctl.conf ] && sysctl -p -e >&- 7 | } 8 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/umount: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | # Copyright (C) 2006 OpenWrt.org 3 | 4 | STOP=99 5 | stop() { 6 | sync 7 | /bin/umount -a -d -r 8 | } 9 | -------------------------------------------------------------------------------- /squashfs-root/etc/init.d/update_up: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | 3 | START=99 4 | 5 | start() { 6 | [ -f "/etc/config/update_up" ] && { 7 | update_up permanent 8 | rm -rf "/etc/config/update_up" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ::askconsole:/bin/login 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/kernel.p4rev: -------------------------------------------------------------------------------- 1 | 144992 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/25-nls-cp437: -------------------------------------------------------------------------------- 1 | nls_cp437 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/25-nls-cp850: -------------------------------------------------------------------------------- 1 | nls_cp850 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/25-nls-iso8859-1: -------------------------------------------------------------------------------- 1 | nls_iso8859-1 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/25-nls-iso8859-15: -------------------------------------------------------------------------------- 1 | nls_iso8859-15 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/25-nls-utf8: -------------------------------------------------------------------------------- 1 | nls_utf8 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/30-fs-ntfs: -------------------------------------------------------------------------------- 1 | ntfs 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/30-fs-vfat: -------------------------------------------------------------------------------- 1 | fat 2 | vfat 3 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/42-ip6tables: -------------------------------------------------------------------------------- 1 | nf_defrag_ipv6 2 | nf_conntrack_ipv6 3 | ip6_tables 4 | ip6table_filter 5 | ip6table_mangle 6 | ip6table_raw 7 | ip6t_REJECT 8 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/arptables: -------------------------------------------------------------------------------- 1 | arp_tables 2 | arpt_mangle 3 | arptable_filter 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/hw_wdg: -------------------------------------------------------------------------------- 1 | ralink_wdt 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-capp: -------------------------------------------------------------------------------- 1 | xt_CAPP 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-conntrack: -------------------------------------------------------------------------------- 1 | nf_conntrack 2 | nf_defrag_ipv4 3 | nf_conntrack_ipv4 4 | xt_state 5 | iptable_raw 6 | xt_CT 7 | xt_conntrack 8 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-core: -------------------------------------------------------------------------------- 1 | x_tables 2 | xt_tcpudp 3 | ip_tables 4 | iptable_filter 5 | iptable_mangle 6 | xt_limit 7 | xt_mac 8 | xt_multiport 9 | xt_comment 10 | xt_LOG 11 | xt_TCPMSS 12 | ipt_REJECT 13 | xt_time 14 | xt_mark 15 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-hashlimit: -------------------------------------------------------------------------------- 1 | xt_hashlimit 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-indev: -------------------------------------------------------------------------------- 1 | xt_indev 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-nat: -------------------------------------------------------------------------------- 1 | nf_nat 2 | xt_nat 3 | nf_nat_ipv4 4 | iptable_nat 5 | ipt_MASQUERADE 6 | xt_REDIRECT 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ipt-nathelper: -------------------------------------------------------------------------------- 1 | nf_conntrack_ftp 2 | nf_conntrack_irc 3 | nf_nat_ftp 4 | nf_nat_irc 5 | nf_nat_tftp 6 | nf_conntrack_tftp 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/lib-crc-ccitt: -------------------------------------------------------------------------------- 1 | crc-ccitt 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/nfnetlink: -------------------------------------------------------------------------------- 1 | nfnetlink 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/nfnetlink-log: -------------------------------------------------------------------------------- 1 | nfnetlink_log 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/nfnetlink-queue: -------------------------------------------------------------------------------- 1 | nfnetlink_queue 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/ppp: -------------------------------------------------------------------------------- 1 | ppp_async 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/modules.d/pppoe: -------------------------------------------------------------------------------- 1 | pppoe 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/mtab: -------------------------------------------------------------------------------- 1 | /proc/mounts -------------------------------------------------------------------------------- /squashfs-root/etc/nvram2uci/UPnP: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /lib/functions/nvram2uci.sh 3 | 4 | local upnp_enable 5 | 6 | upnp_enable=`nvram get linux upnp_enabled 2>/dev/null` 7 | 8 | if [ -n "$upnp_enable" ]; then 9 | nvram2uci upnp_enabled UPnP.config.enable 10 | fi 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/nvram2uci/light_manage: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /lib/functions/nvram2uci.sh 3 | 4 | nvram2uci LedOnOff light_manage.pagelight.ignore 5 | -------------------------------------------------------------------------------- /squashfs-root/etc/openwrt_version: -------------------------------------------------------------------------------- 1 | 14.07 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/passwd: -------------------------------------------------------------------------------- 1 | root:x:0:0:root:/root:/bin/ash 2 | daemon:*:1:1:daemon:/var:/bin/false 3 | ftp:*:55:55:ftp:/home/ftp:/bin/false 4 | network:*:101:101:network:/var:/bin/false 5 | nobody:*:65534:65534:nobody:/var:/bin/false 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/ppp/chap-secrets: -------------------------------------------------------------------------------- 1 | #USERNAME PROVIDER PASSWORD IPADDRESS 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/ppp/options: -------------------------------------------------------------------------------- 1 | #debug 2 | logfile /dev/null 3 | noipdefault 4 | noaccomp 5 | nopcomp 6 | nocrtscts 7 | lock 8 | maxfail 0 9 | lcp-echo-failure 5 10 | lcp-echo-interval 3 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/ppp/plugins/rp-pppoe.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/etc/ppp/plugins/rp-pppoe.so -------------------------------------------------------------------------------- /squashfs-root/etc/ppp/pppoe-server-options: -------------------------------------------------------------------------------- 1 | # PPP options for the PPPoE server 2 | # LIC: GPL 3 | require-pap 4 | refuse-chap 5 | lcp-echo-interval 10 6 | lcp-echo-failure 2 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/ppp/resolv.conf: -------------------------------------------------------------------------------- 1 | /tmp/resolv.conf.ppp -------------------------------------------------------------------------------- /squashfs-root/etc/rc.button/failsafe: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/rc.button/power: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "${ACTION}" = "released" ] || exit 0 4 | 5 | exec /sbin/poweroff 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K89log: -------------------------------------------------------------------------------- 1 | ../init.d/log -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K90lan_wan_nat: -------------------------------------------------------------------------------- 1 | ../init.d/lan_wan_nat -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K90network: -------------------------------------------------------------------------------- 1 | ../init.d/network -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K90schemeupgrade: -------------------------------------------------------------------------------- 1 | ../init.d/schemeupgrade -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K95luci_fixtime: -------------------------------------------------------------------------------- 1 | ../init.d/luci_fixtime -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K98boot: -------------------------------------------------------------------------------- 1 | ../init.d/boot -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/K99umount: -------------------------------------------------------------------------------- 1 | ../init.d/umount -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S00sysfixtime: -------------------------------------------------------------------------------- 1 | ../init.d/sysfixtime -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S05luci_fixtime: -------------------------------------------------------------------------------- 1 | ../init.d/luci_fixtime -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S10boot: -------------------------------------------------------------------------------- 1 | ../init.d/boot -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S10system: -------------------------------------------------------------------------------- 1 | ../init.d/system -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S11sysctl: -------------------------------------------------------------------------------- 1 | ../init.d/sysctl -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S12log: -------------------------------------------------------------------------------- 1 | ../init.d/log -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S19firewall: -------------------------------------------------------------------------------- 1 | ../init.d/firewall -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S20network: -------------------------------------------------------------------------------- 1 | ../init.d/network -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S30light_manage: -------------------------------------------------------------------------------- 1 | ../init.d/light_manage -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S40fstab: -------------------------------------------------------------------------------- 1 | ../init.d/fstab -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S45luci_generatecache: -------------------------------------------------------------------------------- 1 | ../init.d/luci_generatecache -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S50cron: -------------------------------------------------------------------------------- 1 | ../init.d/cron -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S50pppoe-server: -------------------------------------------------------------------------------- 1 | ../init.d/pppoe-server -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S50telnet: -------------------------------------------------------------------------------- 1 | ../init.d/telnet -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S50uhttpd: -------------------------------------------------------------------------------- 1 | ../init.d/uhttpd -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S55parentctl: -------------------------------------------------------------------------------- 1 | ../init.d/parentctl -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S60button: -------------------------------------------------------------------------------- 1 | ../init.d/button -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S60dnsmasq: -------------------------------------------------------------------------------- 1 | ../init.d/dnsmasq -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S60remote: -------------------------------------------------------------------------------- 1 | ../init.d/remote -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S60router-helper: -------------------------------------------------------------------------------- 1 | ../init.d/router-helper -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S75DMZ: -------------------------------------------------------------------------------- 1 | ../init.d/DMZ -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S75safeset: -------------------------------------------------------------------------------- 1 | ../init.d/safeset -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S80lc: -------------------------------------------------------------------------------- 1 | ../init.d/lc -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S85dev_mng: -------------------------------------------------------------------------------- 1 | ../init.d/dev_mng -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S90free_cache: -------------------------------------------------------------------------------- 1 | ../init.d/free_cache -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S90lan_wan_nat: -------------------------------------------------------------------------------- 1 | ../init.d/lan_wan_nat -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S90schemeupgrade: -------------------------------------------------------------------------------- 1 | ../init.d/schemeupgrade -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S91config_util: -------------------------------------------------------------------------------- 1 | ../init.d/config_util -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S91ip_monitor: -------------------------------------------------------------------------------- 1 | ../init.d/ip_monitor -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S95ddns: -------------------------------------------------------------------------------- 1 | ../init.d/ddns -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S95done: -------------------------------------------------------------------------------- 1 | ../init.d/done -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S95miniupnpd: -------------------------------------------------------------------------------- 1 | ../init.d/miniupnpd -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S96genrandkey: -------------------------------------------------------------------------------- 1 | ../init.d/genrandkey -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S96led: -------------------------------------------------------------------------------- 1 | ../init.d/led -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S97guest_control: -------------------------------------------------------------------------------- 1 | ../init.d/guest_control -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S98sysntpd: -------------------------------------------------------------------------------- 1 | ../init.d/sysntpd -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99capp: -------------------------------------------------------------------------------- 1 | ../init.d/capp -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99device_manage: -------------------------------------------------------------------------------- 1 | ../init.d/device_manage -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99oui_sync: -------------------------------------------------------------------------------- 1 | ../init.d/oui_sync -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99portfwd: -------------------------------------------------------------------------------- 1 | ../init.d/portfwd -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99speedtest: -------------------------------------------------------------------------------- 1 | ../init.d/speedtest -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99sys_protect_daemon: -------------------------------------------------------------------------------- 1 | ../init.d/sys_protect_daemon -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99update_up: -------------------------------------------------------------------------------- 1 | ../init.d/update_up -------------------------------------------------------------------------------- /squashfs-root/etc/rc.d/S99upnp: -------------------------------------------------------------------------------- 1 | ../init.d/upnp -------------------------------------------------------------------------------- /squashfs-root/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | /tmp/resolv.conf -------------------------------------------------------------------------------- /squashfs-root/etc/sdk.version: -------------------------------------------------------------------------------- 1 | e4c7a6bb 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/shadow: -------------------------------------------------------------------------------- 1 | root:$1$IjJSZYnP$14XuZ/eoGldE8Qz2BXkyO.:15797:0:99999:7::: 2 | daemon:*:0:0:99999:7::: 3 | ftp:*:0:0:99999:7::: 4 | network:*:0:0:99999:7::: 5 | nobody:*:0:0:99999:7::: 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/shells: -------------------------------------------------------------------------------- 1 | /bin/ash 2 | -------------------------------------------------------------------------------- /squashfs-root/etc/sysupgrade.conf: -------------------------------------------------------------------------------- 1 | ## This file contains files and directories that should 2 | ## be preserved during an upgrade. 3 | 4 | # /etc/example.conf 5 | # /etc/openvpn/ 6 | -------------------------------------------------------------------------------- /squashfs-root/etc/uci-defaults/00_uhttpd_ubus: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ -z "$(uci -q get uhttpd.main.ubus_prefix)" ]; then 4 | uci set uhttpd.main.ubus_prefix=/ubus 5 | uci commit uhttpd 6 | fi 7 | -------------------------------------------------------------------------------- /squashfs-root/etc/uci-defaults/10-fstab: -------------------------------------------------------------------------------- 1 | touch /tmp/fstab 2 | [ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab ) 3 | exit 0 4 | -------------------------------------------------------------------------------- /squashfs-root/etc/uci-defaults/ddns: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /lib/functions.sh 3 | 4 | uci set ddns.myddns.ip_source=web 5 | uci commit ddns 6 | 7 | exit 0 8 | -------------------------------------------------------------------------------- /squashfs-root/etc/uci-defaults/luci-dmz: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | uci -q batch <<-EOF >/dev/null 4 | delete ucitrack.@DMZ[-1] 5 | add ucitrack DMZ 6 | set ucitrack.@DMZ[-1].init=DMZ 7 | EOF 8 | 9 | rm -f /tmp/luci-indexcache 10 | exit 0 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/uci-defaults/luci-upnp: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | uci -q batch <<-EOF >/dev/null 4 | delete ucitrack.@UPnP[-1] 5 | add ucitrack UPnP 6 | set ucitrack.@UPnP[-1].init=upnp 7 | EOF 8 | 9 | rm -f /tmp/luci-indexcache 10 | exit 0 11 | -------------------------------------------------------------------------------- /squashfs-root/etc/udhcpd.config: -------------------------------------------------------------------------------- 1 | start 192.168.1.100 2 | end 192.168.1.200 3 | interface br-lan 4 | option subnet 255.255.255.0 5 | option dns 192.168.1.251 168.95.1.1 6 | option router 192.168.1.1 7 | option lease 86400 8 | lease_file /var/udhcpd.leases 9 | 10 | -------------------------------------------------------------------------------- /squashfs-root/etc/wireless/mt7615e/mt7615e.eeprom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JimLee1996/K2P-FW/58753d47e0abd48fe93b5412c805f7101f382486/squashfs-root/etc/wireless/mt7615e/mt7615e.eeprom.bin -------------------------------------------------------------------------------- /squashfs-root/etc/wireless/mt7615e/version: -------------------------------------------------------------------------------- 1 | MT7615_LinuxAP_V4.4.1.1_20170116 2 | -------------------------------------------------------------------------------- /squashfs-root/init: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2006 OpenWrt.org 3 | export INITRAMFS=1 4 | exec /sbin/init 5 | -------------------------------------------------------------------------------- /squashfs-root/lib/functions/nvram2uci.sh: -------------------------------------------------------------------------------- 1 | #nvram2uci .
.