├── allshell ├── r017.bin ├── r019.bin ├── r020.bin └── tools │ ├── HW Dollar2.exe │ ├── HWFW_GUI.exe │ ├── ONT组播配置工具V3-V5 2.0.exe │ └── huaweiXML_CFG.exe ├── mnt └── jffs2 │ ├── app │ ├── bin │ │ ├── curl │ │ ├── dig │ │ ├── dns-forwarder │ │ ├── dnsmasq-notfull │ │ ├── dropbear │ │ ├── iperf │ │ ├── iperf.sh │ │ ├── iptables │ │ ├── iptables-restore │ │ ├── iptables-save │ │ ├── ldd │ │ ├── lsof │ │ ├── mtr │ │ ├── nmap │ │ ├── ntpd │ │ ├── ntpdate │ │ ├── pdnsd │ │ ├── pdnsd-ctl │ │ ├── pgrep │ │ ├── ps │ │ ├── rngd │ │ ├── rsync │ │ ├── scp │ │ ├── sftp │ │ ├── sftp-server │ │ ├── ss-local-3.3.5 │ │ ├── ssh │ │ ├── ssh-add │ │ ├── ssh-agent │ │ ├── ssh-keygen │ │ ├── ssh-keyscan │ │ ├── ssh-keysign │ │ ├── ssh-pkcs11-helper │ │ ├── ssh-sk-helper │ │ ├── sshd │ │ ├── tcpdump │ │ ├── tcping │ │ ├── udpspeeder │ │ ├── vim │ │ ├── vlmcsd │ │ ├── wget-nossl │ │ ├── wget-ssl │ │ ├── zabbix_agent │ │ └── zabbix_agentd │ ├── busybox │ │ ├── bin │ │ │ ├── ash │ │ │ ├── busybox │ │ │ ├── busybox-bak │ │ │ ├── cat │ │ │ ├── chgrp │ │ │ ├── chmod │ │ │ ├── chown │ │ │ ├── cp │ │ │ ├── date │ │ │ ├── dd │ │ │ ├── df │ │ │ ├── dmesg │ │ │ ├── echo │ │ │ ├── egrep │ │ │ ├── false │ │ │ ├── fgrep │ │ │ ├── fsync │ │ │ ├── grep │ │ │ ├── gunzip │ │ │ ├── gzip │ │ │ ├── kill │ │ │ ├── ln │ │ │ ├── lock │ │ │ ├── login │ │ │ ├── ls │ │ │ ├── mkdir │ │ │ ├── mknod │ │ │ ├── mktemp │ │ │ ├── mount │ │ │ ├── mv │ │ │ ├── netmsg │ │ │ ├── netstat │ │ │ ├── nice │ │ │ ├── passwd │ │ │ ├── pidof │ │ │ ├── ping │ │ │ ├── ping6 │ │ │ ├── ps │ │ │ ├── pwd │ │ │ ├── rm │ │ │ ├── rmdir │ │ │ ├── sed │ │ │ ├── sh │ │ │ ├── sleep │ │ │ ├── sync │ │ │ ├── tar │ │ │ ├── touch │ │ │ ├── traceroute │ │ │ ├── traceroute6 │ │ │ ├── true │ │ │ ├── umount │ │ │ ├── uname │ │ │ ├── vi │ │ │ └── zcat │ │ ├── lib │ │ │ ├── ld-uClibc-0.9.33.2.so │ │ │ ├── ld-uClibc.so.0 │ │ │ ├── libc.so.0 │ │ │ ├── libcrypt-0.9.33.2.so │ │ │ ├── libcrypt.so.0 │ │ │ ├── libdl-0.9.33.2.so │ │ │ ├── libdl.so.0 │ │ │ ├── libgcc_s.so.1 │ │ │ ├── libm-0.9.33.2.so │ │ │ ├── libm.so.0 │ │ │ ├── libuClibc-0.9.33.2.so │ │ │ ├── libutil-0.9.33.2.so │ │ │ └── libutil.so.0 │ │ ├── sbin │ │ │ ├── devmem │ │ │ ├── halt │ │ │ ├── hwclock │ │ │ ├── ifconfig │ │ │ ├── ip │ │ │ ├── klogd │ │ │ ├── logread │ │ │ ├── mkswap │ │ │ ├── pivot_root │ │ │ ├── poweroff │ │ │ ├── reboot │ │ │ ├── route │ │ │ ├── start-stop-daemon │ │ │ ├── swapoff │ │ │ ├── swapon │ │ │ ├── switch_root │ │ │ ├── sysctl │ │ │ ├── syslogd │ │ │ ├── udhcpc │ │ │ └── vconfig │ │ └── usr │ │ │ ├── bin │ │ │ ├── [ │ │ │ ├── [[ │ │ │ ├── awk │ │ │ ├── basename │ │ │ ├── bunzip2 │ │ │ ├── bzcat │ │ │ ├── clear │ │ │ ├── cmp │ │ │ ├── crontab │ │ │ ├── cut │ │ │ ├── dirname │ │ │ ├── du │ │ │ ├── env │ │ │ ├── expr │ │ │ ├── find │ │ │ ├── flock │ │ │ ├── free │ │ │ ├── head │ │ │ ├── hexdump │ │ │ ├── hostid │ │ │ ├── id │ │ │ ├── killall │ │ │ ├── less │ │ │ ├── logger │ │ │ ├── md5sum │ │ │ ├── mkfifo │ │ │ ├── nc │ │ │ ├── nslookup │ │ │ ├── pgrep │ │ │ ├── printf │ │ │ ├── readlink │ │ │ ├── reset │ │ │ ├── seq │ │ │ ├── sort │ │ │ ├── strings │ │ │ ├── sum256sha │ │ │ ├── tail │ │ │ ├── tee │ │ │ ├── telnet │ │ │ ├── test │ │ │ ├── time │ │ │ ├── top │ │ │ ├── tr │ │ │ ├── uniq │ │ │ ├── uptime │ │ │ ├── wc │ │ │ ├── wget │ │ │ ├── which │ │ │ ├── xargs │ │ │ └── yes │ │ │ └── sbin │ │ │ ├── arping │ │ │ ├── brctl │ │ │ ├── chroot │ │ │ ├── crond │ │ │ ├── ntpd │ │ │ └── telnetd │ ├── etc │ │ ├── dnsmasq.d │ │ │ ├── ad.conf │ │ │ └── tracker.conf │ │ ├── gfw-nat-cn │ │ └── hosts │ ├── lib │ │ ├── libbind9.so │ │ ├── libbind9.so.90 │ │ ├── libbind9.so.90.0.14 │ │ ├── libblobmsg_json.so │ │ ├── libcares.so.2 │ │ ├── libcares.so.2.3.0 │ │ ├── libcom_err.so.0 │ │ ├── libcom_err.so.0.0 │ │ ├── libcrypt-0.9.33.2.so │ │ ├── libcrypt.so.0 │ │ ├── libcrypto.so.1.0.0 │ │ ├── libcurl.so.4 │ │ ├── libcurl.so.4.3.0 │ │ ├── libcurses.so │ │ ├── libdl-0.9.33.2.so │ │ ├── libdns.so │ │ ├── libdns.so.169 │ │ ├── libdns.so.169.1.2 │ │ ├── libe2p.so.2 │ │ ├── libe2p.so.2.3 │ │ ├── libevent-2.0.so.5 │ │ ├── libevent-2.0.so.5.1.10 │ │ ├── libext2fs.so.2 │ │ ├── libext2fs.so.2.4 │ │ ├── libform.so │ │ ├── libform.so.5 │ │ ├── libform.so.5.9 │ │ ├── libisc.so │ │ ├── libisc.so.106 │ │ ├── libisc.so.106.0.0 │ │ ├── libisccc.so │ │ ├── libisccc.so.90 │ │ ├── libisccc.so.90.0.7 │ │ ├── libisccfg.so │ │ ├── libisccfg.so.90 │ │ ├── libisccfg.so.90.3.0 │ │ ├── libjson-c.so.2 │ │ ├── libjson-c.so.2.0.1 │ │ ├── liblwres.so │ │ ├── liblwres.so.91 │ │ ├── liblwres.so.91.0.3 │ │ ├── libm-0.9.33.2.so │ │ ├── libm.so.0 │ │ ├── libmagic.so.1 │ │ ├── libmagic.so.1.0.0 │ │ ├── libmbedtls.so.1.3.14 │ │ ├── libmbedtls.so.9 │ │ ├── libmenu.so │ │ ├── libmenu.so.5 │ │ ├── libmenu.so.5.9 │ │ ├── libncurses.so │ │ ├── libncurses.so.5 │ │ ├── libncurses.so.5.9 │ │ ├── libnl-tiny.so │ │ ├── libpanel.so │ │ ├── libpanel.so.5 │ │ ├── libpanel.so.5.9 │ │ ├── libpcap.so │ │ ├── libpcap.so.1.3 │ │ ├── libpcap.so.1.3.0 │ │ ├── libpcre.so │ │ ├── libpcre.so.1 │ │ ├── libpcre.so.1.2.6 │ │ ├── libpcreposix.so.0 │ │ ├── libpcreposix.so.0.0.3 │ │ ├── libpopt.so.0 │ │ ├── libpopt.so.0.0.0 │ │ ├── libproc-3.2.8.so │ │ ├── librpc.so │ │ ├── libssl.so.1.0.0 │ │ ├── libstdc++.so.6 │ │ ├── libstdc++.so.6.0.19 │ │ ├── libstdc++.so.6.0.19-gdb.py │ │ ├── libuClibc-0.9.33.2.so │ │ ├── libubox.so │ │ ├── libubus.so │ │ ├── libutil-0.9.33.2.so │ │ ├── libuuid.so │ │ ├── libuuid.so.1 │ │ ├── libuuid.so.1.3.0 │ │ ├── libz.so │ │ ├── libz.so.1 │ │ └── libz.so.1.2.8 │ └── shadowsocks-libev-2.6.3 │ │ ├── ss-local │ │ ├── ss-manager │ │ ├── ss-redir │ │ ├── ss-server │ │ └── ss-tunnel │ └── hw │ ├── bin │ ├── _shadowsocks-libev-2.6.3.sh │ ├── clean-ss.sh │ ├── dnsmasq-notfull │ ├── kms.sh │ ├── memoryclean.sh │ ├── set-variable-path.sh │ ├── shadowsocks-libev.sh │ ├── sshd │ ├── start-dnsmasq-notfull.sh │ ├── start-sshd.sh │ └── start-syslogd.sh │ ├── etc │ ├── authorized_keys │ ├── dnsmasq.conf │ ├── dnsmasq.d │ │ ├── block.conf │ │ ├── gfwlist.conf │ │ ├── netflix.conf │ │ ├── spotify.conf │ │ └── tiktok.conf │ ├── gfw-nat │ ├── hosts │ ├── passwd │ ├── profile │ ├── ssh │ │ ├── ssh_host_rsa_key │ │ ├── ssh_host_rsa_key.pub │ │ └── sshd_config │ └── vlmcsd.ini │ ├── getshell.sh │ ├── hi_epon.ko │ └── ss.json ├── persist-root-shell ├── Makefile ├── config ├── getshell.c └── readme.md └── readme.md /allshell/r017.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/r017.bin -------------------------------------------------------------------------------- /allshell/r019.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/r019.bin -------------------------------------------------------------------------------- /allshell/r020.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/r020.bin -------------------------------------------------------------------------------- /allshell/tools/HW Dollar2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/tools/HW Dollar2.exe -------------------------------------------------------------------------------- /allshell/tools/HWFW_GUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/tools/HWFW_GUI.exe -------------------------------------------------------------------------------- /allshell/tools/ONT组播配置工具V3-V5 2.0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/tools/ONT组播配置工具V3-V5 2.0.exe -------------------------------------------------------------------------------- /allshell/tools/huaweiXML_CFG.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/allshell/tools/huaweiXML_CFG.exe -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/curl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/curl -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/dig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/dig -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/dns-forwarder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/dns-forwarder -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/dnsmasq-notfull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/dnsmasq-notfull -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/dropbear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/dropbear -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/iperf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/iperf -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/iperf.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | method=rc4 4 | #method=xchacha20-ietf-poly1305 5 | #method=aes-128-gcm 6 | #method=chacha20 7 | 8 | /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-tunnel -k test -m $method -l 8387 -L 127.0.0.1:8388 -s 127.0.0.1 -p 8389 & 9 | ss_tunnel_pid=$! 10 | /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-server -k test -m $method -s 127.0.0.1 -p 8389 & 11 | ss_server_pid=$! 12 | 13 | iperf -s -p 8388 & 14 | iperf_pid=$! 15 | 16 | sleep 1 17 | 18 | iperf -c 127.0.0.1 -p 8387 -n 10240000 19 | 20 | # Wait for iperf server to receive all data. 21 | # One second should be enough in most cases. 22 | sleep 1 23 | 24 | kill $ss_tunnel_pid 25 | kill $ss_server_pid 26 | kill $iperf_pid 27 | 28 | sleep 1 29 | echo "Test Finished" 30 | -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/iptables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/iptables -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/iptables-restore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/iptables-restore -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/iptables-save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/iptables-save -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ldd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ldd -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/lsof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/lsof -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/mtr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/mtr -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/nmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/nmap -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ntpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ntpd -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ntpdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ntpdate -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/pdnsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/pdnsd -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/pdnsd-ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/pdnsd-ctl -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/pgrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/pgrep -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ps -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/rngd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/rngd -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/rsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/rsync -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/scp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/scp -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/sftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/sftp -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/sftp-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/sftp-server -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ss-local-3.3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ss-local-3.3.5 -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-add -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-agent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-agent -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-keygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-keygen -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-keyscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-keyscan -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-keysign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-keysign -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-pkcs11-helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-pkcs11-helper -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/ssh-sk-helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/ssh-sk-helper -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/sshd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/sshd -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/tcpdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/tcpdump -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/tcping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/tcping -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/udpspeeder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/udpspeeder -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/vim -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/vlmcsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/vlmcsd -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/wget-nossl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/wget-nossl -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/wget-ssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/wget-ssl -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/zabbix_agent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/zabbix_agent -------------------------------------------------------------------------------- /mnt/jffs2/app/bin/zabbix_agentd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/bin/zabbix_agentd -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/busybox-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/bin/busybox-bak -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/egrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/false: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/fgrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/fsync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/gunzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/gzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/lock: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/mktemp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/mv: -------------------------------------------------------------------------------- 1 | busybox-bak -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/netmsg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/passwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/ping6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/tar: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/traceroute: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/traceroute6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/vi: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/bin/zcat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/ld-uClibc-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/ld-uClibc-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/ld-uClibc.so.0: -------------------------------------------------------------------------------- 1 | ld-uClibc-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libc.so.0: -------------------------------------------------------------------------------- 1 | libuClibc-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libcrypt-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/libcrypt-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libcrypt.so.0: -------------------------------------------------------------------------------- 1 | libcrypt-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libdl-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/libdl-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libdl.so.0: -------------------------------------------------------------------------------- 1 | libdl-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libgcc_s.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/libgcc_s.so.1 -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libm-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/libm-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libm.so.0: -------------------------------------------------------------------------------- 1 | libm-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libuClibc-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/libuClibc-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libutil-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/busybox/lib/libutil-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/lib/libutil.so.0: -------------------------------------------------------------------------------- 1 | libutil-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/devmem: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/halt: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/hwclock: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/ifconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/ip: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/klogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/logread: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/mkswap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/pivot_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/poweroff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/reboot: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/route: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/start-stop-daemon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/swapoff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/swapon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/switch_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/sysctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/syslogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/udhcpc: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/sbin/vconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/[[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/awk: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/basename: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/bunzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/bzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/clear: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/cmp: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/crontab: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/cut: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/dirname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/du: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/env: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/expr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/find: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/flock: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/free: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/head: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/hexdump: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/hostid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/id: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/killall: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/less: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/logger: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/md5sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/mkfifo: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/nc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/nslookup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/pgrep: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/printf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/readlink: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/reset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/seq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/sort: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/strings: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/sum256sha: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/tail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/tee: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/telnet: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/test: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/time: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/top: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/tr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/uniq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/uptime: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/wc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/wget: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/which: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/xargs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/bin/yes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/sbin/arping: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/sbin/brctl: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/sbin/chroot: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/sbin/crond: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/sbin/ntpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/busybox/usr/sbin/telnetd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /mnt/jffs2/app/etc/dnsmasq.d/tracker.conf: -------------------------------------------------------------------------------- 1 | # log tracker 2 | address=/a.baidu.com/127.0.0.1 3 | address=/adm.baidu.com/127.0.0.1 4 | address=/als.baidu.com/127.0.0.1 5 | address=/api.youqian.baidu.com/127.0.0.1 6 | address=/api.share.baidu.com/127.0.0.1 7 | address=/as.baidu.com/127.0.0.1 8 | address=/ashifen.com/127.0.0.1 9 | address=/baidustatic.com/127.0.0.1 10 | address=/baidutv.baidu.com/127.0.0.1 11 | address=/baikebcs.bdimg.com/127.0.0.1 12 | address=/bar.baidu.com/127.0.0.1 13 | address=/bdimg.share.baidu.com/127.0.0.1 14 | address=/boscdn.bpc.baidu.com/127.0.0.1 15 | address=/c.baidu.com/127.0.0.1 16 | address=/cbjs.baidu.com/127.0.0.1 17 | address=/cjhq.baidu.com/127.0.0.1 18 | address=/cpro.baidu.com/127.0.0.1 19 | address=/cpro.tieba.baidu.com/127.0.0.1 20 | address=/cpro.zhidao.baidu.com/127.0.0.1 21 | address=/dcps.nuomi.com/127.0.0.1 22 | address=/drmcmm.baidu.com/127.0.0.1 23 | address=/e.baidu.com/127.0.0.1 24 | address=/eiv.baidu.com/127.0.0.1 25 | address=/feed.baidu.com/127.0.0.1 26 | address=/focusbaiduafp.allyes.com/127.0.0.1 27 | address=/hc.baidu.com/127.0.0.1 28 | address=/hm.baidu.com/127.0.0.1 29 | address=/hmma.baidu.com/127.0.0.1 30 | address=/hpd.baidu.com/127.0.0.1 31 | address=/idm-su.baidu.com/127.0.0.1 32 | address=/imageplus.baidu.com/127.0.0.1 33 | address=/itsdata.map.baidu.com/127.0.0.1 34 | address=/libs.baidu.com/127.0.0.1 35 | address=/log.nuomi.com/127.0.0.1 36 | address=/log.waimai.baidu.com/127.0.0.1 37 | address=/ma.baidu.com/127.0.0.1 38 | address=/mobads-logs.baidu.com/127.0.0.1 39 | address=/mobads.baidu.com/127.0.0.1 40 | address=/msite.baidu.com/127.0.0.1 41 | address=/nsclick.baidu.com/127.0.0.1 42 | address=/qchannel01.cn/127.0.0.1 43 | address=/rj.baidu.com/127.0.0.1 44 | address=/shifen.com/127.0.0.1 45 | address=/spcode.baidu.com/127.0.0.1 46 | address=/static.map.bdimg.com/127.0.0.1 47 | address=/static.su.baidu.com/127.0.0.1 48 | address=/tk.baidu.com/127.0.0.1 49 | address=/tuisong.baidu.com/127.0.0.1 50 | address=/ucstat.baidu.com/127.0.0.1 51 | address=/ufosdk.baidu.com/127.0.0.1 52 | address=/ulog.imap.baidu.com/127.0.0.1 53 | address=/union.baidu.com/127.0.0.1 54 | address=/utility.baidu.com/127.0.0.1 55 | address=/utk.baidu.com/127.0.0.1 56 | address=/wangmeng.baidu.com/127.0.0.1 57 | address=/wm.baidu.com/127.0.0.1 58 | address=/wn.pos.baidu.com/127.0.0.1 59 | address=/zhanzhang.baidu.com/127.0.0.1 60 | address=/znsv.baidu.com/127.0.0.1 61 | address=/zz.bdstatic.com/127.0.0.1 62 | address=/em.baidu.com/127.0.0.1 63 | 64 | ## Ali 65 | address=/acjs.aliyun.com/127.0.0.1 66 | address=/adash-c.ut.taobao.com/127.0.0.1 67 | address=/adash.m.taobao.com/127.0.0.1 68 | address=/adashbc.m.taobao.com/127.0.0.1 69 | address=/adashx.m.taobao.com/127.0.0.1 70 | address=/afp.alicdn.com/127.0.0.1 71 | address=/alipaylog.com/127.0.0.1 72 | address=/amdc.alipay.com/127.0.0.1 73 | address=/amdc.m.taobao.com/127.0.0.1 74 | address=/apoll.m.taobao.com/127.0.0.1 75 | address=/appdownload.alicdn.com/127.0.0.1 76 | address=/atanx.alicdn.com/127.0.0.1 77 | address=/click.aliyun.com/127.0.0.1 78 | address=/dorangesource.alicdn.com/127.0.0.1 79 | address=/hydra.alibaba.com/127.0.0.1 80 | address=/ifs.tanx.com/127.0.0.1 81 | address=/m-adash.m.taobao.com/127.0.0.1 82 | address=/m.simaba.taobao.com/127.0.0.1 83 | address=/nbsdk-baichuan.alicdn.com/127.0.0.1 84 | address=/nbsdk-baichuan.taobao.com/127.0.0.1 85 | address=/pics.taobaocdn.com/127.0.0.1 86 | address=/show.re.taobao.com/127.0.0.1 87 | address=/strip.taobaocdn.com/127.0.0.1 88 | address=/tns.simba.taobao.com/127.0.0.1 89 | address=/userimg.qunar.com/127.0.0.1 90 | address=/yiliao.hupan.com/127.0.0.1 91 | 92 | ## sina 93 | address=/ad.sina.com.cn/127.0.0.1 94 | address=/adm.leju.sina.com.cn/127.0.0.1 95 | address=/atm.sina.com/127.0.0.1 96 | address=/beacon.sina.com.cn/127.0.0.1 97 | address=/dcads.sina.com.cn/127.0.0.1 98 | address=/dp.im.weibo.cn/127.0.0.1 99 | address=/imrworldwide.com/127.0.0.1 100 | address=/log.weico.cc/127.0.0.1 101 | address=/miaozhen.com/127.0.0.1 102 | address=/sax.sina.cn/127.0.0.1 103 | address=/sax.sina.com.cn/127.0.0.1 104 | address=/tjs.sjs.sinajs.cn/127.0.0.1 105 | address=/wax.weibo.com/127.0.0.1 106 | address=/sbeacon.sina.com.cn/127.0.0.1 107 | address=/log.sina.cn/127.0.0.1 108 | address=/sapi.sina.cn/127.0.0.1 109 | 110 | ## QQ 111 | address=/act.qq.com/127.0.0.1 112 | address=/adsfile.qq.com/127.0.0.1 113 | address=/beacon.qq.com/127.0.0.1 114 | address=/btrace.qq.com/127.0.0.1 115 | address=/bugly.qq.com/127.0.0.1 116 | address=/e.qq.com/127.0.0.1 117 | address=/gdt.qq.com/127.0.0.1 118 | address=/ltsdl.qq.com/127.0.0.1 119 | address=/monitor.uu.qq.com/127.0.0.1 120 | address=/mtrace.qq.com/127.0.0.1 121 | address=/pgdt.gtimg.cn/127.0.0.1 122 | address=/pingjs.qq.com/127.0.0.1 123 | address=/pingma.qq.com/127.0.0.1 124 | address=/pingtcss.qq.com/127.0.0.1 125 | address=/report.qq.com/127.0.0.1 126 | address=/routertips.video.qq.com/127.0.0.1 127 | address=/tajs.qq.com/127.0.0.1 128 | address=/tcss.qq.com/127.0.0.1 129 | address=/up-hl.3g.qq.com/127.0.0.1 130 | address=/fusion.qq.com/127.0.0.1 131 | address=/sdkconfig.video.qq.com/127.0.0.1 132 | address=/iacc.qq.com/127.0.0.1 133 | address=/news.l.qq.com/127.0.0.1 134 | address=/yun-hl.3g.qq.com/127.0.0.1 135 | 136 | ## 360 137 | address=/3600.com/127.0.0.1 138 | address=/adapi.shouji.360.cn/127.0.0.1 139 | address=/dev.tg.wan.360.cn/127.0.0.1 140 | address=/huodong.ios.shouji.360.cn/127.0.0.1 141 | address=/kuaikan.netmon.360safe.com/127.0.0.1 142 | address=/leak.360.cn/127.0.0.1 143 | address=/openbox.mobilem.360.cn/127.0.0.1 144 | address=/pub.se.360.cn/127.0.0.1 145 | address=/soft.data.weather.360.cn/127.0.0.1 146 | address=/stat.360safe.com/127.0.0.1 147 | address=/stat.m.360.cn/127.0.0.1 148 | address=/update.360safe.com/127.0.0.1 149 | 150 | ## 163 151 | address=/adgeo.163.com/127.0.0.1 152 | address=/bobo.163.com/127.0.0.1 153 | address=/fa.163.com/127.0.0.1 154 | address=/g.163.com/127.0.0.1 155 | address=/g1.163.com/127.0.0.1 156 | address=/gb.corp.163.com/127.0.0.1 157 | address=/haitaoad.nosdn.127.net/127.0.0.1 158 | address=/img1.126.net/127.0.0.1 159 | address=/oadz.com/127.0.0.1 160 | address=/oimagea2.ydstatic.com/127.0.0.1 161 | address=/pagechoice.net/127.0.0.1 162 | address=/prom.gome.com.cn/127.0.0.1 163 | address=/rlogs.youdao.com/127.0.0.1 164 | address=/static.flv.uuzuonline.com/127.0.0.1 165 | address=/wanproxy.127.net/127.0.0.1 166 | 167 | -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libbind9.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libbind9.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libbind9.so.90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libbind9.so.90 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libbind9.so.90.0.14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libbind9.so.90.0.14 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libblobmsg_json.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libblobmsg_json.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcares.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcares.so.2 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcares.so.2.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcares.so.2.3.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcom_err.so.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcom_err.so.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcom_err.so.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcom_err.so.0.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcrypt-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcrypt-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcrypt.so.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcrypt.so.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcrypto.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcrypto.so.1.0.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcurl.so.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcurl.so.4 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcurl.so.4.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcurl.so.4.3.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libcurses.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libcurses.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libdl-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libdl-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libdns.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libdns.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libdns.so.169: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libdns.so.169 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libdns.so.169.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libdns.so.169.1.2 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libe2p.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libe2p.so.2 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libe2p.so.2.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libe2p.so.2.3 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libevent-2.0.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libevent-2.0.so.5 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libevent-2.0.so.5.1.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libevent-2.0.so.5.1.10 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libext2fs.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libext2fs.so.2 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libext2fs.so.2.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libext2fs.so.2.4 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libform.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libform.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libform.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libform.so.5 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libform.so.5.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libform.so.5.9 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisc.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisc.so.106: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisc.so.106 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisc.so.106.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisc.so.106.0.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisccc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisccc.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisccc.so.90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisccc.so.90 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisccc.so.90.0.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisccc.so.90.0.7 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisccfg.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisccfg.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisccfg.so.90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisccfg.so.90 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libisccfg.so.90.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libisccfg.so.90.3.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libjson-c.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libjson-c.so.2 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libjson-c.so.2.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libjson-c.so.2.0.1 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/liblwres.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/liblwres.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/liblwres.so.91: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/liblwres.so.91 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/liblwres.so.91.0.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/liblwres.so.91.0.3 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libm-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libm-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libm.so.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libm.so.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmagic.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmagic.so.1 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmagic.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmagic.so.1.0.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmbedtls.so.1.3.14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmbedtls.so.1.3.14 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmbedtls.so.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmbedtls.so.9 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmenu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmenu.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmenu.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmenu.so.5 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libmenu.so.5.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libmenu.so.5.9 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libncurses.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libncurses.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libncurses.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libncurses.so.5 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libncurses.so.5.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libncurses.so.5.9 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libnl-tiny.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libnl-tiny.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpanel.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpanel.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpanel.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpanel.so.5 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpanel.so.5.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpanel.so.5.9 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcap.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcap.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcap.so.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcap.so.1.3 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcap.so.1.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcap.so.1.3.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcre.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcre.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcre.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcre.so.1 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcre.so.1.2.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcre.so.1.2.6 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcreposix.so.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcreposix.so.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpcreposix.so.0.0.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpcreposix.so.0.0.3 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpopt.so.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpopt.so.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libpopt.so.0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libpopt.so.0.0.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libproc-3.2.8.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libproc-3.2.8.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/librpc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/librpc.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libssl.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libssl.so.1.0.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libstdc++.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libstdc++.so.6 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libstdc++.so.6.0.19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libstdc++.so.6.0.19 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libstdc++.so.6.0.19-gdb.py: -------------------------------------------------------------------------------- 1 | # -*- python -*- 2 | # Copyright (C) 2009-2013 Free Software Foundation, Inc. 3 | 4 | # This program is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see . 16 | 17 | import sys 18 | import gdb 19 | import os 20 | import os.path 21 | 22 | pythondir = '/home/buildbot/slave-local/omap_generic/build/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/share/gcc-4.8.3/python' 23 | libdir = '/home/buildbot/slave-local/omap_generic/build/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/arm-openwrt-linux-uclibcgnueabi/lib' 24 | 25 | # This file might be loaded when there is no current objfile. This 26 | # can happen if the user loads it manually. In this case we don't 27 | # update sys.path; instead we just hope the user managed to do that 28 | # beforehand. 29 | if gdb.current_objfile () is not None: 30 | # Update module path. We want to find the relative path from libdir 31 | # to pythondir, and then we want to apply that relative path to the 32 | # directory holding the objfile with which this file is associated. 33 | # This preserves relocatability of the gcc tree. 34 | 35 | # Do a simple normalization that removes duplicate separators. 36 | pythondir = os.path.normpath (pythondir) 37 | libdir = os.path.normpath (libdir) 38 | 39 | prefix = os.path.commonprefix ([libdir, pythondir]) 40 | # In some bizarre configuration we might have found a match in the 41 | # middle of a directory name. 42 | if prefix[-1] != '/': 43 | prefix = os.path.dirname (prefix) + '/' 44 | 45 | # Strip off the prefix. 46 | pythondir = pythondir[len (prefix):] 47 | libdir = libdir[len (prefix):] 48 | 49 | # Compute the ".."s needed to get from libdir to the prefix. 50 | dotdots = ('..' + os.sep) * len (libdir.split (os.sep)) 51 | 52 | objfile = gdb.current_objfile ().filename 53 | dir_ = os.path.join (os.path.dirname (objfile), dotdots, pythondir) 54 | 55 | if not dir_ in sys.path: 56 | sys.path.insert(0, dir_) 57 | 58 | # Load the pretty-printers. 59 | from libstdcxx.v6.printers import register_libstdcxx_printers 60 | register_libstdcxx_printers (gdb.current_objfile ()) 61 | -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libuClibc-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libuClibc-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libubox.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libubox.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libubus.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libubus.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libutil-0.9.33.2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libutil-0.9.33.2.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libuuid.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libuuid.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libuuid.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libuuid.so.1 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libuuid.so.1.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libuuid.so.1.3.0 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libz.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libz.so -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libz.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libz.so.1 -------------------------------------------------------------------------------- /mnt/jffs2/app/lib/libz.so.1.2.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/lib/libz.so.1.2.8 -------------------------------------------------------------------------------- /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-local -------------------------------------------------------------------------------- /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-manager -------------------------------------------------------------------------------- /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-redir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-redir -------------------------------------------------------------------------------- /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-server -------------------------------------------------------------------------------- /mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-tunnel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-tunnel -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/_shadowsocks-libev-2.6.3.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | SS_CONFIG_FILE=/mnt/jffs2/hw/ss.json 4 | SS_REDIR_BIN=/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-redir 5 | SS_TUNNEL_BIN=/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-tunnel 6 | SS_LOCAL_BIN=/mnt/jffs2/app/bin/ss-local-3.3.5 7 | GFW_FILE_PATH=/mnt/jffs2/hw/etc/gfw-nat 8 | 9 | SERVER_IP=`cat $SS_CONFIG_FILE |grep '"server"' | awk -F '"' '{print $4}'` 10 | 11 | mkdir -p /var/run/ 12 | 13 | if [ ! -e /var/run/ss-redir.pid ] ;then 14 | 15 | sleep 60 16 | 17 | # create new nat table 18 | iptables -t nat -N SHADOWSOCKS 19 | 20 | # set iptables rule 21 | iptables -I INPUT -s 127.0.0.1/8 -p tcp --dport 1234 -j ACCEPT 22 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 1234 -j ACCEPT 23 | iptables -I INPUT -s 127.0.0.1/8 -p tcp --dport 5300 -j ACCEPT 24 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 5300 -j ACCEPT 25 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 1080 -j ACCEPT 26 | 27 | echo 3 > /proc/sys/net/ipv4/tcp_fastopen 28 | 29 | else 30 | 31 | kill `pidof ss-redir` 32 | kill `pidof ss-tunnel` 33 | kill `pidof dns-forwarder` 34 | # kill `pidof ss-local-3.3.5` 35 | 36 | rm -rf /var/run/ss-redir.pid 37 | rm -rf /var/run/ss-tunnel.pid 38 | 39 | fi 40 | 41 | #redir tunnel 42 | $SS_REDIR_BIN -c $SS_CONFIG_FILE -b 192.168.1.1 -l 1234 -f /var/run/ss-redir.pid 43 | $SS_TUNNEL_BIN -c $SS_CONFIG_FILE -b 127.0.0.1 -l 5353 -L 127.0.0.1:53 -f /var/run/ss-tunnel.pid 44 | #$SS_LOCAL_BIN -c $SS_CONFIG_FILE -l 1080 -b 192.168.1.1 -f /var/run/ss-local.pid 45 | 46 | # dns forward 47 | /mnt/jffs2/app/bin/dns-forwarder -b 127.0.0.1 -p 5300 -s 127.0.0.1:5353 & 48 | 49 | # flash nat table 50 | iptables -t nat -F SHADOWSOCKS 51 | 52 | # gfw list ip 53 | iptables-restore --table=nat < $GFW_FILE_PATH 54 | 55 | # server ip 56 | iptables -t nat -I SHADOWSOCKS -d $SERVER_IP -j RETURN 57 | iptables -I FORWARD -d $SERVER_IP -j ACCEPT 58 | 59 | # redirect all 80/443 packets to 1234 port 60 | iptables -t nat -A SHADOWSOCKS -p tcp -j REDIRECT --to-ports 1234 61 | iptables -t nat -I PREROUTING -p tcp -m multiport --dports 80,443 -j SHADOWSOCKS 62 | 63 | # fix dns, redirect all other dns server to 192.168.1.1#53, such as 114.114.114.114 or 8.8.8.8 that is embeded into APP 64 | iptables -t nat -N DNS 65 | iptables -t nat -A DNS -d 192.168.1.1 -j RETURN 66 | iptables -t nat -A DNS -p udp -j REDIRECT --to-ports 53 67 | iptables -t nat -I PREROUTING -p udp --dport 53 -j DNS 68 | 69 | # fix time server 70 | iptables -t nat -N TIMER 71 | iptables -t nat -A TIMER -d 192.168.1.1 -j RETURN 72 | iptables -t nat -A TIMER -p udp -j REDIRECT --to-ports 123 73 | iptables -t nat -I PREROUTING -p udp --dport 123 -j TIMER 74 | 75 | exit 0 76 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/clean-ss.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | iptables -t nat -F SHADOWSOCKS 4 | 5 | exit 0 6 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/dnsmasq-notfull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/hw/bin/dnsmasq-notfull -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/kms.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | #sleep 70 4 | 5 | # kms 6 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 1688 -j ACCEPT 7 | /mnt/jffs2/app/bin/vlmcsd -i /mnt/jffs2/hw/etc/vlmcsd.ini -l /tmp/kms.log -p /var/run/vlmcsd.pid -L 0.0.0.0:1688 8 | 9 | exit 0; 10 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/memoryclean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | KillProcess() 4 | { 5 | echo -n "Start kill $1 ...... " 6 | pid=$(pidof $1) 7 | if [ ! "$pid" = "" ]; then 8 | kill -9 $pid 9 | fi 10 | echo "Done!" 11 | } 12 | 13 | KillProcessNormal() 14 | { 15 | echo -n "Start kill $1 ...... " 16 | pid=$(pidof $1) 17 | if [ ! "$pid" = "" ]; then 18 | kill -15 $pid 19 | fi 20 | echo "Done!" 21 | } 22 | 23 | KillProcessFivetimeNormal() 24 | { 25 | count=0 26 | while [ $count -lt 5 ]; do 27 | #echo $count 28 | pid=$(pidof $1) 29 | if [ "$pid" != "" ]; then 30 | kill -15 $pid 31 | sleep 1 32 | let count=$count+1 33 | else 34 | break 35 | fi 36 | done 37 | 38 | if [ $count -eq 5 ]; then 39 | echo clean $1 fail! > /proc/wap_proc/wap_log 40 | fi 41 | } 42 | 43 | KillProcessFivetime() 44 | { 45 | count=0 46 | while [ $count -lt 5 ]; do 47 | #echo $count 48 | pid=$(pidof $1) 49 | if [ "$pid" != "" ]; then 50 | kill -9 $pid 51 | sleep 1 52 | let count=$count+1 53 | else 54 | break 55 | fi 56 | done 57 | 58 | if [ $count -eq 5 ]; then 59 | echo clean $1 fail! > /proc/wap_proc/wap_log 60 | fi 61 | } 62 | 63 | CheckProcess() 64 | { 65 | # kill vspa's watchdog 66 | KillProcessFivetime watchproc.sh 67 | 68 | # kill vspa 69 | KillProcessFivetime voice_h248sip 70 | #KillProcessFivetime vspa_sip 71 | KillProcessFivetime voice_sip 72 | 73 | # kill omci 74 | KillProcessFivetime omci 75 | 76 | # kill oam 77 | KillProcessFivetime oam 78 | 79 | # kill amp 80 | #KillProcessFivetime amp 81 | 82 | # kill smp_usb 83 | KillProcessFivetime smp_usb 84 | 85 | # kill hw_ldsp_user 86 | KillProcessFivetime hw_ldsp_user 87 | 88 | # kill dnsmasq 89 | KillProcessFivetime dnsmasq 90 | 91 | # kill dhcpd 92 | KillProcessFivetime dhcpd 93 | 94 | # kill dhcpc 95 | KillProcessFivetime dhcpc 96 | 97 | # kill upnpdmain 98 | KillProcessFivetime upnpdmain 99 | 100 | # kill hostapd 101 | # KillProcessFivetime hostapd 102 | 103 | # kill apm 104 | KillProcessFivetime apm 105 | 106 | # kill igmp 107 | KillProcessFivetime igmp 108 | 109 | # kill ethoam 110 | KillProcessFivetime ethoam 111 | 112 | # kill bbsp 113 | #KillProcessFivetime bbsp 114 | 115 | # kill cwmp 116 | KillProcessFivetime cwmp 117 | 118 | # kill web 119 | KillProcessFivetime web 120 | 121 | # kill procmonitor 122 | KillProcessFivetimeNormal procmonitor 123 | 124 | KillProcessFivetimeNormal ldspcli 125 | 126 | 127 | # add by hongs 2020/04/18 128 | KillProcessFivetime iaccess 129 | KillProcessFivetime wifi 130 | KillProcessFivetime bbsp 131 | KillProcessFivetime amp 132 | KillProcessFivetime sntp 133 | KillProcessFivetime app_m 134 | KillProcessFivetime osgi_proxy 135 | # KillProcessFivetime qoe 136 | KillProcessFivetime ip6tables-restore 137 | KillProcessFivetime iptables-restore 138 | KillProcessFivetime comm 139 | } 140 | 141 | # close the kernel print 142 | echo 0 > /proc/sys/kernel/printk 143 | 144 | echo "==========================================" 145 | echo "== Start clean memory for Multi-Upgrade! =" 146 | echo "==========================================" 147 | 148 | echo "Current memeory info:" 149 | free 150 | 151 | echo "==========================================" 152 | echo "Current status info:" 153 | #ps 154 | 155 | echo "==========================================" 156 | 157 | echo "Start kill process ! " 158 | 159 | echo > /var/cleanmemflag 160 | echo "***[echo > /var/cleanmemflag]***" 161 | 162 | # kill procmonitor 163 | KillProcessNormal procmonitor 164 | 165 | # kill web 166 | KillProcess web 167 | 168 | # kill cwmp 169 | KillProcess cwmp 170 | 171 | # kill vspa's watchdog 172 | KillProcess watchproc.sh 173 | 174 | # kill vspa 175 | killall voice_h248sip 176 | KillProcess voice_h248sip 177 | killall voice_sip 178 | KillProcess voice_sip 179 | 180 | # kill omci 181 | KillProcess omci 182 | 183 | # kill omci 184 | KillProcess oam 185 | 186 | # kill amp 187 | #KillProcess amp 188 | 189 | # kill smp_usb 190 | KillProcess smp_usb 191 | 192 | # kill hw_ldsp_user 193 | KillProcess hw_ldsp_user 194 | 195 | # kill dnsmasq 196 | KillProcess dnsmasq 197 | 198 | # kill dhcpd 199 | KillProcess dhcpd 200 | 201 | # kill apm 202 | KillProcess apm 203 | 204 | # kill igmp 205 | KillProcess igmp 206 | 207 | # kill ethoam 208 | KillProcess ethoam 209 | 210 | # kill bbsp 211 | #KillProcess bbsp 212 | 213 | KillProcess ldspcli 214 | 215 | KillProcess aging 216 | 217 | KillProcess radvd 218 | 219 | KillProcess dhcp6s 220 | 221 | #KillProcess wifi 222 | 223 | KillProcess usb_mngt 224 | 225 | KillProcess app_nlc 226 | 227 | KillProcess app_acs 228 | 229 | KillProcess app_sdt 230 | 231 | KillProcess wificli 232 | 233 | 234 | # add by hongs 2020/04/18 235 | KillProcess iaccess 236 | KillProcess wifi 237 | KillProcess bbsp 238 | KillProcess amp 239 | KillProcess sntp 240 | KillProcess app_m 241 | KillProcess osgi_proxy 242 | KillProcess qoe 243 | KillProcess ip6tables-restore 244 | KillProcess iptables-restore 245 | KillProcess comm 246 | KillProcess java 247 | KillProcess ssmp 248 | 249 | echo "Kill process done! " 250 | 251 | # Drop page cache 252 | echo -n "Start drop page cache ...... " 253 | echo 3 > /proc/sys/vm/drop_caches 254 | echo "Done!" 255 | 256 | echo "==========================================" 257 | echo "== End clean memory for Multi-Upgrade! =" 258 | echo "==========================================" 259 | 260 | echo "Current memeory info:" 261 | free 262 | 263 | echo "==========================================" 264 | echo "Current status info:" 265 | #ps 266 | 267 | 268 | # Open the kernel print 269 | while true; do sleep 10; echo 4 > /proc/sys/kernel/printk; break; done & 270 | while true; do sleep 10; CheckProcess; break; done & 271 | 272 | # return 0 to system for other application to get the status 273 | return 0 -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/set-variable-path.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | sleep 60 4 | 5 | export LD_LIBRARY_PATH=/mnt/jffs2/app/busybox/lib:$LD_LIBRARY_PATH 6 | 7 | # set security drop 8 | 9 | iptables -I INPUT -p tcp --dport 23 -j DROP 10 | iptables -I INPUT -s 192.168.1.0/24 -p tcp --dport 23 -j ACCEPT 11 | iptables -I INPUT -p tcp --dport 80 -j DROP 12 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 80 -j ACCEPT 13 | 14 | iptables -I INPUT -p tcp --dport 3333 -j DROP 15 | iptables -I INPUT -p tcp --dport 5080 -j DROP 16 | 17 | # set nameserver 18 | echo "nameserver 127.0.0.1" > /var/wan/dns 19 | 20 | # passwd 21 | cp /mnt/jffs2/hw/etc/passwd /var/passwd 22 | 23 | sleep 30 24 | # forward all data 25 | iptables -A FWD_FIREWALL_COMMON -i br+ -j ACCEPT 26 | 27 | # ss 28 | iptables -D INPUT_FIREWALL -i br+ -j DROP 29 | 30 | # set time 31 | /mnt/jffs2/app/busybox/usr/sbin/ntpd -n -p ntp1.aliyun.com -l -N & 32 | iptables -I INPUT -s 192.168.1.0/24 -p udp --dport 123 -j ACCEPT 33 | 34 | # clean memory 35 | sleep 120 36 | /mnt/jffs2/hw/bin/memoryclean.sh & 37 | 38 | exit 0; 39 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/shadowsocks-libev.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | SS_CONFIG_FILE=/mnt/jffs2/hw/ss.json 4 | SS_REDIR_BIN=/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-redir 5 | SS_TUNNEL_BIN=/mnt/jffs2/app/shadowsocks-libev-2.6.3/ss-tunnel 6 | SS_LOCAL_BIN=/mnt/jffs2/app/bin/ss-local-3.3.5 7 | GFW_FILE_PATH=/mnt/jffs2/hw/etc/gfw-nat 8 | 9 | SERVER_IP=`cat $SS_CONFIG_FILE |grep '"server"' | awk -F '"' '{print $4}'` 10 | 11 | mkdir -p /var/run/ 12 | 13 | if [ ! -e /var/run/ss-redir.pid ] ;then 14 | 15 | sleep 60 16 | 17 | # create new nat table 18 | iptables -t nat -N SHADOWSOCKS 19 | 20 | # set iptables rule 21 | iptables -I INPUT -s 127.0.0.1/8 -p tcp --dport 1234 -j ACCEPT 22 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 1234 -j ACCEPT 23 | iptables -I INPUT -s 127.0.0.1/8 -p tcp --dport 5300 -j ACCEPT 24 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 5300 -j ACCEPT 25 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 1080 -j ACCEPT 26 | 27 | echo 3 > /proc/sys/net/ipv4/tcp_fastopen 28 | 29 | else 30 | 31 | kill `pidof ss-redir` 32 | kill `pidof ss-tunnel` 33 | kill `pidof dns-forwarder` 34 | # kill `pidof ss-local-3.3.5` 35 | 36 | rm -rf /var/run/ss-redir.pid 37 | rm -rf /var/run/ss-tunnel.pid 38 | 39 | fi 40 | 41 | #redir tunnel 42 | $SS_REDIR_BIN -c $SS_CONFIG_FILE -b 192.168.1.1 -l 1234 -f /var/run/ss-redir.pid 43 | $SS_TUNNEL_BIN -c $SS_CONFIG_FILE -b 127.0.0.1 -l 5353 -L 127.0.0.1:53 -f /var/run/ss-tunnel.pid 44 | #$SS_LOCAL_BIN -c $SS_CONFIG_FILE -l 1080 -b 192.168.1.1 -f /var/run/ss-local.pid 45 | 46 | # dns forward 47 | /mnt/jffs2/app/bin/dns-forwarder -b 127.0.0.1 -p 5300 -s 127.0.0.1:5353 & 48 | 49 | # flash nat table 50 | iptables -t nat -F SHADOWSOCKS 51 | 52 | # gfw list ip 53 | iptables-restore --table=nat < $GFW_FILE_PATH 54 | 55 | # server ip 56 | iptables -t nat -I SHADOWSOCKS -d $SERVER_IP -j RETURN 57 | iptables -I FORWARD -d $SERVER_IP -j ACCEPT 58 | 59 | # redirect all 80/443 packets to 1234 port 60 | iptables -t nat -A SHADOWSOCKS -p tcp -j REDIRECT --to-ports 1234 61 | iptables -t nat -I PREROUTING -p tcp -m multiport --dports 80,443 -j SHADOWSOCKS 62 | 63 | # fix dns, redirect all other dns server to 192.168.1.1#53, such as 114.114.114.114 or 8.8.8.8 that is embeded into APP 64 | iptables -t nat -N DNS 65 | iptables -t nat -A DNS -d 192.168.1.1 -j RETURN 66 | iptables -t nat -A DNS -p udp -j REDIRECT --to-ports 53 67 | iptables -t nat -I PREROUTING -p udp --dport 53 -j DNS 68 | 69 | # fix time server 70 | iptables -t nat -N TIMER 71 | iptables -t nat -A TIMER -d 192.168.1.1 -j RETURN 72 | iptables -t nat -A TIMER -p udp -j REDIRECT --to-ports 123 73 | iptables -t nat -I PREROUTING -p udp --dport 123 -j TIMER 74 | 75 | exit 0 76 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/sshd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/hw/bin/sshd -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/start-dnsmasq-notfull.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | #export LD_LIBRARY_PATH=/mnt/jffs2/app/dnsmasq-notfull_2.81/lib:/mnt/jffs2/app/dnsmasq-notfull_2.81/usr/lib:$LD_LIBRARY_PATH 4 | 5 | if [ ! -e /var/run/dnsmasq-notfull.pid ] ;then 6 | 7 | sleep 80 8 | ps w | grep /var/dnsmasq_br0.conf | grep -v grep | awk '{print $1}' | xargs kill -9 9 | kill `pidof dnsmasq` 10 | # rm -rf /var/dhcpd 11 | # kill `pidof dhcpd` 12 | 13 | mkdir -p /var/log/ 14 | else 15 | 16 | kill `pidof dnsmasq-notfull` 17 | rm -rf /var/run/dnsmasq-notfull.pid 18 | 19 | fi 20 | 21 | /mnt/jffs2/hw/bin/dnsmasq-notfull -C /mnt/jffs2/hw/etc/dnsmasq.conf --pid-file=/var/run/dnsmasq-notfull.pid 22 | 23 | exit 0; 24 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/start-sshd.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | sleep 60 4 | 5 | # sshd 6 | if [ ! -e /tmp/sshd.log ]; then 7 | 8 | cp -p /mnt/jffs2/hw/etc/authorized_keys /var/authorized_keys 9 | chmod 600 /var/authorized_keys 10 | mkdir -p /var/run 11 | 12 | mkdir -p /var/empty 13 | chmod 600 /var/empty 14 | adduser -D -H sshd 15 | 16 | kill `pidof dropbear` 17 | 18 | /mnt/jffs2/hw/bin/sshd -f /mnt/jffs2/hw/etc/ssh/sshd_config -E /tmp/sshd.log 19 | iptables -I INPUT -s 192.168.1.1/24 -p tcp --dport 22 -j ACCEPT 20 | fi 21 | 22 | exit 0; 23 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/bin/start-syslogd.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | sleep 70 4 | 5 | # syslogd 6 | mkdir -p /var/log 7 | /mnt/jffs2/app/busybox/sbin/syslogd -O /var/log/messages 8 | 9 | exit 0; 10 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/hw/etc/authorized_keys -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/dnsmasq.conf: -------------------------------------------------------------------------------- 1 | conf-dir=/mnt/jffs2/hw/etc/dnsmasq.d 2 | conf-dir=/mnt/jffs2/app/etc/dnsmasq.d 3 | log-queries 4 | log-facility = /var/log/dnsmasq.log 5 | bind-interfaces 6 | listen-address=192.168.1.1, 127.0.0.1 7 | port=53 8 | cache-size=8000 9 | neg-ttl=600 10 | local-ttl=3600 11 | #max-ttl=3600 12 | max-cache-ttl=86400 13 | min-cache-ttl=86400 14 | no-resolv 15 | #no-negcache 16 | 17 | addn-hosts=/mnt/jffs2/hw/etc/hosts 18 | addn-hosts=/mnt/jffs2/app/etc/hosts 19 | 20 | server=221.131.143.69 21 | server=112.4.0.55 22 | user = root 23 | 24 | # dhcp 25 | dhcp-range = 192.168.1.2, 192.168.1.200, 1d 26 | dhcp-option = 6, 192.168.1.1 27 | dhcp-option = 3, 192.168.1.1 28 | dhcp-option = 1, 255.255.255.0 29 | dhcp-leasefile = /var/dnsmasq.leases 30 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/dnsmasq.d/block.conf: -------------------------------------------------------------------------------- 1 | #ipv4 2 | address=/doubleclick.net/127.0.0.1 3 | address=/ads.twitter.com/127.0.0.1 4 | address=/pagead2.googlesyndication.com/127.0.0.1 5 | address=/adservice.google.com/127.0.0.1 6 | address=/googleadservices.com/127.0.0.1 7 | address=/ade.googlesyndication.com/127.0.0.1 8 | 9 | address=/tumblr.com/127.0.0.1 10 | address=/twitter.com/127.0.0.1 11 | 12 | address=/instagram.com/127.0.0.1 13 | address=/cdninstagram.com/127.0.0.1 14 | 15 | address=/tpc.googlesyndication.com/127.0.0.1 16 | address=/googlesyndication.com/127.0.0.1 17 | 18 | address=/google.cn/127.0.0.1 19 | #address=/google.com.hk/127.0.0.1 20 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/dnsmasq.d/netflix.conf: -------------------------------------------------------------------------------- 1 | # netflix 2 | 3 | server=/fast.com/127.0.0.1#5300 4 | server=/nflxext.com/127.0.0.1#5300 5 | server=/nflximg.com/127.0.0.1#5300 6 | server=/nflximg.net/127.0.0.1#5300 7 | server=/nflxso.net/127.0.0.1#5300 8 | server=/nflxvideo.net/127.0.0.1#5300 9 | server=/nflxvideo.net/127.0.0.1#5300 10 | server=/nflxvideo.com/127.0.0.1#5300 11 | server=/netflix.com/127.0.0.1#5300 12 | server=/amazonaws.com/127.0.0.1#5300 13 | 14 | # ted 15 | server=/tedcdn.com/127.0.0.1#5300 16 | server=/tedcdn.com/127.0.0.1#5300 17 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/dnsmasq.d/spotify.conf: -------------------------------------------------------------------------------- 1 | # spotify 2 | server=/pscdn.co/127.0.0.1#5300 3 | server=/scdn.co/127.0.0.1#5300 4 | server=/spotify.com/127.0.0.1#5300 5 | server=/spoti.fi/127.0.0.1#5300 6 | server=/audio-akp-bbr-spotify-com.akamaized.net/127.0.0.1#5300 7 | server=/audio4-ak-spotify-com.akamaized.net/127.0.0.1#5300 8 | server=/audio-ak-spotify-com.akamaized.net/127.0.0.1#5300 9 | server=/heads-ak-spotify-com.akamaized.net/127.0.0.1#5300 10 | 11 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/dnsmasq.d/tiktok.conf: -------------------------------------------------------------------------------- 1 | # tiktok 2 | server=/musical.ly/127.0.0.1#5300 3 | server=/pstatp.com/127.0.0.1#5300 4 | server=/tiktokv.com/127.0.0.1#5300 5 | server=/byteoversea.com/127.0.0.1#5300 6 | server=/tik-tokapi.com/127.0.0.1#5300 7 | server=/amemv.com/127.0.0.1#5300 8 | server=/ibytedtos.com/127.0.0.1#5300 9 | server=/ibyteimg.com/127.0.0.1#5300 10 | server=/ipstatp.com/127.0.0.1#5300 11 | server=/muscdn.com/127.0.0.1#5300 12 | server=/sgpstatp.com/127.0.0.1#5300 13 | server=/snssdk.com/127.0.0.1#5300 14 | server=/tiktok.com/127.0.0.1#5300 15 | server=/tiktokcdn.com/127.0.0.1#5300 16 | server=/p16-tiktokcdn-com.akamaized.net/127.0.0.1#5300 17 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/hosts: -------------------------------------------------------------------------------- 1 | ## 2 | # Host Database 3 | # 4 | # localhost is used to configure the loopback interface 5 | # when the system is booting. Do not change this entry. 6 | ## 7 | 127.0.0.1 localhost 8 | 255.255.255.255 broadcasthost 9 | ::1 localhost 10 | 11 | 127.0.0.1 local 12 | 13 | 127.0.0.1 EchoLife_WAP.lan 14 | 192.168.1.1 EchoLife_WAP.lan 15 | 127.0.0.1 promote.cache-dns.local 16 | 192.168.1.1 promote.cache-dns.local 17 | 18 | 19 | # Apple OTA Update 20 | 127.0.0.1 appldnld.apple.com 21 | 127.0.0.1 mesu.apple.com 22 | 127.0.0.1 gdmf.apple.com 23 | 127.0.0.1 updates-http.cdn-apple.com 24 | 127.0.0.1 xp.apple.com 25 | 127.0.0.1 updates.cdn-apple.com 26 | 27 | # Google Ad 28 | 127.0.0.1 www.googleadservices.com 29 | 127.0.0.1 googleads.g.doubleclick.net 30 | 31 | # Tencent video 32 | 127.0.0.1 wseal.qq.com 33 | 127.0.0.1 dp3.qq.com 34 | 127.0.0.1 like.video.qq.com 35 | 127.0.0.1 ios.video.mpush.qq.com 36 | 127.0.0.1 p.l.qq.com 37 | 127.0.0.1 cache.tv.qq.com 38 | 127.0.0.1 aipaistat.qqlive.qq.com 39 | 127.0.0.1 tencent.perserv-cn.seacert.com 40 | 127.0.0.1 splashqqlive.gtimg.com 41 | 127.0.0.1 monitor.uu.qq.com 42 | 127.0.0.1 upmobile.v.qq.com 43 | 127.0.0.1 applive.qq.com 44 | 127.0.0.1 lives.l.qq.com 45 | 127.0.0.1 cm.v.qq.com 46 | 127.0.0.1 pancake.apple.com 47 | 127.0.0.1 livep.l.qq.com 48 | 127.0.0.1 q3.qlogo.cn 49 | 127.0.0.1 thirdqq.qlogo.cn 50 | 127.0.0.1 bklike.video.qq.com 51 | 127.0.0.1 dp3.qq.com 52 | 127.0.0.1 news.l.qq.com 53 | 127.0.0.1 p1.tcdn.qq.com 54 | 127.0.0.1 trace.rtbasia.com 55 | 127.0.0.1 p.tencentmind.com 56 | 127.0.0.1 qq.irs01.com 57 | 127.0.0.1 bkmobile.video.qq.com 58 | 127.0.0.1 bkmcgi.v.qq.com 59 | 127.0.0.1 bkpay.video.qq.com 60 | 127.0.0.1 bk.upmobile.v.qq.com 61 | 127.0.0.1 bksns.video.qq.com 62 | 127.0.0.1 tytx.m.cn.miaozhen.com 63 | 127.0.0.1 bklive.qq.com 64 | 127.0.0.1 bkcm.v.qq.com 65 | 127.0.0.1 cgiaccess.tcdn.qq.com 66 | 127.0.0.1 minfo.video.qq.com 67 | 127.0.0.1 mbs.video.qq.com 68 | 127.0.0.1 dl1023.tcdn.qq.com 69 | 70 | # awe app 71 | 127.0.0.1 mon.snssdk.com 72 | 127.0.0.1 hotsoon.snssdk.com 73 | 127.0.0.1 settings.crashlytics.com 74 | 127.0.0.1 api.amemv.com 75 | 127.0.0.1 frontier.snssdk.com 76 | 77 | # bose 78 | #127.0.0.1 downloads.bose.com 79 | 127.0.0.1 ota.nvidia.com 80 | 81 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/passwd: -------------------------------------------------------------------------------- 1 | root:$1$dgLPMFJa$y62ydnRIlHqOWuFH.Ukv4/:0:0:root:/mnt/jffs2/hw:/mnt/jffs2/app/busybox/bin/sh 2 | osgi:x:1000:1000:OSGi User,,,:/var/osgi:/bin/false 3 | web:x:1001:1001:Cfg User,,,:/var/web:/bin/false 4 | cli:x:1002:1001:Cfg User,,,:/var/cli:/bin/false 5 | srv_usb:x:3001:2002:hw_srv_usb:/var/srv_usb:/bin/false 6 | srv_samba:x:3002:2002:hw_srv_samba:/var/srv_samba:/bin/false 7 | srv_amp:x:3003:2002:hw_srv_amp:/var/srv_amp:/bin/false 8 | srv_web:x:3004:2002:hw_srv_web:/var/srv_web:/bin/false 9 | osgi_proxy:x:3005:2000:hw_osgi_proxy:/var/osgi_proxy:/bin/false 10 | srv_igmp:x:3006:2002:hw_srv_igmp:/var/srv_igmp:/bin/false 11 | cfg_cwmp:x:3007:2001:hw_cfg_cwmp:/var/cfg_cwmp:/bin/false 12 | srv_ssmp:x:3008:2002:hw_srv_ssmp:/var/srv_ssmp:/bin/false 13 | cfg_omci:x:3009:2001:hw_cfg_omci:/var/cfg_omci:/bin/false 14 | cfg_cli:x:3010:2001:hw_cfg_cli:/var/cfg_cli:/bin/false 15 | cfg_oam:x:3011:2001:hw_cfg_oam:/var/cfg_oam:/bin/false 16 | srv_bbsp:x:3012:2002:hw_srv_bbsp:/var/srv_bbsp:/bin/false 17 | srv_ethoam:x:3013:2002:hw_srv_ethoam:/var/srv_ethoam:/bin/false 18 | srv_dbus:x:3014:2002:hw_srv_dbus:/var/srv_dbus:/bin/false 19 | srv_wifi:x:3015:2002:hw_srv_wifi:/var/srv_wifi:/bin/false 20 | tool_mu:x:3016:2003:hw_tool_mu:/var/tool_mu:/bin/false 21 | srv_snmp:x:3017:2002:hw_srv_snmp:/var/srv_snmp:/bin/false 22 | srv_apm:x:3018:2002:hw_srv_apm:/var/srv_apm:/bin/false 23 | tool_iac:x:3019:2003:hw_tool_iac:/var/tool_iac:/bin/false 24 | nobody:x:65534:65534::/tmp:/bin/false 25 | srv_ldsp:x:4001:2002:srv_ldsp:/var/service:/bin/false 26 | srv_voice:x:4002:2002:srv_voice:/var/service:/bin/false 27 | srv_appm:x:4003:2002:srv_appm:/var/service:/bin/false 28 | srv_user:x:4004:2002:srv_user:/var/srv_user:/bin/false 29 | sshd:x:1003:1003:Linux User,,,:/home/sshd:rv_user 30 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/profile: -------------------------------------------------------------------------------- 1 | export SHELL=/mnt/jffs2/app/busybox/bin/sh 2 | 3 | alias ls="ls --color=auto" 4 | alias ll="ls -l" 5 | alias ..="cd .." 6 | 7 | PS1="\[\033[32m\]\h \w\[\033[m\] \\$ " 8 | #PS1="WAP(Dopra Linux) # " 9 | 10 | 11 | HISTSIZE=10000 12 | EDITOR=vi 13 | VISUAL=vi 14 | PAGER=more 15 | 16 | export PS1 HISTSIZE EDITOR 17 | 18 | BUSYBOX_DIR=/mnt/jffs2/app/busybox 19 | 20 | export PATH=$BUSYBOX_DIR/bin:$BUSYBOX_DIR/sbin:$BUSYBOX_DIR/usr/bin:$BUSYBOX_DIR/usr/sbin:/mnt/jffs2/app/bin:/mnt/jffs2/hw/bin 21 | export LD_LIBRARY_PATH=$BUSYBOX_DIR/lib:/mnt/jffs2/app/lib:/lib 22 | 23 | export HOME=/mnt/jffs2/hw 24 | #cd /mnt/jffs2/hw/etc 25 | 26 | echo "nameserver 127.0.0.1" > /var/wan/dns 27 | 28 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/ssh/ssh_host_rsa_key: -------------------------------------------------------------------------------- 1 | -----BEGIN RSA PRIVATE KEY----- 2 | MIIEpAIBAAKCAQEAm15mcXbxtBZpCpajEpJdnB5DCQVmKZY8hzr1zmzi+VixASMy 3 | 26q8D/8DAUAiiazA/X7g5nsP5bsAFH0D1fFfaw/8d+8nQ4OJfgHcZ2nMNi+eMmnk 4 | x/0FK6g7JsQ9fK4LRbI1pIc3HO65oN4XYqdG6js5b7QM2oQ/P32dQWGxl3Lv7UjT 5 | PAjk4JBveVPeL2qa5oPuoOf599MXsTXvtkErNXWbX36AlI6GT50u+MdCwk3vIABz 6 | gXNJ63lkH3vTHVrq8lu4V91/9rxzto5It9h5ea+5S/NtfipuWZHUYfFbSuOdHutE 7 | SmQp7zE88A2R8Ig9rGSIKVq1DhUYRRzRekBNdQIDAQABAoIBAAvAZyU75upFK6rG 8 | XA1CjtwJGe7rvp90op1j40W6zKwpfjHk1KryzgiztCl7DWG2dF54I1CrjDdHHqlu 9 | D0U2XY4+hk0YBLNBlru2LlKQGQccMO4FPm22AJcdwWOcQj5U97tM0GviYlPI5rd5 10 | NPGcT2vWEPEXAEXi7NnDiYpxdjpLNBS+e76izm0rFqe29Fuc3efSwBrDUy+yyq42 11 | GPwvkp1Y1tvJLaevCkHZK7QWkXSn8q7cKULNKnaU7Q1zsJ2f2DlJ4YVNV5QHZORj 12 | UWyrGPKsEriA9R0+LcLZDh7fN2OqZ7vRY6duVQd5KoDQzK9fJo43DpV23NDL1Xl0 13 | uQ4HRf0CgYEAzkT5cyGQgYf1JKqweOIc0yLh39FxiV/Uy0Wri+PGTfzXfT97shRs 14 | tNKXtDAOD6bWyW16AuC3fQhmNVjMNYk18zB90BKJuv/u2xhxr1V3PqjwncQDo3Vs 15 | QmMaf0f5PJTrcBfabhcDCyqVp+CG5cXeEmcDMkyOtpdJiVaUhpn4fc8CgYEAwNPR 16 | IcNEOWmSKQrFrwU/p5scMzFozvJEuLe6Jo6+48i7pcMMsxWoWrZtdmGGQBwq5yqN 17 | 3tagxtuRAbkQs/ncDdqmjfzGOA9IqxDaqMZjNkhabs2fCZkFffjnJMQrwCgP3CQv 18 | zIA6AHaDADkitxs7SvYtmS31WLQ315SBp9kwNXsCgYEAwe9T4g2iwkbEFA9wEJf3 19 | pgPb/wX7C8BQYDZHDiXAIz8glCAF+u79Lh36iG3OKqUguQ33c5E4s5QcFPhCN+uk 20 | D9x9zg4/9NQBDXo0GTfv/7fzU0IicaNLgDeRiC5xhaY2npOuyWdVc0A8qTSPYKXj 21 | H8Y+2SHl5ILlnv0KdGt7mT0CgYEAva6fxqqi7icflCf4llZ/a4x1jRZJl2lSmLKC 22 | 93Lr7H6FuGXKlE/1sGZL/2un+GC9A3Ek5dQTjApo9lzqRWDASxCPTpUdGABQ55ZI 23 | wkWFStyZuO2kSHiyoly6Y7xlnTzLfS5LpstsQxBRhWKu95heFztbV5eSBZQianq3 24 | oDlR5wkCgYAX4sbQfYAx0Mujsz3lD3Agicj6POjkilmkam63/rTLuQpWuj9xp2TU 25 | QaE8J/IvSi5Ri66hzBIRXdY20KIgbAQYHt5AkM78DrnR5iPqyzdikEsz2V5H0+sv 26 | mKcyFJQqaPr5E/FMlp2WVybbYVaGGY1jkXk+4BZWc9kpc1UWa0JGKg== 27 | -----END RSA PRIVATE KEY----- 28 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/ssh/ssh_host_rsa_key.pub: -------------------------------------------------------------------------------- 1 | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbXmZxdvG0FmkKlqMSkl2cHkMJBWYpljyHOvXObOL5WLEBIzLbqrwP/wMBQCKJrMD9fuDmew/luwAUfQPV8V9rD/x37ydDg4l+Adxnacw2L54yaeTH/QUrqDsmxD18rgtFsjWkhzcc7rmg3hdip0bqOzlvtAzahD8/fZ1BYbGXcu/tSNM8COTgkG95U94vaprmg+6g5/n30xexNe+2QSs1dZtffoCUjoZPnS74x0LCTe8gAHOBc0nreWQfe9MdWuryW7hX3X/2vHO2jki32Hl5r7lL821+Km5ZkdRh8VtK450e60RKZCnvMTzwDZHwiD2sZIgpWrUOFRhFHNF6QE11 root@EchoLife_WAP 2 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/ssh/sshd_config: -------------------------------------------------------------------------------- 1 | Port 22 2 | #AddressFamily any 3 | ListenAddress 192.168.1.1 4 | #ListenAddress :: 5 | 6 | # The default requires explicit activation of protocol 1 7 | #Protocol 2 8 | 9 | # HostKey for protocol version 1 10 | #HostKey /etc/ssh/ssh_host_key 11 | # HostKeys for protocol version 2 12 | HostKey /mnt/jffs2/hw/etc/ssh/ssh_host_rsa_key 13 | 14 | # Lifetime and size of ephemeral version 1 server key 15 | #KeyRegenerationInterval 1h 16 | #ServerKeyBits 1024 17 | 18 | # Ciphers and keying 19 | #RekeyLimit default none 20 | 21 | # Logging 22 | # obsoletes QuietMode and FascistLogging 23 | #SyslogFacility AUTH 24 | #LogLevel DEBUG3 25 | 26 | # Authentication: 27 | 28 | #LoginGraceTime 2m 29 | #PermitRootLogin prohibit-password 30 | StrictModes no 31 | #MaxAuthTries 6 32 | #MaxSessions 10 33 | 34 | PasswordAuthentication no 35 | #RSAAuthentication yes 36 | PubkeyAuthentication yes 37 | 38 | # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2 39 | # but this is overridden so installations will only check .ssh/authorized_keys 40 | AuthorizedKeysFile /mnt/jffs2/hw/etc/authorized_keys 41 | 42 | #UseLogin no 43 | #UsePrivilegeSeparation sandbox # Default for new installations. 44 | #UsePrivilegeSeparation no 45 | #PermitUserEnvironment no 46 | #Compression delayed 47 | #ClientAliveInterval 0 48 | #ClientAliveCountMax 3 49 | UseDNS no 50 | #PidFile /var/run/sshd.pid 51 | #MaxStartups 10:30:100 52 | #PermitTunnel no 53 | #ChrootDirectory none 54 | 55 | 56 | # override default of no subsystems 57 | Subsystem sftp /mnt/jffs2/app/bin/sftp-server 58 | 59 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/etc/vlmcsd.ini: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # Sample vlmcsd.ini 4 | # 5 | # An ini file for vlmcsd is normally not required. It is for advanced users only. 6 | # vlmcsd uses an ini file only if specified using the -i option in the command line parameters. 7 | # There is no default ini file because vlmcsd is designed to run on many platforms. 8 | # 9 | # Every line starting with a number sign (#) or semicolon (;) is treated as a comment. 10 | # If a key word is used more than once, the last occurrence is used. The only exception 11 | # to this is Listen. You can use Listen=[:port] more than once. 12 | # 13 | 14 | # Set ePID/HwId for Windows explicitly 15 | ;Windows = 06401-00206-471-111111-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 16 | 17 | # Set ePID for Office 2010 (including Visio and Project) explicitly 18 | ;Office2010 = 06401-00096-199-222222-03-1033-17763.0000-2822018 19 | 20 | # Set ePID/HwId for Office 2013 (including Visio and Project) explicitly 21 | ;Office2013 = 06401-00206-234-333333-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 22 | 23 | # Set ePID/HwId for Office 2016 (including Visio and Project) explicitly 24 | ;Office2016 = 06401-00206-437-444444-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 25 | 26 | # Set ePID/HwId for Office 2019 (including Visio and Project) explicitly 27 | ;Office2019 = 06401-00206-666-666666-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 28 | 29 | # Set ePID/HwId for Windows China Government (Enterprise G/GN) explicitly 30 | ;WinChinaGov = 06401-03858-000-555555-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 31 | 32 | # Use a compatible VPN device to create a hidden local IPv4 address 33 | # Command line: -O 34 | # VPN = [=][/][:] 35 | # Use VPN adapter "KMS Mirror" give it IP address 192.168.123.100 with a lease duration of one day and make entire 192.168.128.x a hidden local IPv4 address. 36 | ;VPN = KMS Mirror=192.168.123.100/24:1d 37 | 38 | # Use custom TCP port 39 | # Command line: -P 40 | # ***The Port directive only works if vlmcsd was compiled to use MS RPC or simple sockets 41 | # ***Use Listen otherwise 42 | ;Port = 1234 43 | 44 | # Listen on all IPv4 addresses (default port 1688) 45 | # Command line: -L 46 | # Does not work with MS RPC or simple sockets, use Port= 47 | ;Listen = 0.0.0.0:1688 48 | 49 | # Listen on all IPv6 addresses (default port 1688) 50 | # Command line: -L 51 | ;Listen = [::]:1688 52 | 53 | # Listen on all private IP addresses and reject incoming requests from public IP addresses 54 | # Command line: -o 55 | # PublicIPProtectionLevel = 3 56 | 57 | # Allow binding to foreign IP addresses 58 | # Command line: -F0 and -F1 59 | ;FreeBind = true 60 | 61 | # Randomize ePIDs at program start up (only those that are not explicitly specified) 62 | # Command line: -r 63 | ;RandomizationLevel = 1 64 | 65 | # Use a specific host build in ePIDs even if the ePID is randomized 66 | # Command line: -H 67 | ;HostBuild = 17763 68 | 69 | # Use a specific culture (1033 = English US) in ePIDs even if the ePID is randomized 70 | # Command line: -C 71 | ;LCID = 1033 72 | 73 | # Set a maximum of 4 workers (forked processes or threads) 74 | # Command line: -m 75 | ;MaxWorkers = 4 76 | 77 | # Disconnect users after 30 seconds of inactivity 78 | # Command line: -t 79 | ;ConnectionTimeout = 30 80 | 81 | # Disconnect clients immediately after each request 82 | # Command line: -d and -k 83 | ;DisconnectClientsImmediately = yes 84 | 85 | # Write a pid file (a file containing the process id of vlmcsd) 86 | # Command line: -p 87 | ;PidFile = /var/run/vlmcsd.pid 88 | 89 | # Load a KMS data file 90 | # Command line: -j 91 | ;KmsData = /etc/vlmcsd.kmd 92 | 93 | # Write log to /var/log/vlmcsd.log 94 | # Command line: -l (-e and -f also override this directive) 95 | ;LogFile = /var/log/vlmcsd.log 96 | 97 | # Don't include date and time in logs (default is true) 98 | # Command line: -T0 and -T1 99 | ;LogDateAndTime = false 100 | 101 | # Create a verbose log 102 | # Command line: -v and -q 103 | ;LogVerbose = true 104 | 105 | # Whitelist known products 106 | # Command line: -K0, -K1, -K2, -K3 107 | ;WhiteListingLevel = 0 108 | 109 | # Check that the client time is within +/- 4 hours of the system time 110 | # Command line: -c0, -c1 111 | ;CheckClientTime = false 112 | 113 | # Maintain a list of CMIDs 114 | # Command line: -M0, -M1 115 | ;MaintainClients = false 116 | 117 | # Start with empty CMID list (Requires MaintainClients = true) 118 | # Command line: -E0, -E1 119 | ;StartEmpty = false 120 | 121 | # Set activation interval to 2 hours 122 | # Command line: -A 123 | ;ActivationInterval = 2h 124 | 125 | # Set renewal interval to 7 days 126 | # Command line: -R 127 | ;RenewalInterval = 7d 128 | 129 | # Exit vlmcsd if warning of certain level has been reached 130 | # Command line: -x 131 | # 0 = Never 132 | # 1 = Exit, if any listening socket could not be established or TAP error occurs 133 | ;ExitLevel = 0 134 | 135 | # Run program as user vlmcsduser 136 | # Command line: -u 137 | ;user = vlmcsduser 138 | 139 | # Run program as group vlmcsdgroup 140 | # Command line: -g 141 | ;group = vlmcsdgroup 142 | 143 | # Disable or enable the NDR64 transfer syntax in RPC (default enabled) 144 | # Command line: -N0 and -N1 145 | ;UseNDR64 = true 146 | 147 | # Disable or enable bind time feature negotiation in RPC (default enabled) 148 | # Command line: -B0 and -B1 149 | ;UseBTFN = true 150 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/getshell.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ ! -e /mnt/jffs2/hw_hardinfo_feature ]; then 4 | cp /mnt/jffs2/hw/bak/hw_hardinfo_feature /mnt/jffs2/hw_hardinfo_feature 5 | fi 6 | 7 | # just for test 8 | #rm /mnt/jffs2/TranStar/hi_epon.ko 9 | 10 | # shadowsocks-libev 11 | /mnt/jffs2/hw/bin/shadowsocks-libev.sh & 12 | 13 | # dnsmasq-notfull 14 | /mnt/jffs2/hw/bin/start-dnsmasq-notfull.sh & 15 | 16 | # sshd 17 | /mnt/jffs2/hw/bin/start-sshd.sh & 18 | 19 | # syslogd 20 | #/mnt/jffs2/hw/bin/start-syslogd.sh & 21 | 22 | # set path 23 | /mnt/jffs2/hw/bin/set-variable-path.sh & 24 | 25 | # install real hi_epon.ko 26 | #insmod /lib/modules/hisi_sdk/hi_epon.ko 27 | 28 | exit 0; 29 | -------------------------------------------------------------------------------- /mnt/jffs2/hw/hi_epon.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0neday/Exploit-HS8545M-ONT/1947caf0c2a498c00bf7883b67f9d00be57c4a28/mnt/jffs2/hw/hi_epon.ko -------------------------------------------------------------------------------- /mnt/jffs2/hw/ss.json: -------------------------------------------------------------------------------- 1 | { 2 | "server": "yourvpsip", 3 | "server_port":443, 4 | "password":"yourpasswd", 5 | "timeout":300, 6 | "method":"chacha20", 7 | "fast_open": false 8 | } 9 | -------------------------------------------------------------------------------- /persist-root-shell/Makefile: -------------------------------------------------------------------------------- 1 | PWD := $(shell pwd) 2 | obj-m += getshell.o 3 | 4 | all: 5 | make ARCH=arm -C $(KERNEL) M=$(PWD) modules 6 | clean: 7 | make -C $(KERNEL) M=$(PWD) clean 8 | -------------------------------------------------------------------------------- /persist-root-shell/config: -------------------------------------------------------------------------------- 1 | # 2 | # Automatically generated file; DO NOT EDIT. 3 | # Linux/arm 3.10.53 Kernel Configuration 4 | # 5 | CONFIG_ARM=y 6 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y 7 | CONFIG_HAVE_PROC_CPU=y 8 | CONFIG_STACKTRACE_SUPPORT=y 9 | CONFIG_LOCKDEP_SUPPORT=y 10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y 11 | CONFIG_RWSEM_GENERIC_SPINLOCK=y 12 | CONFIG_GENERIC_HWEIGHT=y 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y 14 | CONFIG_NEED_DMA_MAP_STATE=y 15 | CONFIG_VECTORS_BASE=0xffff0000 16 | CONFIG_ARM_PATCH_PHYS_VIRT=n 17 | CONFIG_NEED_MACH_MEMORY_H=y 18 | CONFIG_GENERIC_BUG=y 19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 20 | CONFIG_IRQ_WORK=y 21 | CONFIG_BUILDTIME_EXTABLE_SORT=y 22 | 23 | # 24 | # General setup 25 | # 26 | CONFIG_INIT_ENV_ARG_LIMIT=32 27 | CONFIG_CROSS_COMPILE="" 28 | CONFIG_LOCALVERSION="-HULK2" 29 | CONFIG_LOCALVERSION_AUTO=y 30 | CONFIG_HAVE_KERNEL_GZIP=y 31 | CONFIG_HAVE_KERNEL_LZMA=y 32 | CONFIG_HAVE_KERNEL_XZ=y 33 | CONFIG_HAVE_KERNEL_LZO=y 34 | CONFIG_KERNEL_GZIP=y 35 | # CONFIG_KERNEL_LZMA is not set 36 | # CONFIG_KERNEL_XZ is not set 37 | # CONFIG_KERNEL_LZO is not set 38 | CONFIG_DEFAULT_HOSTNAME="(none)" 39 | CONFIG_SWAP=y 40 | CONFIG_SYSVIPC=y 41 | CONFIG_SYSVIPC_SYSCTL=y 42 | CONFIG_POSIX_MQUEUE=y 43 | CONFIG_POSIX_MQUEUE_SYSCTL=y 44 | # CONFIG_FHANDLE is not set 45 | # CONFIG_AUDIT is not set 46 | CONFIG_HAVE_GENERIC_HARDIRQS=y 47 | 48 | # 49 | # IRQ subsystem 50 | # 51 | CONFIG_GENERIC_HARDIRQS=y 52 | CONFIG_GENERIC_IRQ_PROBE=y 53 | CONFIG_GENERIC_IRQ_SHOW=y 54 | CONFIG_HARDIRQS_SW_RESEND=y 55 | CONFIG_GENERIC_IRQ_CHIP=y 56 | CONFIG_IRQ_DOMAIN=y 57 | # CONFIG_IRQ_DOMAIN_DEBUG is not set 58 | CONFIG_KTIME_SCALAR=y 59 | CONFIG_GENERIC_CLOCKEVENTS=y 60 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 61 | CONFIG_ARCH_HAS_TICK_BROADCAST=y 62 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y 63 | 64 | # 65 | # Timers subsystem 66 | # 67 | CONFIG_TICK_ONESHOT=y 68 | CONFIG_NO_HZ_COMMON=y 69 | # CONFIG_HZ_PERIODIC is not set 70 | CONFIG_NO_HZ_IDLE=y 71 | CONFIG_NO_HZ=y 72 | CONFIG_HIGH_RES_TIMERS=y 73 | 74 | # 75 | # CPU/Task time and stats accounting 76 | # 77 | CONFIG_TICK_CPU_ACCOUNTING=y 78 | # CONFIG_IRQ_TIME_ACCOUNTING is not set 79 | CONFIG_BSD_PROCESS_ACCT=y 80 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set 81 | # CONFIG_TASKSTATS is not set 82 | 83 | # 84 | # RCU Subsystem 85 | # 86 | CONFIG_TREE_RCU=y 87 | # CONFIG_PREEMPT_RCU is not set 88 | CONFIG_RCU_STALL_COMMON=y 89 | # CONFIG_RCU_USER_QS is not set 90 | CONFIG_RCU_FANOUT=32 91 | CONFIG_RCU_FANOUT_LEAF=16 92 | # CONFIG_RCU_FANOUT_EXACT is not set 93 | # CONFIG_RCU_FAST_NO_HZ is not set 94 | # CONFIG_TREE_RCU_TRACE is not set 95 | # CONFIG_RCU_NOCB_CPU is not set 96 | CONFIG_IKCONFIG=y 97 | CONFIG_IKCONFIG_PROC=y 98 | CONFIG_LOG_BUF_SHIFT=14 99 | # CONFIG_CGROUPS is not set 100 | # CONFIG_CHECKPOINT_RESTORE is not set 101 | # CONFIG_NAMESPACES is not set 102 | CONFIG_UIDGID_CONVERTED=y 103 | # CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set 104 | # CONFIG_SCHED_AUTOGROUP is not set 105 | # CONFIG_SYSFS_DEPRECATED is not set 106 | # CONFIG_RELAY is not set 107 | CONFIG_BLK_DEV_INITRD=y 108 | CONFIG_INITRAMFS_SOURCE="" 109 | CONFIG_RD_GZIP=y 110 | # CONFIG_RD_BZIP2 is not set 111 | # CONFIG_RD_LZMA is not set 112 | # CONFIG_RD_XZ is not set 113 | # CONFIG_RD_LZO is not set 114 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y 115 | CONFIG_SYSCTL=y 116 | CONFIG_ANON_INODES=y 117 | CONFIG_HAVE_UID16=y 118 | CONFIG_HOTPLUG=y 119 | CONFIG_EXPERT=y 120 | CONFIG_UID16=y 121 | # CONFIG_SYSCTL_SYSCALL is not set 122 | CONFIG_KALLSYMS=y 123 | # CONFIG_KALLSYMS_ALL is not set 124 | CONFIG_PRINTK=y 125 | CONFIG_BUG=y 126 | CONFIG_ELF_CORE=y 127 | CONFIG_BASE_FULL=y 128 | CONFIG_FUTEX=y 129 | CONFIG_EPOLL=y 130 | CONFIG_SIGNALFD=y 131 | CONFIG_TIMERFD=y 132 | CONFIG_EVENTFD=y 133 | CONFIG_SHMEM=y 134 | CONFIG_AIO=y 135 | CONFIG_EMBEDDED=y 136 | CONFIG_HAVE_PERF_EVENTS=y 137 | CONFIG_PERF_USE_VMALLOC=y 138 | 139 | # 140 | # Kernel Performance Events And Counters 141 | # 142 | # CONFIG_PERF_EVENTS is not set 143 | CONFIG_VM_EVENT_COUNTERS=y 144 | CONFIG_SLUB_DEBUG=y 145 | CONFIG_COMPAT_BRK=y 146 | # CONFIG_SLAB is not set 147 | CONFIG_SLUB=y 148 | # CONFIG_SLOB is not set 149 | CONFIG_PROFILING=y 150 | CONFIG_TRACEPOINTS=y 151 | CONFIG_OPROFILE=y 152 | CONFIG_HAVE_OPROFILE=y 153 | CONFIG_KPROBES=y 154 | # CONFIG_JUMP_LABEL is not set 155 | # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set 156 | CONFIG_KRETPROBES=y 157 | CONFIG_HAVE_KPROBES=y 158 | CONFIG_HAVE_KRETPROBES=y 159 | CONFIG_HAVE_ARCH_TRACEHOOK=y 160 | CONFIG_HAVE_DMA_ATTRS=y 161 | CONFIG_HAVE_DMA_CONTIGUOUS=y 162 | CONFIG_USE_GENERIC_SMP_HELPERS=y 163 | CONFIG_GENERIC_SMP_IDLE_THREAD=y 164 | CONFIG_GENERIC_IDLE_POLL_SETUP=y 165 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y 166 | CONFIG_HAVE_CLK=y 167 | CONFIG_HAVE_DMA_API_DEBUG=y 168 | CONFIG_HAVE_ARCH_JUMP_LABEL=y 169 | CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y 170 | CONFIG_HAVE_ARCH_SECCOMP_FILTER=y 171 | CONFIG_HAVE_CONTEXT_TRACKING=y 172 | CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y 173 | CONFIG_HAVE_MOD_ARCH_SPECIFIC=y 174 | CONFIG_MODULES_USE_ELF_REL=y 175 | CONFIG_CLONE_BACKWARDS=y 176 | CONFIG_OLD_SIGSUSPEND3=y 177 | CONFIG_OLD_SIGACTION=y 178 | 179 | # 180 | # GCOV-based kernel profiling 181 | # 182 | # CONFIG_GCOV_KERNEL is not set 183 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y 184 | CONFIG_SLABINFO=y 185 | CONFIG_RT_MUTEXES=y 186 | CONFIG_BASE_SMALL=0 187 | CONFIG_MODULES=y 188 | CONFIG_MODULE_FORCE_LOAD=y 189 | CONFIG_MODULE_UNLOAD=y 190 | CONFIG_MODULE_FORCE_UNLOAD=y 191 | CONFIG_MODVERSIONS=y 192 | # CONFIG_MODULE_SRCVERSION_ALL is not set 193 | # CONFIG_MODULE_SIG is not set 194 | CONFIG_STOP_MACHINE=y 195 | CONFIG_BLOCK=y 196 | # CONFIG_LBDAF is not set 197 | # CONFIG_BLK_DEV_BSG is not set 198 | # CONFIG_BLK_DEV_BSGLIB is not set 199 | # CONFIG_BLK_DEV_INTEGRITY is not set 200 | 201 | # 202 | # Partition Types 203 | # 204 | CONFIG_PARTITION_ADVANCED=y 205 | # CONFIG_ACORN_PARTITION is not set 206 | # CONFIG_OSF_PARTITION is not set 207 | # CONFIG_AMIGA_PARTITION is not set 208 | # CONFIG_ATARI_PARTITION is not set 209 | # CONFIG_MAC_PARTITION is not set 210 | CONFIG_MSDOS_PARTITION=y 211 | # CONFIG_BSD_DISKLABEL is not set 212 | # CONFIG_MINIX_SUBPARTITION is not set 213 | # CONFIG_SOLARIS_X86_PARTITION is not set 214 | # CONFIG_UNIXWARE_DISKLABEL is not set 215 | # CONFIG_LDM_PARTITION is not set 216 | # CONFIG_SGI_PARTITION is not set 217 | # CONFIG_ULTRIX_PARTITION is not set 218 | # CONFIG_SUN_PARTITION is not set 219 | # CONFIG_KARMA_PARTITION is not set 220 | # CONFIG_EFI_PARTITION is not set 221 | # CONFIG_SYSV68_PARTITION is not set 222 | 223 | # 224 | # IO Schedulers 225 | # 226 | CONFIG_IOSCHED_NOOP=y 227 | CONFIG_IOSCHED_DEADLINE=y 228 | CONFIG_IOSCHED_CFQ=y 229 | # CONFIG_DEFAULT_DEADLINE is not set 230 | CONFIG_DEFAULT_CFQ=y 231 | # CONFIG_DEFAULT_NOOP is not set 232 | CONFIG_DEFAULT_IOSCHED="cfq" 233 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 234 | CONFIG_INLINE_READ_UNLOCK=y 235 | CONFIG_INLINE_READ_UNLOCK_IRQ=y 236 | CONFIG_INLINE_WRITE_UNLOCK=y 237 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 238 | CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y 239 | CONFIG_MUTEX_SPIN_ON_OWNER=y 240 | # CONFIG_FREEZER is not set 241 | 242 | # 243 | # System Type 244 | # 245 | CONFIG_MMU=y 246 | # CONFIG_ARCH_MULTIPLATFORM is not set 247 | # CONFIG_ARCH_INTEGRATOR is not set 248 | CONFIG_ARCH_REALVIEW=y 249 | # CONFIG_ARCH_VERSATILE is not set 250 | # CONFIG_ARCH_AT91 is not set 251 | # CONFIG_ARCH_CLPS711X is not set 252 | # CONFIG_ARCH_GEMINI is not set 253 | # CONFIG_ARCH_EBSA110 is not set 254 | # CONFIG_ARCH_EP93XX is not set 255 | # CONFIG_ARCH_FOOTBRIDGE is not set 256 | # CONFIG_ARCH_NETX is not set 257 | # CONFIG_ARCH_IOP13XX is not set 258 | # CONFIG_ARCH_IOP32X is not set 259 | # CONFIG_ARCH_IOP33X is not set 260 | # CONFIG_ARCH_IXP4XX is not set 261 | # CONFIG_ARCH_DOVE is not set 262 | # CONFIG_ARCH_KIRKWOOD is not set 263 | # CONFIG_ARCH_MV78XX0 is not set 264 | # CONFIG_ARCH_ORION5X is not set 265 | # CONFIG_ARCH_MMP is not set 266 | # CONFIG_ARCH_KS8695 is not set 267 | # CONFIG_ARCH_W90X900 is not set 268 | # CONFIG_ARCH_LPC32XX is not set 269 | # CONFIG_ARCH_PXA is not set 270 | # CONFIG_ARCH_MSM is not set 271 | # CONFIG_ARCH_SHMOBILE is not set 272 | # CONFIG_ARCH_RPC is not set 273 | # CONFIG_ARCH_SA1100 is not set 274 | # CONFIG_ARCH_S3C24XX is not set 275 | # CONFIG_ARCH_S3C64XX is not set 276 | # CONFIG_ARCH_S5P64X0 is not set 277 | # CONFIG_ARCH_S5PC100 is not set 278 | # CONFIG_ARCH_S5PV210 is not set 279 | # CONFIG_ARCH_EXYNOS is not set 280 | # CONFIG_ARCH_SHARK is not set 281 | # CONFIG_ARCH_U300 is not set 282 | # CONFIG_ARCH_DAVINCI is not set 283 | # CONFIG_ARCH_OMAP1 is not set 284 | # CONFIG_GPIO_PCA953X is not set 285 | # CONFIG_KEYBOARD_GPIO_POLLED is not set 286 | 287 | # 288 | # RealView platform type 289 | # 290 | CONFIG_MACH_REALVIEW_EB=y 291 | CONFIG_REALVIEW_EB_A9MP=y 292 | # CONFIG_REALVIEW_EB_ARM11MP is not set 293 | # CONFIG_MACH_REALVIEW_PB11MP is not set 294 | # CONFIG_MACH_REALVIEW_PB1176 is not set 295 | # CONFIG_MACH_REALVIEW_PBA8 is not set 296 | # CONFIG_MACH_REALVIEW_PBX is not set 297 | CONFIG_REALVIEW_HIGH_PHYS_OFFSET=y 298 | # CONFIG_PLAT_SPEAR is not set 299 | CONFIG_PLAT_VERSATILE_CLCD=y 300 | CONFIG_PLAT_VERSATILE_LEDS=y 301 | CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y 302 | CONFIG_PLAT_VERSATILE=y 303 | CONFIG_ARM_TIMER_SP804=y 304 | 305 | # 306 | # Processor Type 307 | # 308 | # CONFIG_CPU_ARM926T is not set 309 | # CONFIG_CPU_V6 is not set 310 | # CONFIG_CPU_V6K is not set 311 | CONFIG_CPU_V7=y 312 | CONFIG_CPU_32v6K=y 313 | CONFIG_CPU_32v7=y 314 | CONFIG_CPU_ABRT_EV7=y 315 | CONFIG_CPU_PABRT_V7=y 316 | CONFIG_CPU_CACHE_V7=y 317 | CONFIG_CPU_CACHE_VIPT=y 318 | CONFIG_CPU_COPY_V6=y 319 | CONFIG_CPU_TLB_V7=y 320 | CONFIG_CPU_HAS_ASID=y 321 | CONFIG_CPU_CP15=y 322 | CONFIG_CPU_CP15_MMU=y 323 | 324 | # 325 | # Processor Features 326 | # 327 | # CONFIG_ARM_LPAE is not set 328 | # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 329 | CONFIG_ARM_THUMB=y 330 | CONFIG_ARM_THUMBEE=y 331 | CONFIG_ARM_VIRT_EXT=y 332 | CONFIG_SWP_EMULATE=y 333 | # CONFIG_CPU_ICACHE_DISABLE is not set 334 | # CONFIG_CPU_DCACHE_DISABLE is not set 335 | # CONFIG_CPU_BPREDICT_DISABLE is not set 336 | CONFIG_KUSER_HELPERS=y 337 | CONFIG_OUTER_CACHE=y 338 | CONFIG_OUTER_CACHE_SYNC=y 339 | CONFIG_MIGHT_HAVE_CACHE_L2X0=y 340 | CONFIG_CACHE_L2X0=y 341 | CONFIG_CACHE_PL310=y 342 | CONFIG_ARM_L1_CACHE_SHIFT_6=y 343 | CONFIG_ARM_L1_CACHE_SHIFT=6 344 | CONFIG_ARM_DMA_MEM_BUFFERABLE=y 345 | CONFIG_ARM_NR_BANKS=8 346 | CONFIG_MULTI_IRQ_HANDLER=y 347 | # CONFIG_ARM_ERRATA_430973 is not set 348 | # CONFIG_ARM_ERRATA_458693 is not set 349 | # CONFIG_ARM_ERRATA_460075 is not set 350 | # CONFIG_ARM_ERRATA_742230 is not set 351 | # CONFIG_ARM_ERRATA_742231 is not set 352 | # CONFIG_PL310_ERRATA_588369 is not set 353 | # CONFIG_ARM_ERRATA_643719 is not set 354 | # CONFIG_ARM_ERRATA_720789 is not set 355 | # CONFIG_PL310_ERRATA_727915 is not set 356 | # CONFIG_ARM_ERRATA_743622 is not set 357 | # CONFIG_ARM_ERRATA_751472 is not set 358 | # CONFIG_PL310_ERRATA_753970 is not set 359 | # CONFIG_ARM_ERRATA_754322 is not set 360 | # CONFIG_ARM_ERRATA_754327 is not set 361 | # CONFIG_ARM_ERRATA_764369 is not set 362 | # CONFIG_PL310_ERRATA_769419 is not set 363 | # CONFIG_ARM_ERRATA_775420 is not set 364 | # CONFIG_ARM_ERRATA_798181 is not set 365 | CONFIG_ICST=y 366 | 367 | # 368 | # Bus support 369 | # 370 | CONFIG_ARM_AMBA=y 371 | # CONFIG_PCI_SYSCALL is not set 372 | # CONFIG_PCCARD is not set 373 | 374 | # 375 | # Kernel Features 376 | # 377 | CONFIG_HAVE_SMP=y 378 | CONFIG_SMP=y 379 | CONFIG_SMP_ON_UP=y 380 | CONFIG_ARM_CPU_TOPOLOGY=y 381 | # CONFIG_SCHED_MC is not set 382 | # CONFIG_SCHED_SMT is not set 383 | CONFIG_HAVE_ARM_SCU=y 384 | # CONFIG_HAVE_ARM_ARCH_TIMER is not set 385 | CONFIG_HAVE_ARM_TWD=y 386 | # CONFIG_MCPM is not set 387 | CONFIG_VMSPLIT_3G=y 388 | # CONFIG_VMSPLIT_2G is not set 389 | # CONFIG_VMSPLIT_1G is not set 390 | CONFIG_PAGE_OFFSET=0xC0000000 391 | CONFIG_NR_CPUS=2 392 | CONFIG_HOTPLUG_CPU=y 393 | # CONFIG_ARM_PSCI is not set 394 | CONFIG_LOCAL_TIMERS=y 395 | CONFIG_ARCH_NR_GPIO=0 396 | CONFIG_PREEMPT_NONE=y 397 | # CONFIG_PREEMPT_VOLUNTARY is not set 398 | # CONFIG_PREEMPT is not set 399 | CONFIG_HZ=100 400 | CONFIG_SCHED_HRTICK=y 401 | # CONFIG_THUMB2_KERNEL is not set 402 | CONFIG_AEABI=y 403 | CONFIG_OABI_COMPAT=y 404 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set 405 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set 406 | CONFIG_HAVE_ARCH_PFN_VALID=y 407 | # CONFIG_HIGHMEM is not set 408 | CONFIG_FLATMEM=y 409 | CONFIG_FLAT_NODE_MEM_MAP=y 410 | CONFIG_HAVE_MEMBLOCK=y 411 | # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set 412 | CONFIG_PAGEFLAGS_EXTENDED=y 413 | CONFIG_SPLIT_PTLOCK_CPUS=4 414 | CONFIG_COMPACTION=y 415 | CONFIG_MIGRATION=y 416 | # CONFIG_PHYS_ADDR_T_64BIT is not set 417 | CONFIG_ZONE_DMA_FLAG=0 418 | # CONFIG_KSM is not set 419 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 420 | CONFIG_CROSS_MEMORY_ATTACH=y 421 | # CONFIG_CLEANCACHE is not set 422 | # CONFIG_FRONTSWAP is not set 423 | CONFIG_FORCE_MAX_ZONEORDER=11 424 | CONFIG_ALIGNMENT_TRAP=y 425 | # CONFIG_UACCESS_WITH_MEMCPY is not set 426 | # CONFIG_SECCOMP is not set 427 | # CONFIG_CC_STACKPROTECTOR is not set 428 | 429 | # 430 | # Boot options 431 | # 432 | # CONFIG_USE_OF is not set 433 | CONFIG_ATAGS=y 434 | # CONFIG_DEPRECATED_PARAM_STRUCT is not set 435 | CONFIG_ZBOOT_ROM_TEXT=0x0 436 | CONFIG_ZBOOT_ROM_BSS=0x0 437 | CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.0.1:/home/user/buildroot ip=192.168.0.2:192.168.0.1:192.168.0.1:255.255.255.0:tgt:eth0:off rw console=ttyS2,115200n8" 438 | CONFIG_CMDLINE_FROM_BOOTLOADER=y 439 | # CONFIG_CMDLINE_EXTEND is not set 440 | # CONFIG_CMDLINE_FORCE is not set 441 | # CONFIG_XIP_KERNEL is not set 442 | # CONFIG_CRASH_DUMP is not set 443 | # CONFIG_AUTO_ZRELADDR is not set 444 | 445 | # 446 | # CPU Power Management 447 | # 448 | # CONFIG_CPU_IDLE is not set 449 | # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set 450 | 451 | # 452 | # Floating point emulation 453 | # 454 | 455 | # 456 | # At least one emulation must be selected 457 | # 458 | CONFIG_FPE_NWFPE=y 459 | # CONFIG_FPE_NWFPE_XP is not set 460 | # CONFIG_FPE_FASTFPE is not set 461 | CONFIG_VFP=y 462 | CONFIG_VFPv3=y 463 | CONFIG_NEON=y 464 | 465 | # 466 | # Userspace binary formats 467 | # 468 | CONFIG_BINFMT_ELF=y 469 | CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y 470 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 471 | CONFIG_BINFMT_SCRIPT=y 472 | # CONFIG_HAVE_AOUT is not set 473 | CONFIG_BINFMT_MISC=y 474 | CONFIG_COREDUMP=y 475 | 476 | # 477 | # Power management options 478 | # 479 | # CONFIG_SUSPEND is not set 480 | # CONFIG_PM_RUNTIME is not set 481 | CONFIG_ARCH_SUSPEND_POSSIBLE=y 482 | # CONFIG_ARM_CPU_SUSPEND is not set 483 | CONFIG_NET=y 484 | 485 | # 486 | # Networking options 487 | # 488 | CONFIG_PACKET=y 489 | # CONFIG_PACKET_DIAG is not set 490 | CONFIG_UNIX=y 491 | # CONFIG_UNIX_DIAG is not set 492 | CONFIG_XFRM=y 493 | CONFIG_XFRM_ALGO=y 494 | CONFIG_XFRM_USER=y 495 | # CONFIG_XFRM_SUB_POLICY is not set 496 | CONFIG_XFRM_MIGRATE=y 497 | # CONFIG_XFRM_STATISTICS is not set 498 | CONFIG_NET_KEY=y 499 | CONFIG_NET_KEY_MIGRATE=y 500 | CONFIG_INET=y 501 | CONFIG_IP_MULTICAST=y 502 | # CONFIG_IP_ADVANCED_ROUTER is not set 503 | CONFIG_IP_PNP=y 504 | CONFIG_IP_PNP_DHCP=y 505 | CONFIG_IP_PNP_BOOTP=y 506 | CONFIG_IP_PNP_RARP=y 507 | # CONFIG_NET_IPIP is not set 508 | # CONFIG_NET_IPGRE_DEMUX is not set 509 | CONFIG_NET_IP_TUNNEL=m 510 | # CONFIG_IP_MROUTE is not set 511 | # CONFIG_ARPD is not set 512 | # CONFIG_SYN_COOKIES is not set 513 | # CONFIG_NET_IPVTI is not set 514 | # CONFIG_INET_AH is not set 515 | # CONFIG_INET_ESP is not set 516 | # CONFIG_INET_IPCOMP is not set 517 | # CONFIG_INET_XFRM_TUNNEL is not set 518 | CONFIG_INET_TUNNEL=m 519 | CONFIG_INET_XFRM_MODE_TRANSPORT=y 520 | CONFIG_INET_XFRM_MODE_TUNNEL=y 521 | CONFIG_INET_XFRM_MODE_BEET=y 522 | # CONFIG_INET_LRO is not set 523 | CONFIG_INET_DIAG=y 524 | CONFIG_INET_TCP_DIAG=y 525 | # CONFIG_INET_UDP_DIAG is not set 526 | # CONFIG_TCP_CONG_ADVANCED is not set 527 | CONFIG_TCP_CONG_CUBIC=y 528 | CONFIG_DEFAULT_TCP_CONG="cubic" 529 | # CONFIG_TCP_MD5SIG is not set 530 | CONFIG_IPV6=m 531 | # CONFIG_IPV6_PRIVACY is not set 532 | # CONFIG_IPV6_ROUTER_PREF is not set 533 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set 534 | # CONFIG_INET6_AH is not set 535 | # CONFIG_INET6_ESP is not set 536 | # CONFIG_INET6_IPCOMP is not set 537 | # CONFIG_IPV6_MIP6 is not set 538 | # CONFIG_INET6_XFRM_TUNNEL is not set 539 | # CONFIG_INET6_TUNNEL is not set 540 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m 541 | CONFIG_INET6_XFRM_MODE_TUNNEL=m 542 | CONFIG_INET6_XFRM_MODE_BEET=m 543 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 544 | CONFIG_IPV6_SIT=m 545 | # CONFIG_IPV6_SIT_6RD is not set 546 | CONFIG_IPV6_NDISC_NODETYPE=y 547 | # CONFIG_IPV6_TUNNEL is not set 548 | # CONFIG_IPV6_GRE is not set 549 | # CONFIG_IPV6_MULTIPLE_TABLES is not set 550 | # CONFIG_IPV6_MROUTE is not set 551 | # CONFIG_NETLABEL is not set 552 | # CONFIG_NETWORK_SECMARK is not set 553 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set 554 | CONFIG_NETFILTER=y 555 | # CONFIG_NETFILTER_DEBUG is not set 556 | CONFIG_NETFILTER_ADVANCED=y 557 | 558 | # 559 | # Core Netfilter Configuration 560 | # 561 | # CONFIG_NETFILTER_NETLINK_ACCT is not set 562 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set 563 | # CONFIG_NETFILTER_NETLINK_LOG is not set 564 | CONFIG_NF_CONNTRACK=m 565 | # CONFIG_NF_CONNTRACK_MARK is not set 566 | CONFIG_NF_CONNTRACK_PROCFS=y 567 | # CONFIG_NF_CONNTRACK_EVENTS is not set 568 | # CONFIG_NF_CONNTRACK_TIMEOUT is not set 569 | # CONFIG_NF_CONNTRACK_TIMESTAMP is not set 570 | # CONFIG_NF_CT_PROTO_DCCP is not set 571 | # CONFIG_NF_CT_PROTO_SCTP is not set 572 | # CONFIG_NF_CT_PROTO_UDPLITE is not set 573 | # CONFIG_NF_CONNTRACK_AMANDA is not set 574 | # CONFIG_NF_CONNTRACK_FTP is not set 575 | # CONFIG_NF_CONNTRACK_H323 is not set 576 | # CONFIG_NF_CONNTRACK_IRC is not set 577 | # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set 578 | # CONFIG_NF_CONNTRACK_SNMP is not set 579 | # CONFIG_NF_CONNTRACK_PPTP is not set 580 | # CONFIG_NF_CONNTRACK_SANE is not set 581 | # CONFIG_NF_CONNTRACK_SIP is not set 582 | # CONFIG_NF_CONNTRACK_TFTP is not set 583 | # CONFIG_NF_CT_NETLINK is not set 584 | # CONFIG_NF_CT_NETLINK_TIMEOUT is not set 585 | CONFIG_NETFILTER_XTABLES=m 586 | 587 | # 588 | # Xtables combined modules 589 | # 590 | # CONFIG_NETFILTER_XT_MARK is not set 591 | # CONFIG_NETFILTER_XT_CONNMARK is not set 592 | 593 | # 594 | # Xtables targets 595 | # 596 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 597 | # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set 598 | # CONFIG_NETFILTER_XT_TARGET_HMARK is not set 599 | # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set 600 | # CONFIG_NETFILTER_XT_TARGET_LED is not set 601 | # CONFIG_NETFILTER_XT_TARGET_LOG is not set 602 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set 603 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 604 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 605 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 606 | # CONFIG_NETFILTER_XT_TARGET_TEE is not set 607 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set 608 | 609 | # 610 | # Xtables matches 611 | # 612 | # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set 613 | # CONFIG_NETFILTER_XT_MATCH_BPF is not set 614 | # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set 615 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 616 | # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set 617 | # CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set 618 | # CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set 619 | # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set 620 | # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set 621 | # CONFIG_NETFILTER_XT_MATCH_CPU is not set 622 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 623 | # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set 624 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 625 | # CONFIG_NETFILTER_XT_MATCH_ECN is not set 626 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set 627 | CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 628 | # CONFIG_NETFILTER_XT_MATCH_HELPER is not set 629 | # CONFIG_NETFILTER_XT_MATCH_HL is not set 630 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 631 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 632 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 633 | # CONFIG_NETFILTER_XT_MATCH_MAC is not set 634 | # CONFIG_NETFILTER_XT_MATCH_MARK is not set 635 | # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 636 | # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set 637 | # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 638 | # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 639 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 640 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 641 | # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 642 | # CONFIG_NETFILTER_XT_MATCH_REALM is not set 643 | # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 644 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 645 | # CONFIG_NETFILTER_XT_MATCH_STATE is not set 646 | # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 647 | # CONFIG_NETFILTER_XT_MATCH_STRING is not set 648 | # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 649 | # CONFIG_NETFILTER_XT_MATCH_TIME is not set 650 | # CONFIG_NETFILTER_XT_MATCH_U32 is not set 651 | # CONFIG_IP_VS is not set 652 | 653 | # 654 | # IP: Netfilter Configuration 655 | # 656 | # CONFIG_NF_DEFRAG_IPV4 is not set 657 | # CONFIG_NF_CONNTRACK_IPV4 is not set 658 | # CONFIG_IP_NF_IPTABLES is not set 659 | # CONFIG_IP_NF_ARPTABLES is not set 660 | 661 | # 662 | # IPv6: Netfilter Configuration 663 | # 664 | # CONFIG_NF_DEFRAG_IPV6 is not set 665 | # CONFIG_NF_CONNTRACK_IPV6 is not set 666 | # CONFIG_IP6_NF_IPTABLES is not set 667 | # CONFIG_IP_DCCP is not set 668 | # CONFIG_IP_SCTP is not set 669 | # CONFIG_RDS is not set 670 | # CONFIG_TIPC is not set 671 | # CONFIG_ATM is not set 672 | # CONFIG_L2TP is not set 673 | # CONFIG_BRIDGE is not set 674 | CONFIG_HAVE_NET_DSA=y 675 | # CONFIG_VLAN_8021Q is not set 676 | # CONFIG_DECNET is not set 677 | # CONFIG_LLC2 is not set 678 | # CONFIG_IPX is not set 679 | # CONFIG_ATALK is not set 680 | # CONFIG_X25 is not set 681 | # CONFIG_LAPB is not set 682 | # CONFIG_PHONET is not set 683 | # CONFIG_IEEE802154 is not set 684 | CONFIG_NET_SCHED=y 685 | 686 | # 687 | # Queueing/Scheduling 688 | # 689 | # CONFIG_NET_SCH_CBQ is not set 690 | # CONFIG_NET_SCH_HTB is not set 691 | # CONFIG_NET_SCH_HFSC is not set 692 | # CONFIG_NET_SCH_PRIO is not set 693 | # CONFIG_NET_SCH_MULTIQ is not set 694 | # CONFIG_NET_SCH_RED is not set 695 | # CONFIG_NET_SCH_SFB is not set 696 | # CONFIG_NET_SCH_SFQ is not set 697 | # CONFIG_NET_SCH_TEQL is not set 698 | # CONFIG_NET_SCH_TBF is not set 699 | # CONFIG_NET_SCH_GRED is not set 700 | # CONFIG_NET_SCH_DSMARK is not set 701 | # CONFIG_NET_SCH_NETEM is not set 702 | # CONFIG_NET_SCH_DRR is not set 703 | # CONFIG_NET_SCH_MQPRIO is not set 704 | # CONFIG_NET_SCH_CHOKE is not set 705 | # CONFIG_NET_SCH_QFQ is not set 706 | # CONFIG_NET_SCH_CODEL is not set 707 | # CONFIG_NET_SCH_FQ_CODEL is not set 708 | # CONFIG_NET_SCH_PLUG is not set 709 | 710 | # 711 | # Classification 712 | # 713 | # CONFIG_NET_CLS_BASIC is not set 714 | # CONFIG_NET_CLS_TCINDEX is not set 715 | # CONFIG_NET_CLS_ROUTE4 is not set 716 | # CONFIG_NET_CLS_FW is not set 717 | # CONFIG_NET_CLS_U32 is not set 718 | # CONFIG_NET_CLS_RSVP is not set 719 | # CONFIG_NET_CLS_RSVP6 is not set 720 | # CONFIG_NET_CLS_FLOW is not set 721 | # CONFIG_NET_EMATCH is not set 722 | # CONFIG_NET_CLS_ACT is not set 723 | CONFIG_NET_SCH_FIFO=y 724 | # CONFIG_DCB is not set 725 | CONFIG_DNS_RESOLVER=y 726 | # CONFIG_BATMAN_ADV is not set 727 | # CONFIG_OPENVSWITCH is not set 728 | # CONFIG_VSOCKETS is not set 729 | # CONFIG_NETLINK_MMAP is not set 730 | # CONFIG_NETLINK_DIAG is not set 731 | CONFIG_RPS=y 732 | CONFIG_RFS_ACCEL=y 733 | CONFIG_XPS=y 734 | CONFIG_BQL=y 735 | # CONFIG_BPF_JIT is not set 736 | 737 | # 738 | # Network testing 739 | # 740 | # CONFIG_NET_PKTGEN is not set 741 | # CONFIG_NET_TCPPROBE is not set 742 | # CONFIG_NET_DROP_MONITOR is not set 743 | # CONFIG_HAMRADIO is not set 744 | # CONFIG_CAN is not set 745 | # CONFIG_IRDA is not set 746 | CONFIG_BT=y 747 | CONFIG_BT_RFCOMM=y 748 | CONFIG_BT_RFCOMM_TTY=y 749 | CONFIG_BT_BNEP=y 750 | CONFIG_BT_BNEP_MC_FILTER=y 751 | CONFIG_BT_BNEP_PROTO_FILTER=y 752 | CONFIG_BT_HIDP=y 753 | 754 | # 755 | # Bluetooth device drivers 756 | # 757 | # CONFIG_BT_HCIBTUSB is not set 758 | # CONFIG_BT_HCIBTSDIO is not set 759 | CONFIG_BT_HCIUART=y 760 | CONFIG_BT_HCIUART_H4=y 761 | CONFIG_BT_HCIUART_BCSP=y 762 | # CONFIG_BT_HCIUART_ATH3K is not set 763 | CONFIG_BT_HCIUART_LL=y 764 | # CONFIG_BT_HCIUART_3WIRE is not set 765 | CONFIG_BT_HCIBCM203X=y 766 | CONFIG_BT_HCIBPA10X=y 767 | # CONFIG_BT_HCIBFUSB is not set 768 | # CONFIG_BT_HCIVHCI is not set 769 | # CONFIG_BT_MRVL is not set 770 | # CONFIG_AF_RXRPC is not set 771 | CONFIG_WIRELESS=y 772 | CONFIG_WIRELESS_EXT=y 773 | CONFIG_WEXT_CORE=y 774 | CONFIG_WEXT_PROC=y 775 | CONFIG_WEXT_SPY=y 776 | CONFIG_CFG80211=y 777 | # CONFIG_NL80211_TESTMODE is not set 778 | # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set 779 | # CONFIG_CFG80211_REG_DEBUG is not set 780 | # CONFIG_CFG80211_CERTIFICATION_ONUS is not set 781 | CONFIG_CFG80211_DEFAULT_PS=y 782 | # CONFIG_CFG80211_DEBUGFS is not set 783 | # CONFIG_CFG80211_INTERNAL_REGDB is not set 784 | CONFIG_CFG80211_WEXT=y 785 | CONFIG_LIB80211=y 786 | # CONFIG_LIB80211_DEBUG is not set 787 | CONFIG_MAC80211=y 788 | CONFIG_MAC80211_HAS_RC=y 789 | CONFIG_MAC80211_RC_PID=y 790 | CONFIG_MAC80211_RC_MINSTREL=y 791 | CONFIG_MAC80211_RC_MINSTREL_HT=y 792 | CONFIG_MAC80211_RC_DEFAULT_PID=y 793 | # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set 794 | CONFIG_MAC80211_RC_DEFAULT="pid" 795 | # CONFIG_MAC80211_MESH is not set 796 | CONFIG_MAC80211_LEDS=y 797 | # CONFIG_MAC80211_DEBUGFS is not set 798 | # CONFIG_MAC80211_MESSAGE_TRACING is not set 799 | # CONFIG_MAC80211_DEBUG_MENU is not set 800 | # CONFIG_WIMAX is not set 801 | # CONFIG_RFKILL is not set 802 | # CONFIG_RFKILL_REGULATOR is not set 803 | # CONFIG_NET_9P is not set 804 | # CONFIG_CAIF is not set 805 | # CONFIG_CEPH_LIB is not set 806 | # CONFIG_NFC is not set 807 | CONFIG_HAVE_BPF_JIT=y 808 | 809 | # 810 | # Device Drivers 811 | # 812 | 813 | # 814 | # Generic Driver Options 815 | # 816 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 817 | CONFIG_DEVTMPFS=y 818 | CONFIG_DEVTMPFS_MOUNT=y 819 | CONFIG_STANDALONE=y 820 | CONFIG_PREVENT_FIRMWARE_BUILD=y 821 | CONFIG_FW_LOADER=y 822 | CONFIG_FIRMWARE_IN_KERNEL=y 823 | CONFIG_EXTRA_FIRMWARE="" 824 | CONFIG_FW_LOADER_USER_HELPER=y 825 | # CONFIG_DEBUG_DRIVER is not set 826 | # CONFIG_DEBUG_DEVRES is not set 827 | # CONFIG_SYS_HYPERVISOR is not set 828 | # CONFIG_GENERIC_CPU_DEVICES is not set 829 | CONFIG_REGMAP=y 830 | CONFIG_REGMAP_I2C=y 831 | CONFIG_REGMAP_SPI=y 832 | # CONFIG_DMA_SHARED_BUFFER is not set 833 | # CONFIG_CMA is not set 834 | 835 | # 836 | # Bus devices 837 | # 838 | CONFIG_CONNECTOR=y 839 | CONFIG_PROC_EVENTS=y 840 | CONFIG_MTD=y 841 | # CONFIG_MTD_TESTS is not set 842 | # CONFIG_MTD_REDBOOT_PARTS is not set 843 | CONFIG_MTD_CMDLINE_PARTS=y 844 | # CONFIG_MTD_AFS_PARTS is not set 845 | # CONFIG_MTD_AR7_PARTS is not set 846 | 847 | # 848 | # User Modules And Translation Layers 849 | # 850 | CONFIG_MTD_BLKDEVS=y 851 | CONFIG_MTD_BLOCK=y 852 | # CONFIG_FTL is not set 853 | # CONFIG_NFTL is not set 854 | # CONFIG_INFTL is not set 855 | # CONFIG_RFD_FTL is not set 856 | # CONFIG_SSFDC is not set 857 | # CONFIG_SM_FTL is not set 858 | CONFIG_MTD_OOPS=y 859 | # CONFIG_MTD_SWAP is not set 860 | 861 | # 862 | # RAM/ROM/Flash chip drivers 863 | # 864 | CONFIG_MTD_CFI=y 865 | # CONFIG_MTD_JEDECPROBE is not set 866 | CONFIG_MTD_GEN_PROBE=y 867 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set 868 | CONFIG_MTD_MAP_BANK_WIDTH_1=y 869 | CONFIG_MTD_MAP_BANK_WIDTH_2=y 870 | CONFIG_MTD_MAP_BANK_WIDTH_4=y 871 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 872 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 873 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 874 | CONFIG_MTD_CFI_I1=y 875 | CONFIG_MTD_CFI_I2=y 876 | # CONFIG_MTD_CFI_I4 is not set 877 | # CONFIG_MTD_CFI_I8 is not set 878 | CONFIG_MTD_CFI_INTELEXT=y 879 | # CONFIG_MTD_CFI_AMDSTD is not set 880 | # CONFIG_MTD_CFI_STAA is not set 881 | CONFIG_MTD_CFI_UTIL=y 882 | # CONFIG_MTD_RAM is not set 883 | # CONFIG_MTD_ROM is not set 884 | # CONFIG_MTD_ABSENT is not set 885 | 886 | # 887 | # Mapping drivers for chip access 888 | # 889 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set 890 | # CONFIG_MTD_PHYSMAP is not set 891 | # CONFIG_MTD_PLATRAM is not set 892 | 893 | # 894 | # Self-contained MTD device drivers 895 | # 896 | # CONFIG_MTD_DATAFLASH is not set 897 | # CONFIG_MTD_M25P80 is not set 898 | # CONFIG_MTD_SST25L is not set 899 | # CONFIG_MTD_SLRAM is not set 900 | # CONFIG_MTD_PHRAM is not set 901 | # CONFIG_MTD_MTDRAM is not set 902 | # CONFIG_MTD_BLOCK2MTD is not set 903 | 904 | # 905 | # Disk-On-Chip Device Drivers 906 | # 907 | # CONFIG_MTD_DOCG3 is not set 908 | CONFIG_MTD_NAND_ECC=y 909 | # CONFIG_MTD_NAND_ECC_SMC is not set 910 | CONFIG_MTD_NAND=y 911 | # CONFIG_MTD_NAND_ECC_BCH is not set 912 | # CONFIG_MTD_SM_COMMON is not set 913 | # CONFIG_MTD_NAND_DENALI is not set 914 | # CONFIG_MTD_NAND_GPIO is not set 915 | CONFIG_MTD_NAND_IDS=y 916 | # CONFIG_MTD_NAND_DISKONCHIP is not set 917 | # CONFIG_MTD_NAND_DOCG4 is not set 918 | # CONFIG_MTD_NAND_NANDSIM is not set 919 | # CONFIG_MTD_NAND_PLATFORM is not set 920 | # CONFIG_MTD_ALAUDA is not set 921 | CONFIG_MTD_ONENAND=y 922 | CONFIG_MTD_ONENAND_VERIFY_WRITE=y 923 | # CONFIG_MTD_ONENAND_GENERIC is not set 924 | # CONFIG_MTD_ONENAND_OTP is not set 925 | # CONFIG_MTD_ONENAND_2X_PROGRAM is not set 926 | 927 | # 928 | # LPDDR flash memory drivers 929 | # 930 | # CONFIG_MTD_LPDDR is not set 931 | CONFIG_MTD_UBI=y 932 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 933 | CONFIG_MTD_UBI_BEB_LIMIT=20 934 | # CONFIG_MTD_UBI_FASTMAP is not set 935 | # CONFIG_MTD_UBI_GLUEBI is not set 936 | # CONFIG_PARPORT is not set 937 | CONFIG_BLK_DEV=y 938 | # CONFIG_BLK_DEV_COW_COMMON is not set 939 | CONFIG_BLK_DEV_LOOP=y 940 | CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 941 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set 942 | # CONFIG_BLK_DEV_DRBD is not set 943 | # CONFIG_BLK_DEV_NBD is not set 944 | CONFIG_BLK_DEV_RAM=y 945 | CONFIG_BLK_DEV_RAM_COUNT=16 946 | CONFIG_BLK_DEV_RAM_SIZE=16384 947 | # CONFIG_BLK_DEV_XIP is not set 948 | # CONFIG_CDROM_PKTCDVD is not set 949 | # CONFIG_ATA_OVER_ETH is not set 950 | # CONFIG_MG_DISK is not set 951 | # CONFIG_BLK_DEV_RBD is not set 952 | 953 | # 954 | # Misc devices 955 | # 956 | # CONFIG_SENSORS_LIS3LV02D is not set 957 | # CONFIG_AD525X_DPOT is not set 958 | # CONFIG_ATMEL_PWM is not set 959 | # CONFIG_DUMMY_IRQ is not set 960 | # CONFIG_ICS932S401 is not set 961 | # CONFIG_ATMEL_SSC is not set 962 | # CONFIG_ENCLOSURE_SERVICES is not set 963 | # CONFIG_APDS9802ALS is not set 964 | # CONFIG_ISL29003 is not set 965 | # CONFIG_ISL29020 is not set 966 | # CONFIG_SENSORS_TSL2550 is not set 967 | # CONFIG_SENSORS_BH1780 is not set 968 | # CONFIG_SENSORS_BH1770 is not set 969 | # CONFIG_SENSORS_APDS990X is not set 970 | # CONFIG_HMC6352 is not set 971 | # CONFIG_DS1682 is not set 972 | # CONFIG_TI_DAC7512 is not set 973 | # CONFIG_ARM_CHARLCD is not set 974 | # CONFIG_BMP085_I2C is not set 975 | # CONFIG_BMP085_SPI is not set 976 | # CONFIG_USB_SWITCH_FSA9480 is not set 977 | # CONFIG_LATTICE_ECP3_CONFIG is not set 978 | # CONFIG_SRAM is not set 979 | # CONFIG_C2PORT is not set 980 | 981 | # 982 | # EEPROM support 983 | # 984 | # CONFIG_EEPROM_AT24 is not set 985 | # CONFIG_EEPROM_AT25 is not set 986 | CONFIG_EEPROM_LEGACY=y 987 | # CONFIG_EEPROM_MAX6875 is not set 988 | # CONFIG_EEPROM_93CX6 is not set 989 | # CONFIG_EEPROM_93XX46 is not set 990 | 991 | # 992 | # Texas Instruments shared transport line discipline 993 | # 994 | # CONFIG_TI_ST is not set 995 | # CONFIG_SENSORS_LIS3_SPI is not set 996 | # CONFIG_SENSORS_LIS3_I2C is not set 997 | 998 | # 999 | # Altera FPGA firmware download module 1000 | # 1001 | # CONFIG_ALTERA_STAPL is not set 1002 | 1003 | # 1004 | # SCSI device support 1005 | # 1006 | CONFIG_SCSI_MOD=y 1007 | # CONFIG_RAID_ATTRS is not set 1008 | CONFIG_SCSI=y 1009 | CONFIG_SCSI_DMA=y 1010 | # CONFIG_SCSI_TGT is not set 1011 | # CONFIG_SCSI_NETLINK is not set 1012 | CONFIG_SCSI_PROC_FS=y 1013 | 1014 | # 1015 | # SCSI support type (disk, tape, CD-ROM) 1016 | # 1017 | CONFIG_BLK_DEV_SD=y 1018 | # CONFIG_CHR_DEV_ST is not set 1019 | # CONFIG_CHR_DEV_OSST is not set 1020 | # CONFIG_BLK_DEV_SR is not set 1021 | # CONFIG_CHR_DEV_SG is not set 1022 | # CONFIG_CHR_DEV_SCH is not set 1023 | CONFIG_SCSI_MULTI_LUN=y 1024 | # CONFIG_SCSI_CONSTANTS is not set 1025 | # CONFIG_SCSI_LOGGING is not set 1026 | CONFIG_SCSI_SCAN_ASYNC=y 1027 | 1028 | # 1029 | # SCSI Transports 1030 | # 1031 | # CONFIG_SCSI_SPI_ATTRS is not set 1032 | # CONFIG_SCSI_FC_ATTRS is not set 1033 | # CONFIG_SCSI_ISCSI_ATTRS is not set 1034 | # CONFIG_SCSI_SAS_ATTRS is not set 1035 | # CONFIG_SCSI_SAS_LIBSAS is not set 1036 | # CONFIG_SCSI_SRP_ATTRS is not set 1037 | CONFIG_SCSI_LOWLEVEL=y 1038 | # CONFIG_ISCSI_TCP is not set 1039 | # CONFIG_ISCSI_BOOT_SYSFS is not set 1040 | # CONFIG_SCSI_UFSHCD is not set 1041 | # CONFIG_LIBFC is not set 1042 | # CONFIG_LIBFCOE is not set 1043 | # CONFIG_SCSI_DEBUG is not set 1044 | # CONFIG_SCSI_DH is not set 1045 | # CONFIG_SCSI_OSD_INITIATOR is not set 1046 | # CONFIG_ATA is not set 1047 | CONFIG_MD=y 1048 | # CONFIG_BLK_DEV_MD is not set 1049 | # CONFIG_BCACHE is not set 1050 | # CONFIG_BLK_DEV_DM is not set 1051 | # CONFIG_TARGET_CORE is not set 1052 | CONFIG_NETDEVICES=y 1053 | CONFIG_NET_CORE=y 1054 | # CONFIG_BONDING is not set 1055 | # CONFIG_DUMMY is not set 1056 | # CONFIG_EQUALIZER is not set 1057 | CONFIG_MII=y 1058 | # CONFIG_NET_TEAM is not set 1059 | # CONFIG_MACVLAN is not set 1060 | # CONFIG_VXLAN is not set 1061 | # CONFIG_NETCONSOLE is not set 1062 | # CONFIG_NETPOLL is not set 1063 | # CONFIG_NET_POLL_CONTROLLER is not set 1064 | CONFIG_TUN=m 1065 | # CONFIG_VETH is not set 1066 | 1067 | # 1068 | # CAIF transport drivers 1069 | # 1070 | 1071 | # 1072 | # Distributed Switch Architecture drivers 1073 | # 1074 | # CONFIG_NET_DSA_MV88E6XXX is not set 1075 | # CONFIG_NET_DSA_MV88E6060 is not set 1076 | # CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set 1077 | # CONFIG_NET_DSA_MV88E6131 is not set 1078 | # CONFIG_NET_DSA_MV88E6123_61_65 is not set 1079 | CONFIG_ETHERNET=y 1080 | CONFIG_NET_CADENCE=y 1081 | # CONFIG_ARM_AT91_ETHER is not set 1082 | # CONFIG_MACB is not set 1083 | CONFIG_NET_VENDOR_BROADCOM=y 1084 | # CONFIG_B44 is not set 1085 | # CONFIG_NET_CALXEDA_XGMAC is not set 1086 | CONFIG_NET_VENDOR_CIRRUS=y 1087 | # CONFIG_CS89x0 is not set 1088 | # CONFIG_DM9000 is not set 1089 | # CONFIG_DNET is not set 1090 | CONFIG_NET_VENDOR_FARADAY=y 1091 | # CONFIG_FTMAC100 is not set 1092 | # CONFIG_FTGMAC100 is not set 1093 | CONFIG_NET_VENDOR_INTEL=y 1094 | CONFIG_NET_VENDOR_I825XX=y 1095 | CONFIG_NET_VENDOR_MARVELL=y 1096 | # CONFIG_MVMDIO is not set 1097 | CONFIG_NET_VENDOR_MICREL=y 1098 | # CONFIG_KS8851 is not set 1099 | # CONFIG_KS8851_MLL is not set 1100 | CONFIG_NET_VENDOR_MICROCHIP=y 1101 | # CONFIG_ENC28J60 is not set 1102 | CONFIG_NET_VENDOR_NATSEMI=y 1103 | CONFIG_NET_VENDOR_8390=y 1104 | # CONFIG_AX88796 is not set 1105 | # CONFIG_ETHOC is not set 1106 | CONFIG_NET_VENDOR_SEEQ=y 1107 | CONFIG_NET_VENDOR_SMSC=y 1108 | CONFIG_SMC91X=y 1109 | # CONFIG_SMC911X is not set 1110 | CONFIG_SMSC911X=y 1111 | # CONFIG_SMSC911X_ARCH_HOOKS is not set 1112 | CONFIG_NET_VENDOR_STMICRO=y 1113 | # CONFIG_STMMAC_ETH is not set 1114 | CONFIG_NET_VENDOR_WIZNET=y 1115 | # CONFIG_WIZNET_W5100 is not set 1116 | # CONFIG_WIZNET_W5300 is not set 1117 | CONFIG_PHYLIB=y 1118 | 1119 | # 1120 | # MII PHY device drivers 1121 | # 1122 | # CONFIG_AT803X_PHY is not set 1123 | # CONFIG_AMD_PHY is not set 1124 | # CONFIG_MARVELL_PHY is not set 1125 | # CONFIG_DAVICOM_PHY is not set 1126 | # CONFIG_QSEMI_PHY is not set 1127 | # CONFIG_LXT_PHY is not set 1128 | # CONFIG_CICADA_PHY is not set 1129 | # CONFIG_VITESSE_PHY is not set 1130 | CONFIG_SMSC_PHY=y 1131 | # CONFIG_BROADCOM_PHY is not set 1132 | # CONFIG_BCM87XX_PHY is not set 1133 | # CONFIG_ICPLUS_PHY is not set 1134 | # CONFIG_REALTEK_PHY is not set 1135 | # CONFIG_NATIONAL_PHY is not set 1136 | # CONFIG_STE10XP is not set 1137 | # CONFIG_LSI_ET1011C_PHY is not set 1138 | # CONFIG_MICREL_PHY is not set 1139 | # CONFIG_FIXED_PHY is not set 1140 | # CONFIG_MDIO_BITBANG is not set 1141 | # CONFIG_MICREL_KS8995MA is not set 1142 | # CONFIG_PPP is not set 1143 | # CONFIG_SLIP is not set 1144 | 1145 | # 1146 | # USB Network Adapters 1147 | # 1148 | # CONFIG_USB_CATC is not set 1149 | # CONFIG_USB_KAWETH is not set 1150 | # CONFIG_USB_PEGASUS is not set 1151 | # CONFIG_USB_RTL8150 is not set 1152 | # CONFIG_USB_RTL8152 is not set 1153 | CONFIG_USB_USBNET=y 1154 | CONFIG_USB_NET_AX8817X=y 1155 | CONFIG_USB_NET_AX88179_178A=y 1156 | CONFIG_USB_NET_CDCETHER=y 1157 | # CONFIG_USB_NET_CDC_EEM is not set 1158 | CONFIG_USB_NET_CDC_NCM=y 1159 | # CONFIG_USB_NET_CDC_MBIM is not set 1160 | # CONFIG_USB_NET_DM9601 is not set 1161 | # CONFIG_USB_NET_SMSC75XX is not set 1162 | # CONFIG_USB_NET_SMSC95XX is not set 1163 | # CONFIG_USB_NET_GL620A is not set 1164 | CONFIG_USB_NET_NET1080=y 1165 | # CONFIG_USB_NET_PLUSB is not set 1166 | # CONFIG_USB_NET_MCS7830 is not set 1167 | # CONFIG_USB_NET_RNDIS_HOST is not set 1168 | CONFIG_USB_NET_CDC_SUBSET=y 1169 | CONFIG_USB_ALI_M5632=y 1170 | CONFIG_USB_AN2720=y 1171 | CONFIG_USB_BELKIN=y 1172 | CONFIG_USB_ARMLINUX=y 1173 | CONFIG_USB_EPSON2888=y 1174 | CONFIG_USB_KC2190=y 1175 | CONFIG_USB_NET_ZAURUS=y 1176 | # CONFIG_USB_NET_CX82310_ETH is not set 1177 | # CONFIG_USB_NET_KALMIA is not set 1178 | # CONFIG_USB_NET_QMI_WWAN is not set 1179 | # CONFIG_USB_NET_INT51X1 is not set 1180 | # CONFIG_USB_IPHETH is not set 1181 | # CONFIG_USB_SIERRA_NET is not set 1182 | # CONFIG_USB_VL600 is not set 1183 | CONFIG_WLAN=y 1184 | # CONFIG_LIBERTAS_THINFIRM is not set 1185 | # CONFIG_AT76C50X_USB is not set 1186 | # CONFIG_USB_ZD1201 is not set 1187 | # CONFIG_USB_NET_RNDIS_WLAN is not set 1188 | # CONFIG_RTL8187 is not set 1189 | # CONFIG_MAC80211_HWSIM is not set 1190 | # CONFIG_ATH_CARDS is not set 1191 | # CONFIG_B43 is not set 1192 | # CONFIG_B43LEGACY is not set 1193 | # CONFIG_BRCMFMAC is not set 1194 | # CONFIG_HOSTAP is not set 1195 | CONFIG_LIBERTAS=y 1196 | CONFIG_LIBERTAS_USB=y 1197 | CONFIG_LIBERTAS_SDIO=y 1198 | # CONFIG_LIBERTAS_SPI is not set 1199 | CONFIG_LIBERTAS_DEBUG=y 1200 | # CONFIG_LIBERTAS_MESH is not set 1201 | # CONFIG_P54_COMMON is not set 1202 | # CONFIG_RT2X00 is not set 1203 | # CONFIG_RTLWIFI is not set 1204 | # CONFIG_WL_TI is not set 1205 | # CONFIG_ZD1211RW is not set 1206 | # CONFIG_MWIFIEX is not set 1207 | 1208 | # 1209 | # Enable WiMAX (Networking options) to see the WiMAX drivers 1210 | # 1211 | # CONFIG_WAN is not set 1212 | # CONFIG_ISDN is not set 1213 | 1214 | # 1215 | # Input device support 1216 | # 1217 | CONFIG_INPUT=y 1218 | # CONFIG_INPUT_FF_MEMLESS is not set 1219 | # CONFIG_INPUT_POLLDEV is not set 1220 | # CONFIG_INPUT_SPARSEKMAP is not set 1221 | CONFIG_INPUT_MATRIXKMAP=y 1222 | 1223 | # 1224 | # Userland interfaces 1225 | # 1226 | CONFIG_INPUT_MOUSEDEV=y 1227 | CONFIG_INPUT_MOUSEDEV_PSAUX=y 1228 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 1229 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 1230 | CONFIG_INPUT_JOYDEV=y 1231 | CONFIG_INPUT_EVDEV=y 1232 | # CONFIG_INPUT_EVBUG is not set 1233 | 1234 | # 1235 | # Input Device Drivers 1236 | # 1237 | CONFIG_INPUT_KEYBOARD=y 1238 | # CONFIG_KEYBOARD_ADP5588 is not set 1239 | # CONFIG_KEYBOARD_ADP5589 is not set 1240 | CONFIG_KEYBOARD_ATKBD=y 1241 | # CONFIG_KEYBOARD_QT1070 is not set 1242 | # CONFIG_KEYBOARD_QT2160 is not set 1243 | # CONFIG_KEYBOARD_LKKBD is not set 1244 | CONFIG_KEYBOARD_GPIO=y 1245 | # CONFIG_KEYBOARD_TCA6416 is not set 1246 | # CONFIG_KEYBOARD_TCA8418 is not set 1247 | # CONFIG_KEYBOARD_MATRIX is not set 1248 | # CONFIG_KEYBOARD_LM8323 is not set 1249 | # CONFIG_KEYBOARD_LM8333 is not set 1250 | # CONFIG_KEYBOARD_MAX7359 is not set 1251 | # CONFIG_KEYBOARD_MCS is not set 1252 | # CONFIG_KEYBOARD_MPR121 is not set 1253 | # CONFIG_KEYBOARD_NEWTON is not set 1254 | # CONFIG_KEYBOARD_OPENCORES is not set 1255 | # CONFIG_KEYBOARD_SAMSUNG is not set 1256 | # CONFIG_KEYBOARD_STOWAWAY is not set 1257 | # CONFIG_KEYBOARD_SUNKBD is not set 1258 | CONFIG_KEYBOARD_TWL4030=y 1259 | # CONFIG_KEYBOARD_XTKBD is not set 1260 | CONFIG_INPUT_MOUSE=y 1261 | CONFIG_MOUSE_PS2=y 1262 | CONFIG_MOUSE_PS2_ALPS=y 1263 | CONFIG_MOUSE_PS2_LOGIPS2PP=y 1264 | CONFIG_MOUSE_PS2_SYNAPTICS=y 1265 | CONFIG_MOUSE_PS2_CYPRESS=y 1266 | CONFIG_MOUSE_PS2_TRACKPOINT=y 1267 | # CONFIG_MOUSE_PS2_ELANTECH is not set 1268 | # CONFIG_MOUSE_PS2_SENTELIC is not set 1269 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set 1270 | # CONFIG_MOUSE_SERIAL is not set 1271 | # CONFIG_MOUSE_APPLETOUCH is not set 1272 | # CONFIG_MOUSE_BCM5974 is not set 1273 | # CONFIG_MOUSE_CYAPA is not set 1274 | # CONFIG_MOUSE_VSXXXAA is not set 1275 | # CONFIG_MOUSE_GPIO is not set 1276 | # CONFIG_MOUSE_SYNAPTICS_I2C is not set 1277 | # CONFIG_MOUSE_SYNAPTICS_USB is not set 1278 | # CONFIG_INPUT_JOYSTICK is not set 1279 | # CONFIG_INPUT_TABLET is not set 1280 | CONFIG_INPUT_TOUCHSCREEN=y 1281 | CONFIG_TOUCHSCREEN_ADS7846=y 1282 | # CONFIG_TOUCHSCREEN_AD7877 is not set 1283 | # CONFIG_TOUCHSCREEN_AD7879 is not set 1284 | # CONFIG_TOUCHSCREEN_ATMEL_MXT is not set 1285 | # CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set 1286 | # CONFIG_TOUCHSCREEN_BU21013 is not set 1287 | # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set 1288 | # CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set 1289 | # CONFIG_TOUCHSCREEN_DYNAPRO is not set 1290 | # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set 1291 | # CONFIG_TOUCHSCREEN_EETI is not set 1292 | # CONFIG_TOUCHSCREEN_FUJITSU is not set 1293 | # CONFIG_TOUCHSCREEN_ILI210X is not set 1294 | # CONFIG_TOUCHSCREEN_GUNZE is not set 1295 | # CONFIG_TOUCHSCREEN_ELO is not set 1296 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set 1297 | # CONFIG_TOUCHSCREEN_WACOM_I2C is not set 1298 | # CONFIG_TOUCHSCREEN_MAX11801 is not set 1299 | # CONFIG_TOUCHSCREEN_MCS5000 is not set 1300 | # CONFIG_TOUCHSCREEN_MMS114 is not set 1301 | # CONFIG_TOUCHSCREEN_MTOUCH is not set 1302 | # CONFIG_TOUCHSCREEN_INEXIO is not set 1303 | # CONFIG_TOUCHSCREEN_MK712 is not set 1304 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set 1305 | # CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set 1306 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set 1307 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set 1308 | # CONFIG_TOUCHSCREEN_PIXCIR is not set 1309 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set 1310 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set 1311 | # CONFIG_TOUCHSCREEN_TSC_SERIO is not set 1312 | # CONFIG_TOUCHSCREEN_TSC2005 is not set 1313 | # CONFIG_TOUCHSCREEN_TSC2007 is not set 1314 | # CONFIG_TOUCHSCREEN_W90X900 is not set 1315 | # CONFIG_TOUCHSCREEN_ST1232 is not set 1316 | # CONFIG_TOUCHSCREEN_TPS6507X is not set 1317 | CONFIG_INPUT_MISC=y 1318 | # CONFIG_INPUT_AD714X is not set 1319 | # CONFIG_INPUT_BMA150 is not set 1320 | # CONFIG_INPUT_MMA8450 is not set 1321 | # CONFIG_INPUT_MPU3050 is not set 1322 | # CONFIG_INPUT_GP2A is not set 1323 | # CONFIG_INPUT_GPIO_TILT_POLLED is not set 1324 | # CONFIG_INPUT_ATI_REMOTE2 is not set 1325 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set 1326 | # CONFIG_INPUT_KXTJ9 is not set 1327 | # CONFIG_INPUT_POWERMATE is not set 1328 | # CONFIG_INPUT_YEALINK is not set 1329 | # CONFIG_INPUT_CM109 is not set 1330 | CONFIG_INPUT_TWL4030_PWRBUTTON=y 1331 | # CONFIG_INPUT_TWL4030_VIBRA is not set 1332 | # CONFIG_INPUT_UINPUT is not set 1333 | # CONFIG_INPUT_PCF8574 is not set 1334 | # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set 1335 | # CONFIG_INPUT_ADXL34X is not set 1336 | # CONFIG_INPUT_IMS_PCU is not set 1337 | # CONFIG_INPUT_CMA3000 is not set 1338 | 1339 | # 1340 | # Hardware I/O ports 1341 | # 1342 | CONFIG_SERIO=y 1343 | CONFIG_SERIO_SERPORT=y 1344 | # CONFIG_SERIO_AMBAKMI is not set 1345 | CONFIG_SERIO_LIBPS2=y 1346 | # CONFIG_SERIO_RAW is not set 1347 | # CONFIG_SERIO_ALTERA_PS2 is not set 1348 | # CONFIG_SERIO_PS2MULT is not set 1349 | # CONFIG_SERIO_ARC_PS2 is not set 1350 | # CONFIG_GAMEPORT is not set 1351 | 1352 | # 1353 | # Character devices 1354 | # 1355 | CONFIG_TTY=y 1356 | CONFIG_VT=y 1357 | CONFIG_CONSOLE_TRANSLATIONS=y 1358 | CONFIG_VT_CONSOLE=y 1359 | CONFIG_HW_CONSOLE=y 1360 | CONFIG_VT_HW_CONSOLE_BINDING=y 1361 | CONFIG_UNIX98_PTYS=y 1362 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1363 | # CONFIG_LEGACY_PTYS is not set 1364 | # CONFIG_SERIAL_NONSTANDARD is not set 1365 | # CONFIG_N_GSM is not set 1366 | # CONFIG_TRACE_SINK is not set 1367 | CONFIG_DEVKMEM=y 1368 | 1369 | # 1370 | # Serial drivers 1371 | # 1372 | CONFIG_SERIAL_8250=y 1373 | CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y 1374 | CONFIG_SERIAL_8250_CONSOLE=y 1375 | CONFIG_SERIAL_8250_NR_UARTS=32 1376 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 1377 | CONFIG_SERIAL_8250_EXTENDED=y 1378 | CONFIG_SERIAL_8250_MANY_PORTS=y 1379 | CONFIG_SERIAL_8250_SHARE_IRQ=y 1380 | CONFIG_SERIAL_8250_DETECT_IRQ=y 1381 | CONFIG_SERIAL_8250_RSA=y 1382 | # CONFIG_SERIAL_8250_DW is not set 1383 | # CONFIG_SERIAL_8250_EM is not set 1384 | 1385 | # 1386 | # Non-8250 serial port support 1387 | # 1388 | # CONFIG_SERIAL_AMBA_PL010 is not set 1389 | # CONFIG_SERIAL_AMBA_PL011 is not set 1390 | # CONFIG_SERIAL_MAX3100 is not set 1391 | # CONFIG_SERIAL_MAX310X is not set 1392 | CONFIG_SERIAL_CORE=y 1393 | CONFIG_SERIAL_CORE_CONSOLE=y 1394 | # CONFIG_SERIAL_SCCNXP is not set 1395 | # CONFIG_SERIAL_TIMBERDALE is not set 1396 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set 1397 | # CONFIG_SERIAL_ALTERA_UART is not set 1398 | # CONFIG_SERIAL_IFX6X60 is not set 1399 | # CONFIG_SERIAL_ARC is not set 1400 | # CONFIG_TTY_PRINTK is not set 1401 | # CONFIG_HVC_DCC is not set 1402 | # CONFIG_IPMI_HANDLER is not set 1403 | CONFIG_HW_RANDOM=y 1404 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set 1405 | # CONFIG_HW_RANDOM_ATMEL is not set 1406 | # CONFIG_HW_RANDOM_EXYNOS is not set 1407 | # CONFIG_R3964 is not set 1408 | # CONFIG_RAW_DRIVER is not set 1409 | # CONFIG_TCG_TPM is not set 1410 | CONFIG_I2C=y 1411 | CONFIG_I2C_BOARDINFO=y 1412 | CONFIG_I2C_COMPAT=y 1413 | CONFIG_I2C_CHARDEV=y 1414 | # CONFIG_I2C_MUX is not set 1415 | CONFIG_I2C_HELPER_AUTO=y 1416 | 1417 | # 1418 | # I2C Hardware Bus support 1419 | # 1420 | 1421 | # 1422 | # I2C system bus drivers (mostly embedded / system-on-chip) 1423 | # 1424 | # CONFIG_I2C_CBUS_GPIO is not set 1425 | # CONFIG_I2C_DESIGNWARE_PLATFORM is not set 1426 | # CONFIG_I2C_GPIO is not set 1427 | # CONFIG_I2C_NOMADIK is not set 1428 | # CONFIG_I2C_OCORES is not set 1429 | # CONFIG_I2C_PCA_PLATFORM is not set 1430 | # CONFIG_I2C_PXA_PCI is not set 1431 | # CONFIG_I2C_SIMTEC is not set 1432 | # CONFIG_I2C_VERSATILE is not set 1433 | # CONFIG_I2C_XILINX is not set 1434 | 1435 | # 1436 | # External I2C/SMBus adapter drivers 1437 | # 1438 | # CONFIG_I2C_DIOLAN_U2C is not set 1439 | # CONFIG_I2C_PARPORT_LIGHT is not set 1440 | # CONFIG_I2C_TAOS_EVM is not set 1441 | # CONFIG_I2C_TINY_USB is not set 1442 | 1443 | # 1444 | # Other I2C/SMBus bus drivers 1445 | # 1446 | # CONFIG_I2C_STUB is not set 1447 | # CONFIG_I2C_DEBUG_CORE is not set 1448 | # CONFIG_I2C_DEBUG_ALGO is not set 1449 | # CONFIG_I2C_DEBUG_BUS is not set 1450 | CONFIG_SPI=y 1451 | # CONFIG_SPI_DEBUG is not set 1452 | CONFIG_SPI_MASTER=y 1453 | 1454 | # 1455 | # SPI Master Controller Drivers 1456 | # 1457 | # CONFIG_SPI_ALTERA is not set 1458 | # CONFIG_SPI_BITBANG is not set 1459 | # CONFIG_SPI_GPIO is not set 1460 | # CONFIG_SPI_OC_TINY is not set 1461 | CONFIG_SPI_PL022=y 1462 | # CONFIG_SPI_PXA2XX_PCI is not set 1463 | # CONFIG_SPI_SC18IS602 is not set 1464 | # CONFIG_SPI_XCOMM is not set 1465 | # CONFIG_SPI_XILINX is not set 1466 | # CONFIG_SPI_DESIGNWARE is not set 1467 | 1468 | # 1469 | # SPI Protocol Masters 1470 | # 1471 | # CONFIG_SPI_SPIDEV is not set 1472 | # CONFIG_SPI_TLE62X0 is not set 1473 | 1474 | # 1475 | # Qualcomm MSM SSBI bus support 1476 | # 1477 | # CONFIG_SSBI is not set 1478 | # CONFIG_HSI is not set 1479 | 1480 | # 1481 | # PPS support 1482 | # 1483 | # CONFIG_PPS is not set 1484 | 1485 | # 1486 | # PPS generators support 1487 | # 1488 | 1489 | # 1490 | # PTP clock support 1491 | # 1492 | # CONFIG_PTP_1588_CLOCK is not set 1493 | 1494 | # 1495 | # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. 1496 | # 1497 | # CONFIG_PTP_1588_CLOCK_PCH is not set 1498 | CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y 1499 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y 1500 | CONFIG_GPIO_DEVRES=y 1501 | CONFIG_GPIOLIB=y 1502 | # CONFIG_DEBUG_GPIO is not set 1503 | CONFIG_GPIO_SYSFS=y 1504 | 1505 | # 1506 | # Memory mapped GPIO drivers: 1507 | # 1508 | # CONFIG_GPIO_GENERIC_PLATFORM is not set 1509 | # CONFIG_GPIO_EM is not set 1510 | CONFIG_GPIO_PL061=y 1511 | # CONFIG_GPIO_RCAR is not set 1512 | # CONFIG_GPIO_TS5500 is not set 1513 | 1514 | # 1515 | # I2C GPIO expanders: 1516 | # 1517 | # CONFIG_GPIO_MAX7300 is not set 1518 | # CONFIG_GPIO_MAX732X is not set 1519 | # CONFIG_GPIO_PCF857X is not set 1520 | # CONFIG_GPIO_SX150X is not set 1521 | CONFIG_GPIO_TWL4030=y 1522 | # CONFIG_GPIO_ADP5588 is not set 1523 | 1524 | # 1525 | # PCI GPIO expanders: 1526 | # 1527 | 1528 | # 1529 | # SPI GPIO expanders: 1530 | # 1531 | # CONFIG_GPIO_MAX7301 is not set 1532 | # CONFIG_GPIO_MCP23S08 is not set 1533 | # CONFIG_GPIO_MC33880 is not set 1534 | # CONFIG_GPIO_74X164 is not set 1535 | 1536 | # 1537 | # AC97 GPIO expanders: 1538 | # 1539 | 1540 | # 1541 | # MODULbus GPIO expanders: 1542 | # 1543 | 1544 | # 1545 | # USB GPIO expanders: 1546 | # 1547 | CONFIG_W1=y 1548 | CONFIG_W1_CON=y 1549 | 1550 | # 1551 | # 1-wire Bus Masters 1552 | # 1553 | # CONFIG_W1_MASTER_DS2490 is not set 1554 | # CONFIG_W1_MASTER_DS2482 is not set 1555 | # CONFIG_W1_MASTER_DS1WM is not set 1556 | # CONFIG_W1_MASTER_GPIO is not set 1557 | 1558 | # 1559 | # 1-wire Slaves 1560 | # 1561 | # CONFIG_W1_SLAVE_THERM is not set 1562 | # CONFIG_W1_SLAVE_SMEM is not set 1563 | # CONFIG_W1_SLAVE_DS2408 is not set 1564 | # CONFIG_W1_SLAVE_DS2413 is not set 1565 | # CONFIG_W1_SLAVE_DS2423 is not set 1566 | # CONFIG_W1_SLAVE_DS2431 is not set 1567 | # CONFIG_W1_SLAVE_DS2433 is not set 1568 | # CONFIG_W1_SLAVE_DS2760 is not set 1569 | # CONFIG_W1_SLAVE_DS2780 is not set 1570 | # CONFIG_W1_SLAVE_DS2781 is not set 1571 | # CONFIG_W1_SLAVE_DS28E04 is not set 1572 | # CONFIG_W1_SLAVE_BQ27000 is not set 1573 | CONFIG_POWER_SUPPLY=y 1574 | # CONFIG_POWER_SUPPLY_DEBUG is not set 1575 | # CONFIG_PDA_POWER is not set 1576 | # CONFIG_TEST_POWER is not set 1577 | # CONFIG_BATTERY_DS2780 is not set 1578 | # CONFIG_BATTERY_DS2781 is not set 1579 | # CONFIG_BATTERY_DS2782 is not set 1580 | # CONFIG_BATTERY_SBS is not set 1581 | # CONFIG_BATTERY_BQ27x00 is not set 1582 | # CONFIG_BATTERY_MAX17040 is not set 1583 | # CONFIG_BATTERY_MAX17042 is not set 1584 | # CONFIG_CHARGER_MAX8903 is not set 1585 | # CONFIG_CHARGER_TWL4030 is not set 1586 | # CONFIG_CHARGER_LP8727 is not set 1587 | # CONFIG_CHARGER_GPIO is not set 1588 | # CONFIG_CHARGER_MANAGER is not set 1589 | # CONFIG_CHARGER_BQ2415X is not set 1590 | # CONFIG_CHARGER_SMB347 is not set 1591 | # CONFIG_BATTERY_GOLDFISH is not set 1592 | # CONFIG_POWER_RESET is not set 1593 | # CONFIG_POWER_RESET_RESTART is not set 1594 | # CONFIG_POWER_AVS is not set 1595 | CONFIG_HWMON=y 1596 | # CONFIG_HWMON_VID is not set 1597 | # CONFIG_HWMON_DEBUG_CHIP is not set 1598 | 1599 | # 1600 | # Native drivers 1601 | # 1602 | # CONFIG_SENSORS_AD7314 is not set 1603 | # CONFIG_SENSORS_AD7414 is not set 1604 | # CONFIG_SENSORS_AD7418 is not set 1605 | # CONFIG_SENSORS_ADCXX is not set 1606 | # CONFIG_SENSORS_ADM1021 is not set 1607 | # CONFIG_SENSORS_ADM1025 is not set 1608 | # CONFIG_SENSORS_ADM1026 is not set 1609 | # CONFIG_SENSORS_ADM1029 is not set 1610 | # CONFIG_SENSORS_ADM1031 is not set 1611 | # CONFIG_SENSORS_ADM9240 is not set 1612 | # CONFIG_SENSORS_ADT7310 is not set 1613 | # CONFIG_SENSORS_ADT7410 is not set 1614 | # CONFIG_SENSORS_ADT7411 is not set 1615 | # CONFIG_SENSORS_ADT7462 is not set 1616 | # CONFIG_SENSORS_ADT7470 is not set 1617 | # CONFIG_SENSORS_ADT7475 is not set 1618 | # CONFIG_SENSORS_ASC7621 is not set 1619 | # CONFIG_SENSORS_ATXP1 is not set 1620 | # CONFIG_SENSORS_DS620 is not set 1621 | # CONFIG_SENSORS_DS1621 is not set 1622 | # CONFIG_SENSORS_F71805F is not set 1623 | # CONFIG_SENSORS_F71882FG is not set 1624 | # CONFIG_SENSORS_F75375S is not set 1625 | # CONFIG_SENSORS_G760A is not set 1626 | # CONFIG_SENSORS_GL518SM is not set 1627 | # CONFIG_SENSORS_GL520SM is not set 1628 | # CONFIG_SENSORS_GPIO_FAN is not set 1629 | # CONFIG_SENSORS_HIH6130 is not set 1630 | # CONFIG_SENSORS_IT87 is not set 1631 | # CONFIG_SENSORS_JC42 is not set 1632 | # CONFIG_SENSORS_LINEAGE is not set 1633 | # CONFIG_SENSORS_LM63 is not set 1634 | # CONFIG_SENSORS_LM70 is not set 1635 | # CONFIG_SENSORS_LM73 is not set 1636 | # CONFIG_SENSORS_LM75 is not set 1637 | # CONFIG_SENSORS_LM77 is not set 1638 | # CONFIG_SENSORS_LM78 is not set 1639 | # CONFIG_SENSORS_LM80 is not set 1640 | # CONFIG_SENSORS_LM83 is not set 1641 | # CONFIG_SENSORS_LM85 is not set 1642 | # CONFIG_SENSORS_LM87 is not set 1643 | # CONFIG_SENSORS_LM90 is not set 1644 | # CONFIG_SENSORS_LM92 is not set 1645 | # CONFIG_SENSORS_LM93 is not set 1646 | # CONFIG_SENSORS_LTC4151 is not set 1647 | # CONFIG_SENSORS_LTC4215 is not set 1648 | # CONFIG_SENSORS_LTC4245 is not set 1649 | # CONFIG_SENSORS_LTC4261 is not set 1650 | # CONFIG_SENSORS_LM95234 is not set 1651 | # CONFIG_SENSORS_LM95241 is not set 1652 | # CONFIG_SENSORS_LM95245 is not set 1653 | # CONFIG_SENSORS_MAX1111 is not set 1654 | # CONFIG_SENSORS_MAX16065 is not set 1655 | # CONFIG_SENSORS_MAX1619 is not set 1656 | # CONFIG_SENSORS_MAX1668 is not set 1657 | # CONFIG_SENSORS_MAX197 is not set 1658 | # CONFIG_SENSORS_MAX6639 is not set 1659 | # CONFIG_SENSORS_MAX6642 is not set 1660 | # CONFIG_SENSORS_MAX6650 is not set 1661 | # CONFIG_SENSORS_MAX6697 is not set 1662 | # CONFIG_SENSORS_MCP3021 is not set 1663 | # CONFIG_SENSORS_NCT6775 is not set 1664 | # CONFIG_SENSORS_NTC_THERMISTOR is not set 1665 | # CONFIG_SENSORS_PC87360 is not set 1666 | # CONFIG_SENSORS_PC87427 is not set 1667 | # CONFIG_SENSORS_PCF8591 is not set 1668 | # CONFIG_PMBUS is not set 1669 | # CONFIG_SENSORS_SHT15 is not set 1670 | # CONFIG_SENSORS_SHT21 is not set 1671 | # CONFIG_SENSORS_SMM665 is not set 1672 | # CONFIG_SENSORS_DME1737 is not set 1673 | # CONFIG_SENSORS_EMC1403 is not set 1674 | # CONFIG_SENSORS_EMC2103 is not set 1675 | # CONFIG_SENSORS_EMC6W201 is not set 1676 | # CONFIG_SENSORS_SMSC47M1 is not set 1677 | # CONFIG_SENSORS_SMSC47M192 is not set 1678 | # CONFIG_SENSORS_SMSC47B397 is not set 1679 | # CONFIG_SENSORS_SCH56XX_COMMON is not set 1680 | # CONFIG_SENSORS_SCH5627 is not set 1681 | # CONFIG_SENSORS_SCH5636 is not set 1682 | # CONFIG_SENSORS_ADS1015 is not set 1683 | # CONFIG_SENSORS_ADS7828 is not set 1684 | # CONFIG_SENSORS_ADS7871 is not set 1685 | # CONFIG_SENSORS_AMC6821 is not set 1686 | # CONFIG_SENSORS_INA209 is not set 1687 | # CONFIG_SENSORS_INA2XX is not set 1688 | # CONFIG_SENSORS_THMC50 is not set 1689 | # CONFIG_SENSORS_TMP102 is not set 1690 | # CONFIG_SENSORS_TMP401 is not set 1691 | # CONFIG_SENSORS_TMP421 is not set 1692 | # CONFIG_SENSORS_VT1211 is not set 1693 | # CONFIG_SENSORS_W83781D is not set 1694 | # CONFIG_SENSORS_W83791D is not set 1695 | # CONFIG_SENSORS_W83792D is not set 1696 | # CONFIG_SENSORS_W83793 is not set 1697 | # CONFIG_SENSORS_W83795 is not set 1698 | # CONFIG_SENSORS_W83L785TS is not set 1699 | # CONFIG_SENSORS_W83L786NG is not set 1700 | # CONFIG_SENSORS_W83627HF is not set 1701 | # CONFIG_SENSORS_W83627EHF is not set 1702 | # CONFIG_THERMAL is not set 1703 | CONFIG_WATCHDOG=y 1704 | CONFIG_WATCHDOG_CORE=y 1705 | CONFIG_WATCHDOG_NOWAYOUT=y 1706 | 1707 | # 1708 | # Watchdog Device Drivers 1709 | # 1710 | # CONFIG_SOFT_WATCHDOG is not set 1711 | # CONFIG_ARM_SP805_WATCHDOG is not set 1712 | # CONFIG_DW_WATCHDOG is not set 1713 | # CONFIG_MPCORE_WATCHDOG is not set 1714 | CONFIG_TWL4030_WATCHDOG=y 1715 | # CONFIG_MAX63XX_WATCHDOG is not set 1716 | 1717 | # 1718 | # USB-based Watchdog Cards 1719 | # 1720 | # CONFIG_USBPCWATCHDOG is not set 1721 | CONFIG_SSB_POSSIBLE=y 1722 | 1723 | # 1724 | # Sonics Silicon Backplane 1725 | # 1726 | # CONFIG_SSB is not set 1727 | CONFIG_BCMA_POSSIBLE=y 1728 | 1729 | # 1730 | # Broadcom specific AMBA 1731 | # 1732 | # CONFIG_BCMA is not set 1733 | 1734 | # 1735 | # Multifunction device drivers 1736 | # 1737 | # CONFIG_MFD_CORE is not set 1738 | # CONFIG_MFD_AS3711 is not set 1739 | # CONFIG_PMIC_ADP5520 is not set 1740 | # CONFIG_MFD_AAT2870_CORE is not set 1741 | # CONFIG_MFD_CROS_EC is not set 1742 | # CONFIG_MFD_ASIC3 is not set 1743 | # CONFIG_PMIC_DA903X is not set 1744 | # CONFIG_MFD_DA9052_SPI is not set 1745 | # CONFIG_MFD_DA9052_I2C is not set 1746 | # CONFIG_MFD_DA9055 is not set 1747 | # CONFIG_MFD_MC13XXX_SPI is not set 1748 | # CONFIG_MFD_MC13XXX_I2C is not set 1749 | # CONFIG_HTC_EGPIO is not set 1750 | # CONFIG_HTC_PASIC3 is not set 1751 | # CONFIG_HTC_I2CPLD is not set 1752 | # CONFIG_MFD_88PM800 is not set 1753 | # CONFIG_MFD_88PM805 is not set 1754 | # CONFIG_MFD_88PM860X is not set 1755 | # CONFIG_MFD_MAX77686 is not set 1756 | # CONFIG_MFD_MAX77693 is not set 1757 | # CONFIG_MFD_MAX8907 is not set 1758 | # CONFIG_MFD_MAX8925 is not set 1759 | # CONFIG_MFD_MAX8997 is not set 1760 | # CONFIG_MFD_MAX8998 is not set 1761 | # CONFIG_EZX_PCAP is not set 1762 | # CONFIG_MFD_VIPERBOARD is not set 1763 | # CONFIG_MFD_RETU is not set 1764 | # CONFIG_MFD_PCF50633 is not set 1765 | # CONFIG_MFD_RC5T583 is not set 1766 | # CONFIG_MFD_SEC_CORE is not set 1767 | # CONFIG_MFD_SI476X_CORE is not set 1768 | # CONFIG_MFD_SM501 is not set 1769 | # CONFIG_MFD_SMSC is not set 1770 | # CONFIG_ABX500_CORE is not set 1771 | # CONFIG_MFD_STMPE is not set 1772 | # CONFIG_MFD_SYSCON is not set 1773 | # CONFIG_MFD_TI_AM335X_TSCADC is not set 1774 | # CONFIG_MFD_LP8788 is not set 1775 | # CONFIG_MFD_PALMAS is not set 1776 | # CONFIG_TPS6105X is not set 1777 | # CONFIG_TPS65010 is not set 1778 | # CONFIG_TPS6507X is not set 1779 | # CONFIG_MFD_TPS65090 is not set 1780 | # CONFIG_MFD_TPS65217 is not set 1781 | # CONFIG_MFD_TPS6586X is not set 1782 | # CONFIG_MFD_TPS65910 is not set 1783 | # CONFIG_MFD_TPS65912 is not set 1784 | # CONFIG_MFD_TPS65912_I2C is not set 1785 | # CONFIG_MFD_TPS65912_SPI is not set 1786 | # CONFIG_MFD_TPS80031 is not set 1787 | CONFIG_TWL4030_CORE=y 1788 | # CONFIG_TWL4030_MADC is not set 1789 | # CONFIG_TWL4030_POWER is not set 1790 | # CONFIG_MFD_TWL4030_AUDIO is not set 1791 | # CONFIG_TWL6040_CORE is not set 1792 | # CONFIG_MFD_WL1273_CORE is not set 1793 | # CONFIG_MFD_LM3533 is not set 1794 | # CONFIG_MFD_TC3589X is not set 1795 | # CONFIG_MFD_TMIO is not set 1796 | # CONFIG_MFD_T7L66XB is not set 1797 | # CONFIG_MFD_TC6387XB is not set 1798 | # CONFIG_MFD_TC6393XB is not set 1799 | # CONFIG_MFD_ARIZONA_I2C is not set 1800 | # CONFIG_MFD_ARIZONA_SPI is not set 1801 | # CONFIG_MFD_WM8400 is not set 1802 | # CONFIG_MFD_WM831X_I2C is not set 1803 | # CONFIG_MFD_WM831X_SPI is not set 1804 | # CONFIG_MFD_WM8350_I2C is not set 1805 | # CONFIG_MFD_WM8994 is not set 1806 | CONFIG_REGULATOR=y 1807 | # CONFIG_REGULATOR_DEBUG is not set 1808 | # CONFIG_REGULATOR_DUMMY is not set 1809 | CONFIG_REGULATOR_FIXED_VOLTAGE=y 1810 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1811 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set 1812 | # CONFIG_REGULATOR_GPIO is not set 1813 | # CONFIG_REGULATOR_AD5398 is not set 1814 | # CONFIG_REGULATOR_FAN53555 is not set 1815 | # CONFIG_REGULATOR_ISL6271A is not set 1816 | # CONFIG_REGULATOR_MAX1586 is not set 1817 | # CONFIG_REGULATOR_MAX8649 is not set 1818 | # CONFIG_REGULATOR_MAX8660 is not set 1819 | # CONFIG_REGULATOR_MAX8952 is not set 1820 | # CONFIG_REGULATOR_MAX8973 is not set 1821 | # CONFIG_REGULATOR_LP3971 is not set 1822 | # CONFIG_REGULATOR_LP3972 is not set 1823 | # CONFIG_REGULATOR_LP872X is not set 1824 | # CONFIG_REGULATOR_LP8755 is not set 1825 | # CONFIG_REGULATOR_TPS51632 is not set 1826 | # CONFIG_REGULATOR_TPS62360 is not set 1827 | # CONFIG_REGULATOR_TPS65023 is not set 1828 | # CONFIG_REGULATOR_TPS6507X is not set 1829 | # CONFIG_REGULATOR_TPS6524X is not set 1830 | CONFIG_REGULATOR_TWL4030=y 1831 | # CONFIG_MEDIA_SUPPORT is not set 1832 | 1833 | # 1834 | # Graphics support 1835 | # 1836 | # CONFIG_DRM is not set 1837 | # CONFIG_VGASTATE is not set 1838 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set 1839 | CONFIG_FB=y 1840 | CONFIG_FIRMWARE_EDID=y 1841 | # CONFIG_FB_DDC is not set 1842 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set 1843 | # CONFIG_FB_CFB_FILLRECT is not set 1844 | # CONFIG_FB_CFB_COPYAREA is not set 1845 | # CONFIG_FB_CFB_IMAGEBLIT is not set 1846 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set 1847 | # CONFIG_FB_SYS_FILLRECT is not set 1848 | # CONFIG_FB_SYS_COPYAREA is not set 1849 | # CONFIG_FB_SYS_IMAGEBLIT is not set 1850 | # CONFIG_FB_FOREIGN_ENDIAN is not set 1851 | # CONFIG_FB_SYS_FOPS is not set 1852 | # CONFIG_FB_SVGALIB is not set 1853 | # CONFIG_FB_MACMODES is not set 1854 | # CONFIG_FB_BACKLIGHT is not set 1855 | CONFIG_FB_MODE_HELPERS=y 1856 | CONFIG_FB_TILEBLITTING=y 1857 | 1858 | # 1859 | # Frame buffer hardware drivers 1860 | # 1861 | # CONFIG_FB_ARMCLCD is not set 1862 | # CONFIG_FB_UVESA is not set 1863 | # CONFIG_FB_S1D13XXX is not set 1864 | # CONFIG_FB_SMSCUFX is not set 1865 | # CONFIG_FB_UDL is not set 1866 | # CONFIG_FB_GOLDFISH is not set 1867 | # CONFIG_FB_VIRTUAL is not set 1868 | # CONFIG_FB_METRONOME is not set 1869 | # CONFIG_FB_BROADSHEET is not set 1870 | # CONFIG_FB_AUO_K190X is not set 1871 | # CONFIG_EXYNOS_VIDEO is not set 1872 | CONFIG_BACKLIGHT_LCD_SUPPORT=y 1873 | CONFIG_LCD_CLASS_DEVICE=y 1874 | # CONFIG_LCD_L4F00242T03 is not set 1875 | # CONFIG_LCD_LMS283GF05 is not set 1876 | # CONFIG_LCD_LTV350QV is not set 1877 | # CONFIG_LCD_ILI922X is not set 1878 | # CONFIG_LCD_ILI9320 is not set 1879 | # CONFIG_LCD_TDO24M is not set 1880 | # CONFIG_LCD_VGG2432A4 is not set 1881 | CONFIG_LCD_PLATFORM=y 1882 | # CONFIG_LCD_S6E63M0 is not set 1883 | # CONFIG_LCD_LD9040 is not set 1884 | # CONFIG_LCD_AMS369FG06 is not set 1885 | # CONFIG_LCD_LMS501KF03 is not set 1886 | # CONFIG_LCD_HX8357 is not set 1887 | CONFIG_BACKLIGHT_CLASS_DEVICE=y 1888 | CONFIG_BACKLIGHT_GENERIC=y 1889 | # CONFIG_BACKLIGHT_ADP8860 is not set 1890 | # CONFIG_BACKLIGHT_ADP8870 is not set 1891 | # CONFIG_BACKLIGHT_LM3630 is not set 1892 | # CONFIG_BACKLIGHT_LM3639 is not set 1893 | # CONFIG_BACKLIGHT_LP855X is not set 1894 | # CONFIG_BACKLIGHT_PANDORA is not set 1895 | 1896 | # 1897 | # Console display driver support 1898 | # 1899 | CONFIG_DUMMY_CONSOLE=y 1900 | CONFIG_FRAMEBUFFER_CONSOLE=y 1901 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set 1902 | CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y 1903 | CONFIG_FONTS=y 1904 | CONFIG_FONT_8x8=y 1905 | CONFIG_FONT_8x16=y 1906 | # CONFIG_FONT_6x11 is not set 1907 | # CONFIG_FONT_7x14 is not set 1908 | # CONFIG_FONT_PEARL_8x8 is not set 1909 | # CONFIG_FONT_ACORN_8x8 is not set 1910 | # CONFIG_FONT_MINI_4x6 is not set 1911 | # CONFIG_FONT_SUN8x16 is not set 1912 | # CONFIG_FONT_SUN12x22 is not set 1913 | # CONFIG_FONT_10x18 is not set 1914 | CONFIG_LOGO=y 1915 | CONFIG_LOGO_LINUX_MONO=y 1916 | CONFIG_LOGO_LINUX_VGA16=y 1917 | CONFIG_LOGO_LINUX_CLUT224=y 1918 | CONFIG_SOUND=y 1919 | CONFIG_SOUND_OSS_CORE=y 1920 | CONFIG_SOUND_OSS_CORE_PRECLAIM=y 1921 | CONFIG_SND=y 1922 | CONFIG_SND_TIMER=y 1923 | CONFIG_SND_PCM=y 1924 | CONFIG_SND_HWDEP=y 1925 | CONFIG_SND_RAWMIDI=y 1926 | CONFIG_SND_COMPRESS_OFFLOAD=y 1927 | CONFIG_SND_JACK=y 1928 | # CONFIG_SND_SEQUENCER is not set 1929 | CONFIG_SND_OSSEMUL=y 1930 | CONFIG_SND_MIXER_OSS=y 1931 | CONFIG_SND_PCM_OSS=y 1932 | CONFIG_SND_PCM_OSS_PLUGINS=y 1933 | # CONFIG_SND_HRTIMER is not set 1934 | # CONFIG_SND_DYNAMIC_MINORS is not set 1935 | CONFIG_SND_SUPPORT_OLD_API=y 1936 | CONFIG_SND_VERBOSE_PROCFS=y 1937 | CONFIG_SND_VERBOSE_PRINTK=y 1938 | CONFIG_SND_DEBUG=y 1939 | # CONFIG_SND_DEBUG_VERBOSE is not set 1940 | # CONFIG_SND_PCM_XRUN_DEBUG is not set 1941 | # CONFIG_SND_RAWMIDI_SEQ is not set 1942 | # CONFIG_SND_OPL3_LIB_SEQ is not set 1943 | # CONFIG_SND_OPL4_LIB_SEQ is not set 1944 | # CONFIG_SND_SBAWE_SEQ is not set 1945 | # CONFIG_SND_EMU10K1_SEQ is not set 1946 | CONFIG_SND_DRIVERS=y 1947 | # CONFIG_SND_DUMMY is not set 1948 | # CONFIG_SND_ALOOP is not set 1949 | # CONFIG_SND_MTPAV is not set 1950 | # CONFIG_SND_SERIAL_U16550 is not set 1951 | # CONFIG_SND_MPU401 is not set 1952 | CONFIG_SND_ARM=y 1953 | # CONFIG_SND_ARMAACI is not set 1954 | CONFIG_SND_SPI=y 1955 | CONFIG_SND_USB=y 1956 | CONFIG_SND_USB_AUDIO=y 1957 | # CONFIG_SND_USB_UA101 is not set 1958 | # CONFIG_SND_USB_CAIAQ is not set 1959 | # CONFIG_SND_USB_6FIRE is not set 1960 | CONFIG_SND_SOC=y 1961 | # CONFIG_SND_ATMEL_SOC is not set 1962 | # CONFIG_SND_DESIGNWARE_I2S is not set 1963 | CONFIG_SND_SOC_I2C_AND_SPI=y 1964 | # CONFIG_SND_SOC_ALL_CODECS is not set 1965 | # CONFIG_SND_SIMPLE_CARD is not set 1966 | # CONFIG_SOUND_PRIME is not set 1967 | 1968 | # 1969 | # HID support 1970 | # 1971 | CONFIG_HID=y 1972 | # CONFIG_HID_BATTERY_STRENGTH is not set 1973 | # CONFIG_HIDRAW is not set 1974 | # CONFIG_UHID is not set 1975 | CONFIG_HID_GENERIC=y 1976 | 1977 | # 1978 | # Special HID drivers 1979 | # 1980 | # CONFIG_HID_A4TECH is not set 1981 | # CONFIG_HID_ACRUX is not set 1982 | # CONFIG_HID_APPLE is not set 1983 | # CONFIG_HID_APPLEIR is not set 1984 | # CONFIG_HID_AUREAL is not set 1985 | # CONFIG_HID_BELKIN is not set 1986 | # CONFIG_HID_CHERRY is not set 1987 | # CONFIG_HID_CHICONY is not set 1988 | # CONFIG_HID_PRODIKEYS is not set 1989 | # CONFIG_HID_CYPRESS is not set 1990 | # CONFIG_HID_DRAGONRISE is not set 1991 | # CONFIG_HID_EMS_FF is not set 1992 | # CONFIG_HID_ELECOM is not set 1993 | # CONFIG_HID_EZKEY is not set 1994 | # CONFIG_HID_HOLTEK is not set 1995 | # CONFIG_HID_KEYTOUCH is not set 1996 | # CONFIG_HID_KYE is not set 1997 | # CONFIG_HID_UCLOGIC is not set 1998 | # CONFIG_HID_WALTOP is not set 1999 | # CONFIG_HID_GYRATION is not set 2000 | # CONFIG_HID_ICADE is not set 2001 | # CONFIG_HID_TWINHAN is not set 2002 | # CONFIG_HID_KENSINGTON is not set 2003 | # CONFIG_HID_LCPOWER is not set 2004 | # CONFIG_HID_LENOVO_TPKBD is not set 2005 | # CONFIG_HID_LOGITECH is not set 2006 | # CONFIG_HID_MAGICMOUSE is not set 2007 | # CONFIG_HID_MICROSOFT is not set 2008 | # CONFIG_HID_MONTEREY is not set 2009 | # CONFIG_HID_MULTITOUCH is not set 2010 | # CONFIG_HID_NTRIG is not set 2011 | # CONFIG_HID_ORTEK is not set 2012 | # CONFIG_HID_PANTHERLORD is not set 2013 | # CONFIG_HID_PETALYNX is not set 2014 | # CONFIG_HID_PICOLCD is not set 2015 | # CONFIG_HID_PRIMAX is not set 2016 | # CONFIG_HID_PS3REMOTE is not set 2017 | # CONFIG_HID_ROCCAT is not set 2018 | # CONFIG_HID_SAITEK is not set 2019 | # CONFIG_HID_SAMSUNG is not set 2020 | # CONFIG_HID_SONY is not set 2021 | # CONFIG_HID_SPEEDLINK is not set 2022 | # CONFIG_HID_STEELSERIES is not set 2023 | # CONFIG_HID_SUNPLUS is not set 2024 | # CONFIG_HID_GREENASIA is not set 2025 | # CONFIG_HID_SMARTJOYPLUS is not set 2026 | # CONFIG_HID_TIVO is not set 2027 | # CONFIG_HID_TOPSEED is not set 2028 | # CONFIG_HID_THINGM is not set 2029 | # CONFIG_HID_THRUSTMASTER is not set 2030 | # CONFIG_HID_WACOM is not set 2031 | # CONFIG_HID_WIIMOTE is not set 2032 | # CONFIG_HID_ZEROPLUS is not set 2033 | # CONFIG_HID_ZYDACRON is not set 2034 | # CONFIG_HID_SENSOR_HUB is not set 2035 | 2036 | # 2037 | # USB HID support 2038 | # 2039 | CONFIG_USB_HID=y 2040 | # CONFIG_HID_PID is not set 2041 | # CONFIG_USB_HIDDEV is not set 2042 | 2043 | # 2044 | # I2C HID support 2045 | # 2046 | # CONFIG_I2C_HID is not set 2047 | # CONFIG_USB_ARCH_HAS_OHCI is not set 2048 | # CONFIG_USB_ARCH_HAS_EHCI is not set 2049 | # CONFIG_USB_ARCH_HAS_XHCI is not set 2050 | CONFIG_USB_SUPPORT=y 2051 | CONFIG_USB_COMMON=y 2052 | CONFIG_USB_ARCH_HAS_HCD=y 2053 | CONFIG_USB=y 2054 | CONFIG_USB_DEBUG=y 2055 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y 2056 | 2057 | # 2058 | # Miscellaneous USB options 2059 | # 2060 | CONFIG_USB_DEFAULT_PERSIST=y 2061 | # CONFIG_USB_DYNAMIC_MINORS is not set 2062 | # CONFIG_USB_OTG_WHITELIST is not set 2063 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set 2064 | CONFIG_USB_MON=y 2065 | # CONFIG_USB_WUSB_CBAF is not set 2066 | 2067 | # 2068 | # USB Host Controller Drivers 2069 | # 2070 | # CONFIG_USB_C67X00_HCD is not set 2071 | # CONFIG_USB_OXU210HP_HCD is not set 2072 | # CONFIG_USB_ISP116X_HCD is not set 2073 | # CONFIG_USB_ISP1760_HCD is not set 2074 | # CONFIG_USB_ISP1362_HCD is not set 2075 | # CONFIG_USB_SL811_HCD is not set 2076 | # CONFIG_USB_R8A66597_HCD is not set 2077 | # CONFIG_USB_MUSB_HDRC is not set 2078 | # CONFIG_USB_RENESAS_USBHS is not set 2079 | 2080 | # 2081 | # USB Device Class drivers 2082 | # 2083 | # CONFIG_USB_ACM is not set 2084 | # CONFIG_USB_PRINTER is not set 2085 | CONFIG_USB_WDM=y 2086 | # CONFIG_USB_TMC is not set 2087 | 2088 | # 2089 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may 2090 | # 2091 | 2092 | # 2093 | # also be needed; see USB_STORAGE Help for more info 2094 | # 2095 | CONFIG_USB_STORAGE=y 2096 | # CONFIG_USB_STORAGE_DEBUG is not set 2097 | # CONFIG_USB_STORAGE_REALTEK is not set 2098 | # CONFIG_USB_STORAGE_DATAFAB is not set 2099 | # CONFIG_USB_STORAGE_FREECOM is not set 2100 | # CONFIG_USB_STORAGE_ISD200 is not set 2101 | # CONFIG_USB_STORAGE_USBAT is not set 2102 | # CONFIG_USB_STORAGE_SDDR09 is not set 2103 | # CONFIG_USB_STORAGE_SDDR55 is not set 2104 | # CONFIG_USB_STORAGE_JUMPSHOT is not set 2105 | # CONFIG_USB_STORAGE_ALAUDA is not set 2106 | # CONFIG_USB_STORAGE_ONETOUCH is not set 2107 | # CONFIG_USB_STORAGE_KARMA is not set 2108 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 2109 | # CONFIG_USB_STORAGE_ENE_UB6250 is not set 2110 | 2111 | # 2112 | # USB Imaging devices 2113 | # 2114 | # CONFIG_USB_MDC800 is not set 2115 | # CONFIG_USB_MICROTEK is not set 2116 | # CONFIG_USB_DWC3 is not set 2117 | # CONFIG_USB_CHIPIDEA is not set 2118 | 2119 | # 2120 | # USB port drivers 2121 | # 2122 | # CONFIG_USB_SERIAL is not set 2123 | 2124 | # 2125 | # USB Miscellaneous drivers 2126 | # 2127 | # CONFIG_USB_EMI62 is not set 2128 | # CONFIG_USB_EMI26 is not set 2129 | # CONFIG_USB_ADUTUX is not set 2130 | # CONFIG_USB_SEVSEG is not set 2131 | # CONFIG_USB_RIO500 is not set 2132 | # CONFIG_USB_LEGOTOWER is not set 2133 | # CONFIG_USB_LCD is not set 2134 | # CONFIG_USB_LED is not set 2135 | # CONFIG_USB_CYPRESS_CY7C63 is not set 2136 | # CONFIG_USB_CYTHERM is not set 2137 | # CONFIG_USB_IDMOUSE is not set 2138 | # CONFIG_USB_FTDI_ELAN is not set 2139 | # CONFIG_USB_APPLEDISPLAY is not set 2140 | # CONFIG_USB_LD is not set 2141 | # CONFIG_USB_TRANCEVIBRATOR is not set 2142 | # CONFIG_USB_IOWARRIOR is not set 2143 | CONFIG_USB_TEST=y 2144 | # CONFIG_USB_ISIGHTFW is not set 2145 | # CONFIG_USB_YUREX is not set 2146 | # CONFIG_USB_EZUSB_FX2 is not set 2147 | # CONFIG_USB_HSIC_USB3503 is not set 2148 | # CONFIG_USB_PHY is not set 2149 | CONFIG_USB_GADGET=y 2150 | # CONFIG_USB_GADGET_DEBUG is not set 2151 | CONFIG_USB_GADGET_DEBUG_FILES=y 2152 | CONFIG_USB_GADGET_DEBUG_FS=y 2153 | CONFIG_USB_GADGET_VBUS_DRAW=2 2154 | CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 2155 | 2156 | # 2157 | # USB Peripheral Controller 2158 | # 2159 | # CONFIG_USB_FUSB300 is not set 2160 | CONFIG_USB_R8A66597=y 2161 | # CONFIG_USB_PXA27X is not set 2162 | # CONFIG_USB_MV_UDC is not set 2163 | # CONFIG_USB_MV_U3D is not set 2164 | # CONFIG_USB_M66592 is not set 2165 | # CONFIG_USB_NET2272 is not set 2166 | # CONFIG_USB_DUMMY_HCD is not set 2167 | CONFIG_USB_LIBCOMPOSITE=m 2168 | CONFIG_USB_F_SS_LB=m 2169 | CONFIG_USB_ZERO=m 2170 | # CONFIG_USB_AUDIO is not set 2171 | # CONFIG_USB_ETH is not set 2172 | # CONFIG_USB_G_NCM is not set 2173 | # CONFIG_USB_GADGETFS is not set 2174 | # CONFIG_USB_FUNCTIONFS is not set 2175 | # CONFIG_USB_MASS_STORAGE is not set 2176 | # CONFIG_USB_G_SERIAL is not set 2177 | # CONFIG_USB_MIDI_GADGET is not set 2178 | # CONFIG_USB_G_PRINTER is not set 2179 | # CONFIG_USB_CDC_COMPOSITE is not set 2180 | # CONFIG_USB_G_ACM_MS is not set 2181 | # CONFIG_USB_G_MULTI is not set 2182 | # CONFIG_USB_G_HID is not set 2183 | # CONFIG_USB_G_DBGP is not set 2184 | CONFIG_MMC=y 2185 | # CONFIG_MMC_DEBUG is not set 2186 | CONFIG_MMC_UNSAFE_RESUME=y 2187 | # CONFIG_MMC_CLKGATE is not set 2188 | 2189 | # 2190 | # MMC/SD/SDIO Card Drivers 2191 | # 2192 | CONFIG_MMC_BLOCK=y 2193 | CONFIG_MMC_BLOCK_MINORS=8 2194 | CONFIG_MMC_BLOCK_BOUNCE=y 2195 | CONFIG_SDIO_UART=y 2196 | # CONFIG_MMC_TEST is not set 2197 | 2198 | # 2199 | # MMC/SD/SDIO Host Controller Drivers 2200 | # 2201 | # CONFIG_MMC_ARMMMCI is not set 2202 | # CONFIG_MMC_SDHCI is not set 2203 | # CONFIG_MMC_SDHCI_PXAV3 is not set 2204 | # CONFIG_MMC_SDHCI_PXAV2 is not set 2205 | # CONFIG_MMC_SPI is not set 2206 | # CONFIG_MMC_DW is not set 2207 | # CONFIG_MMC_VUB300 is not set 2208 | # CONFIG_MMC_USHC is not set 2209 | # CONFIG_MEMSTICK is not set 2210 | CONFIG_NEW_LEDS=y 2211 | CONFIG_LEDS_CLASS=y 2212 | 2213 | # 2214 | # LED drivers 2215 | # 2216 | # CONFIG_LEDS_LM3530 is not set 2217 | # CONFIG_LEDS_LM3642 is not set 2218 | # CONFIG_LEDS_PCA9532 is not set 2219 | CONFIG_LEDS_GPIO=y 2220 | # CONFIG_LEDS_LP3944 is not set 2221 | # CONFIG_LEDS_LP5521 is not set 2222 | # CONFIG_LEDS_LP5523 is not set 2223 | # CONFIG_LEDS_LP5562 is not set 2224 | # CONFIG_LEDS_PCA955X is not set 2225 | # CONFIG_LEDS_PCA9633 is not set 2226 | # CONFIG_LEDS_DAC124S085 is not set 2227 | # CONFIG_LEDS_REGULATOR is not set 2228 | # CONFIG_LEDS_BD2802 is not set 2229 | # CONFIG_LEDS_LT3593 is not set 2230 | # CONFIG_LEDS_RENESAS_TPU is not set 2231 | # CONFIG_LEDS_TCA6507 is not set 2232 | # CONFIG_LEDS_LM355x is not set 2233 | # CONFIG_LEDS_OT200 is not set 2234 | # CONFIG_LEDS_BLINKM is not set 2235 | 2236 | # 2237 | # LED Triggers 2238 | # 2239 | CONFIG_LEDS_TRIGGERS=y 2240 | CONFIG_LEDS_TRIGGER_TIMER=y 2241 | # CONFIG_LEDS_TRIGGER_ONESHOT is not set 2242 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y 2243 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set 2244 | # CONFIG_LEDS_TRIGGER_CPU is not set 2245 | # CONFIG_LEDS_TRIGGER_GPIO is not set 2246 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=y 2247 | 2248 | # 2249 | # iptables trigger is under Netfilter config (LED target) 2250 | # 2251 | # CONFIG_LEDS_TRIGGER_TRANSIENT is not set 2252 | # CONFIG_LEDS_TRIGGER_CAMERA is not set 2253 | # CONFIG_ACCESSIBILITY is not set 2254 | # CONFIG_EDAC is not set 2255 | CONFIG_RTC_LIB=y 2256 | CONFIG_RTC_CLASS=y 2257 | CONFIG_RTC_HCTOSYS=y 2258 | CONFIG_RTC_SYSTOHC=y 2259 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" 2260 | # CONFIG_RTC_DEBUG is not set 2261 | 2262 | # 2263 | # RTC interfaces 2264 | # 2265 | CONFIG_RTC_INTF_SYSFS=y 2266 | CONFIG_RTC_INTF_PROC=y 2267 | CONFIG_RTC_INTF_DEV=y 2268 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 2269 | # CONFIG_RTC_DRV_TEST is not set 2270 | 2271 | # 2272 | # I2C RTC drivers 2273 | # 2274 | # CONFIG_RTC_DRV_DS1307 is not set 2275 | # CONFIG_RTC_DRV_DS1374 is not set 2276 | # CONFIG_RTC_DRV_DS1672 is not set 2277 | # CONFIG_RTC_DRV_DS3232 is not set 2278 | # CONFIG_RTC_DRV_MAX6900 is not set 2279 | # CONFIG_RTC_DRV_RS5C372 is not set 2280 | # CONFIG_RTC_DRV_ISL1208 is not set 2281 | # CONFIG_RTC_DRV_ISL12022 is not set 2282 | # CONFIG_RTC_DRV_X1205 is not set 2283 | # CONFIG_RTC_DRV_PCF8523 is not set 2284 | # CONFIG_RTC_DRV_PCF8563 is not set 2285 | # CONFIG_RTC_DRV_PCF8583 is not set 2286 | # CONFIG_RTC_DRV_M41T80 is not set 2287 | # CONFIG_RTC_DRV_BQ32K is not set 2288 | CONFIG_RTC_DRV_TWL4030=y 2289 | # CONFIG_RTC_DRV_S35390A is not set 2290 | # CONFIG_RTC_DRV_FM3130 is not set 2291 | # CONFIG_RTC_DRV_RX8581 is not set 2292 | # CONFIG_RTC_DRV_RX8025 is not set 2293 | # CONFIG_RTC_DRV_EM3027 is not set 2294 | # CONFIG_RTC_DRV_RV3029C2 is not set 2295 | 2296 | # 2297 | # SPI RTC drivers 2298 | # 2299 | # CONFIG_RTC_DRV_M41T93 is not set 2300 | # CONFIG_RTC_DRV_M41T94 is not set 2301 | # CONFIG_RTC_DRV_DS1305 is not set 2302 | # CONFIG_RTC_DRV_DS1390 is not set 2303 | # CONFIG_RTC_DRV_MAX6902 is not set 2304 | # CONFIG_RTC_DRV_R9701 is not set 2305 | # CONFIG_RTC_DRV_RS5C348 is not set 2306 | # CONFIG_RTC_DRV_DS3234 is not set 2307 | # CONFIG_RTC_DRV_PCF2123 is not set 2308 | # CONFIG_RTC_DRV_RX4581 is not set 2309 | 2310 | # 2311 | # Platform RTC drivers 2312 | # 2313 | # CONFIG_RTC_DRV_CMOS is not set 2314 | # CONFIG_RTC_DRV_DS1286 is not set 2315 | # CONFIG_RTC_DRV_DS1511 is not set 2316 | # CONFIG_RTC_DRV_DS1553 is not set 2317 | # CONFIG_RTC_DRV_DS1742 is not set 2318 | # CONFIG_RTC_DRV_STK17TA8 is not set 2319 | # CONFIG_RTC_DRV_M48T86 is not set 2320 | # CONFIG_RTC_DRV_M48T35 is not set 2321 | # CONFIG_RTC_DRV_M48T59 is not set 2322 | # CONFIG_RTC_DRV_MSM6242 is not set 2323 | # CONFIG_RTC_DRV_BQ4802 is not set 2324 | # CONFIG_RTC_DRV_RP5C01 is not set 2325 | # CONFIG_RTC_DRV_V3020 is not set 2326 | # CONFIG_RTC_DRV_DS2404 is not set 2327 | 2328 | # 2329 | # on-CPU RTC drivers 2330 | # 2331 | # CONFIG_RTC_DRV_PL030 is not set 2332 | # CONFIG_RTC_DRV_PL031 is not set 2333 | 2334 | # 2335 | # HID Sensor RTC drivers 2336 | # 2337 | # CONFIG_RTC_DRV_HID_SENSOR_TIME is not set 2338 | # CONFIG_DMADEVICES is not set 2339 | # CONFIG_AUXDISPLAY is not set 2340 | # CONFIG_UIO is not set 2341 | # CONFIG_VIRT_DRIVERS is not set 2342 | 2343 | # 2344 | # Virtio drivers 2345 | # 2346 | # CONFIG_VIRTIO_MMIO is not set 2347 | 2348 | # 2349 | # Microsoft Hyper-V guest support 2350 | # 2351 | # CONFIG_STAGING is not set 2352 | CONFIG_CLKDEV_LOOKUP=y 2353 | CONFIG_HAVE_CLK_PREPARE=y 2354 | CONFIG_COMMON_CLK=y 2355 | 2356 | # 2357 | # Common Clock Framework 2358 | # 2359 | # CONFIG_COMMON_CLK_DEBUG is not set 2360 | CONFIG_COMMON_CLK_VERSATILE=y 2361 | 2362 | # 2363 | # Hardware Spinlock drivers 2364 | # 2365 | CONFIG_CLKSRC_MMIO=y 2366 | # CONFIG_MAILBOX is not set 2367 | CONFIG_IOMMU_SUPPORT=y 2368 | 2369 | # 2370 | # Remoteproc drivers 2371 | # 2372 | # CONFIG_STE_MODEM_RPROC is not set 2373 | 2374 | # 2375 | # Rpmsg drivers 2376 | # 2377 | # CONFIG_PM_DEVFREQ is not set 2378 | # CONFIG_EXTCON is not set 2379 | # CONFIG_MEMORY is not set 2380 | # CONFIG_IIO is not set 2381 | # CONFIG_PWM is not set 2382 | CONFIG_ARM_GIC=y 2383 | # CONFIG_IPACK_BUS is not set 2384 | # CONFIG_RESET_CONTROLLER is not set 2385 | 2386 | # 2387 | # File systems 2388 | # 2389 | CONFIG_DCACHE_WORD_ACCESS=y 2390 | CONFIG_EXT2_FS=m 2391 | # CONFIG_EXT2_FS_XATTR is not set 2392 | # CONFIG_EXT2_FS_XIP is not set 2393 | # CONFIG_EXT3_FS is not set 2394 | # CONFIG_EXT4_FS is not set 2395 | # CONFIG_REISERFS_FS is not set 2396 | # CONFIG_JFS_FS is not set 2397 | # CONFIG_XFS_FS is not set 2398 | # CONFIG_OCFS2_FS is not set 2399 | # CONFIG_BTRFS_FS is not set 2400 | # CONFIG_NILFS2_FS is not set 2401 | # CONFIG_FS_POSIX_ACL is not set 2402 | CONFIG_FILE_LOCKING=y 2403 | CONFIG_FSNOTIFY=y 2404 | CONFIG_DNOTIFY=y 2405 | CONFIG_INOTIFY_USER=y 2406 | # CONFIG_FANOTIFY is not set 2407 | # CONFIG_QUOTA is not set 2408 | # CONFIG_QUOTACTL is not set 2409 | # CONFIG_AUTOFS4_FS is not set 2410 | # CONFIG_FUSE_FS is not set 2411 | 2412 | # 2413 | # Caches 2414 | # 2415 | # CONFIG_FSCACHE is not set 2416 | 2417 | # 2418 | # CD-ROM/DVD Filesystems 2419 | # 2420 | # CONFIG_ISO9660_FS is not set 2421 | # CONFIG_UDF_FS is not set 2422 | 2423 | # 2424 | # DOS/FAT/NT Filesystems 2425 | # 2426 | CONFIG_FAT_FS=y 2427 | CONFIG_MSDOS_FS=y 2428 | CONFIG_VFAT_FS=y 2429 | CONFIG_FAT_DEFAULT_CODEPAGE=437 2430 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 2431 | # CONFIG_NTFS_FS is not set 2432 | 2433 | # 2434 | # Pseudo filesystems 2435 | # 2436 | CONFIG_PROC_FS=y 2437 | CONFIG_PROC_SYSCTL=y 2438 | CONFIG_PROC_PAGE_MONITOR=y 2439 | CONFIG_SYSFS=y 2440 | CONFIG_TMPFS=y 2441 | # CONFIG_TMPFS_POSIX_ACL is not set 2442 | # CONFIG_TMPFS_XATTR is not set 2443 | # CONFIG_HUGETLB_PAGE is not set 2444 | CONFIG_CONFIGFS_FS=m 2445 | CONFIG_MISC_FILESYSTEMS=y 2446 | # CONFIG_ADFS_FS is not set 2447 | # CONFIG_AFFS_FS is not set 2448 | # CONFIG_ECRYPT_FS is not set 2449 | # CONFIG_HFS_FS is not set 2450 | # CONFIG_HFSPLUS_FS is not set 2451 | # CONFIG_BEFS_FS is not set 2452 | # CONFIG_BFS_FS is not set 2453 | # CONFIG_EFS_FS is not set 2454 | CONFIG_JFFS2_FS=y 2455 | CONFIG_JFFS2_FS_DEBUG=0 2456 | CONFIG_JFFS2_FS_WRITEBUFFER=y 2457 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set 2458 | CONFIG_JFFS2_SUMMARY=y 2459 | # CONFIG_JFFS2_FS_XATTR is not set 2460 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y 2461 | CONFIG_JFFS2_ZLIB=y 2462 | CONFIG_JFFS2_LZO=y 2463 | CONFIG_JFFS2_RTIME=y 2464 | CONFIG_JFFS2_RUBIN=y 2465 | # CONFIG_JFFS2_CMODE_NONE is not set 2466 | CONFIG_JFFS2_CMODE_PRIORITY=y 2467 | # CONFIG_JFFS2_CMODE_SIZE is not set 2468 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set 2469 | CONFIG_UBIFS_FS=y 2470 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set 2471 | CONFIG_UBIFS_FS_LZO=y 2472 | CONFIG_UBIFS_FS_ZLIB=y 2473 | # CONFIG_LOGFS is not set 2474 | # CONFIG_CRAMFS is not set 2475 | # CONFIG_SQUASHFS is not set 2476 | # CONFIG_VXFS_FS is not set 2477 | # CONFIG_MINIX_FS is not set 2478 | # CONFIG_OMFS_FS is not set 2479 | # CONFIG_HPFS_FS is not set 2480 | # CONFIG_QNX4FS_FS is not set 2481 | # CONFIG_QNX6FS_FS is not set 2482 | # CONFIG_ROMFS_FS is not set 2483 | # CONFIG_PSTORE is not set 2484 | # CONFIG_SYSV_FS is not set 2485 | # CONFIG_UFS_FS is not set 2486 | # CONFIG_F2FS_FS is not set 2487 | CONFIG_NETWORK_FILESYSTEMS=y 2488 | CONFIG_NFS_FS=y 2489 | CONFIG_NFS_V2=y 2490 | CONFIG_NFS_V3=y 2491 | # CONFIG_NFS_V3_ACL is not set 2492 | CONFIG_NFS_V4=y 2493 | # CONFIG_NFS_SWAP is not set 2494 | # CONFIG_NFS_V4_1 is not set 2495 | # CONFIG_ROOT_NFS is not set 2496 | # CONFIG_NFS_USE_LEGACY_DNS is not set 2497 | CONFIG_NFS_USE_KERNEL_DNS=y 2498 | # CONFIG_NFSD is not set 2499 | CONFIG_LOCKD=y 2500 | CONFIG_LOCKD_V4=y 2501 | CONFIG_NFS_COMMON=y 2502 | CONFIG_SUNRPC=y 2503 | CONFIG_SUNRPC_GSS=y 2504 | # CONFIG_SUNRPC_DEBUG is not set 2505 | # CONFIG_CEPH_FS is not set 2506 | # CONFIG_CIFS is not set 2507 | # CONFIG_NCP_FS is not set 2508 | # CONFIG_CODA_FS is not set 2509 | # CONFIG_AFS_FS is not set 2510 | CONFIG_NLS=y 2511 | CONFIG_NLS_DEFAULT="iso8859-1" 2512 | CONFIG_NLS_CODEPAGE_437=y 2513 | # CONFIG_NLS_CODEPAGE_737 is not set 2514 | # CONFIG_NLS_CODEPAGE_775 is not set 2515 | # CONFIG_NLS_CODEPAGE_850 is not set 2516 | # CONFIG_NLS_CODEPAGE_852 is not set 2517 | # CONFIG_NLS_CODEPAGE_855 is not set 2518 | # CONFIG_NLS_CODEPAGE_857 is not set 2519 | # CONFIG_NLS_CODEPAGE_860 is not set 2520 | # CONFIG_NLS_CODEPAGE_861 is not set 2521 | # CONFIG_NLS_CODEPAGE_862 is not set 2522 | # CONFIG_NLS_CODEPAGE_863 is not set 2523 | # CONFIG_NLS_CODEPAGE_864 is not set 2524 | # CONFIG_NLS_CODEPAGE_865 is not set 2525 | # CONFIG_NLS_CODEPAGE_866 is not set 2526 | # CONFIG_NLS_CODEPAGE_869 is not set 2527 | # CONFIG_NLS_CODEPAGE_936 is not set 2528 | # CONFIG_NLS_CODEPAGE_950 is not set 2529 | # CONFIG_NLS_CODEPAGE_932 is not set 2530 | # CONFIG_NLS_CODEPAGE_949 is not set 2531 | # CONFIG_NLS_CODEPAGE_874 is not set 2532 | # CONFIG_NLS_ISO8859_8 is not set 2533 | # CONFIG_NLS_CODEPAGE_1250 is not set 2534 | # CONFIG_NLS_CODEPAGE_1251 is not set 2535 | # CONFIG_NLS_ASCII is not set 2536 | CONFIG_NLS_ISO8859_1=y 2537 | # CONFIG_NLS_ISO8859_2 is not set 2538 | # CONFIG_NLS_ISO8859_3 is not set 2539 | # CONFIG_NLS_ISO8859_4 is not set 2540 | # CONFIG_NLS_ISO8859_5 is not set 2541 | # CONFIG_NLS_ISO8859_6 is not set 2542 | # CONFIG_NLS_ISO8859_7 is not set 2543 | # CONFIG_NLS_ISO8859_9 is not set 2544 | # CONFIG_NLS_ISO8859_13 is not set 2545 | # CONFIG_NLS_ISO8859_14 is not set 2546 | # CONFIG_NLS_ISO8859_15 is not set 2547 | # CONFIG_NLS_KOI8_R is not set 2548 | # CONFIG_NLS_KOI8_U is not set 2549 | # CONFIG_NLS_MAC_ROMAN is not set 2550 | # CONFIG_NLS_MAC_CELTIC is not set 2551 | # CONFIG_NLS_MAC_CENTEURO is not set 2552 | # CONFIG_NLS_MAC_CROATIAN is not set 2553 | # CONFIG_NLS_MAC_CYRILLIC is not set 2554 | # CONFIG_NLS_MAC_GAELIC is not set 2555 | # CONFIG_NLS_MAC_GREEK is not set 2556 | # CONFIG_NLS_MAC_ICELAND is not set 2557 | # CONFIG_NLS_MAC_INUIT is not set 2558 | # CONFIG_NLS_MAC_ROMANIAN is not set 2559 | # CONFIG_NLS_MAC_TURKISH is not set 2560 | # CONFIG_NLS_UTF8 is not set 2561 | # CONFIG_DLM is not set 2562 | 2563 | # 2564 | # Kernel hacking 2565 | # 2566 | CONFIG_PRINTK_TIME=y 2567 | CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 2568 | CONFIG_ENABLE_WARN_DEPRECATED=y 2569 | CONFIG_ENABLE_MUST_CHECK=y 2570 | CONFIG_FRAME_WARN=1024 2571 | CONFIG_MAGIC_SYSRQ=y 2572 | # CONFIG_STRIP_ASM_SYMS is not set 2573 | # CONFIG_READABLE_ASM is not set 2574 | # CONFIG_UNUSED_SYMBOLS is not set 2575 | CONFIG_DEBUG_FS=y 2576 | # CONFIG_HEADERS_CHECK is not set 2577 | # CONFIG_DEBUG_SECTION_MISMATCH is not set 2578 | CONFIG_DEBUG_KERNEL=y 2579 | # CONFIG_DEBUG_SHIRQ is not set 2580 | # CONFIG_LOCKUP_DETECTOR is not set 2581 | # CONFIG_PANIC_ON_OOPS is not set 2582 | CONFIG_PANIC_ON_OOPS_VALUE=0 2583 | # CONFIG_DETECT_HUNG_TASK is not set 2584 | # CONFIG_SCHED_DEBUG is not set 2585 | CONFIG_SCHEDSTATS=y 2586 | # CONFIG_TIMER_STATS is not set 2587 | # CONFIG_DEBUG_OBJECTS is not set 2588 | # CONFIG_SLUB_DEBUG_ON is not set 2589 | # CONFIG_SLUB_STATS is not set 2590 | CONFIG_HAVE_DEBUG_KMEMLEAK=y 2591 | # CONFIG_DEBUG_KMEMLEAK is not set 2592 | # CONFIG_DEBUG_RT_MUTEXES is not set 2593 | # CONFIG_RT_MUTEX_TESTER is not set 2594 | # CONFIG_DEBUG_SPINLOCK is not set 2595 | # CONFIG_DEBUG_MUTEXES is not set 2596 | # CONFIG_DEBUG_LOCK_ALLOC is not set 2597 | # CONFIG_PROVE_LOCKING is not set 2598 | # CONFIG_LOCK_STAT is not set 2599 | # CONFIG_DEBUG_ATOMIC_SLEEP is not set 2600 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 2601 | CONFIG_STACKTRACE=y 2602 | # CONFIG_DEBUG_STACK_USAGE is not set 2603 | # CONFIG_DEBUG_KOBJECT is not set 2604 | CONFIG_DEBUG_BUGVERBOSE=y 2605 | # CONFIG_DEBUG_INFO is not set 2606 | # CONFIG_DEBUG_VM is not set 2607 | # CONFIG_DEBUG_WRITECOUNT is not set 2608 | # CONFIG_DEBUG_MEMORY_INIT is not set 2609 | # CONFIG_DEBUG_LIST is not set 2610 | # CONFIG_TEST_LIST_SORT is not set 2611 | # CONFIG_DEBUG_SG is not set 2612 | # CONFIG_DEBUG_NOTIFIERS is not set 2613 | # CONFIG_DEBUG_CREDENTIALS is not set 2614 | # CONFIG_BOOT_PRINTK_DELAY is not set 2615 | 2616 | # 2617 | # RCU Debugging 2618 | # 2619 | # CONFIG_SPARSE_RCU_POINTER is not set 2620 | # CONFIG_RCU_TORTURE_TEST is not set 2621 | CONFIG_RCU_CPU_STALL_TIMEOUT=21 2622 | # CONFIG_RCU_CPU_STALL_INFO is not set 2623 | # CONFIG_RCU_TRACE is not set 2624 | # CONFIG_KPROBES_SANITY_TEST is not set 2625 | # CONFIG_BACKTRACE_SELF_TEST is not set 2626 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 2627 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 2628 | # CONFIG_DEBUG_PER_CPU_MAPS is not set 2629 | # CONFIG_LKDTM is not set 2630 | # CONFIG_NOTIFIER_ERROR_INJECTION is not set 2631 | # CONFIG_FAULT_INJECTION is not set 2632 | # CONFIG_DEBUG_PAGEALLOC is not set 2633 | CONFIG_NOP_TRACER=y 2634 | CONFIG_HAVE_FUNCTION_TRACER=y 2635 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 2636 | CONFIG_HAVE_DYNAMIC_FTRACE=y 2637 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y 2638 | CONFIG_HAVE_SYSCALL_TRACEPOINTS=y 2639 | CONFIG_HAVE_C_RECORDMCOUNT=y 2640 | CONFIG_TRACE_CLOCK=y 2641 | CONFIG_RING_BUFFER=y 2642 | CONFIG_EVENT_TRACING=y 2643 | CONFIG_CONTEXT_SWITCH_TRACER=y 2644 | CONFIG_RING_BUFFER_ALLOW_SWAP=y 2645 | CONFIG_TRACING=y 2646 | CONFIG_TRACING_SUPPORT=y 2647 | CONFIG_FTRACE=y 2648 | # CONFIG_FUNCTION_TRACER is not set 2649 | # CONFIG_IRQSOFF_TRACER is not set 2650 | # CONFIG_SCHED_TRACER is not set 2651 | # CONFIG_ENABLE_DEFAULT_TRACERS is not set 2652 | # CONFIG_FTRACE_SYSCALLS is not set 2653 | # CONFIG_TRACER_SNAPSHOT is not set 2654 | CONFIG_BRANCH_PROFILE_NONE=y 2655 | # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set 2656 | # CONFIG_PROFILE_ALL_BRANCHES is not set 2657 | # CONFIG_STACK_TRACER is not set 2658 | # CONFIG_BLK_DEV_IO_TRACE is not set 2659 | CONFIG_KPROBE_EVENT=y 2660 | CONFIG_PROBE_EVENTS=y 2661 | # CONFIG_RING_BUFFER_BENCHMARK is not set 2662 | # CONFIG_RING_BUFFER_STARTUP_TEST is not set 2663 | # CONFIG_RBTREE_TEST is not set 2664 | # CONFIG_INTERVAL_TREE_TEST is not set 2665 | # CONFIG_DYNAMIC_DEBUG is not set 2666 | # CONFIG_DMA_API_DEBUG is not set 2667 | # CONFIG_ATOMIC64_SELFTEST is not set 2668 | # CONFIG_SAMPLES is not set 2669 | CONFIG_HAVE_ARCH_KGDB=y 2670 | # CONFIG_KGDB is not set 2671 | # CONFIG_TEST_STRING_HELPERS is not set 2672 | # CONFIG_TEST_KSTRTOX is not set 2673 | # CONFIG_STRICT_DEVMEM is not set 2674 | CONFIG_ARM_UNWIND=y 2675 | CONFIG_DEBUG_USER=y 2676 | # CONFIG_DEBUG_LL is not set 2677 | CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" 2678 | CONFIG_UNCOMPRESS_INCLUDE="mach/uncompress.h" 2679 | # CONFIG_OC_ETM is not set 2680 | # CONFIG_ARM_KPROBES_TEST is not set 2681 | # CONFIG_PID_IN_CONTEXTIDR is not set 2682 | 2683 | # 2684 | # Security options 2685 | # 2686 | CONFIG_KEYS=y 2687 | # CONFIG_ENCRYPTED_KEYS is not set 2688 | # CONFIG_KEYS_DEBUG_PROC_KEYS is not set 2689 | # CONFIG_SECURITY_DMESG_RESTRICT is not set 2690 | CONFIG_SECURITY=y 2691 | # CONFIG_SECURITYFS is not set 2692 | # CONFIG_SECURITY_NETWORK is not set 2693 | # CONFIG_SECURITY_PATH is not set 2694 | # CONFIG_SECURITY_SMACK is not set 2695 | # CONFIG_SECURITY_TOMOYO is not set 2696 | # CONFIG_SECURITY_APPARMOR is not set 2697 | # CONFIG_SECURITY_YAMA is not set 2698 | # CONFIG_IMA is not set 2699 | # CONFIG_EVM is not set 2700 | CONFIG_DEFAULT_SECURITY_DAC=y 2701 | CONFIG_DEFAULT_SECURITY="" 2702 | CONFIG_CRYPTO=y 2703 | 2704 | # 2705 | # Crypto core or helper 2706 | # 2707 | CONFIG_CRYPTO_ALGAPI=y 2708 | CONFIG_CRYPTO_ALGAPI2=y 2709 | CONFIG_CRYPTO_AEAD2=y 2710 | CONFIG_CRYPTO_BLKCIPHER=y 2711 | CONFIG_CRYPTO_BLKCIPHER2=y 2712 | CONFIG_CRYPTO_HASH=y 2713 | CONFIG_CRYPTO_HASH2=y 2714 | CONFIG_CRYPTO_RNG2=y 2715 | CONFIG_CRYPTO_PCOMP2=y 2716 | CONFIG_CRYPTO_MANAGER=y 2717 | CONFIG_CRYPTO_MANAGER2=y 2718 | # CONFIG_CRYPTO_USER is not set 2719 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y 2720 | # CONFIG_CRYPTO_GF128MUL is not set 2721 | # CONFIG_CRYPTO_NULL is not set 2722 | # CONFIG_CRYPTO_PCRYPT is not set 2723 | CONFIG_CRYPTO_WORKQUEUE=y 2724 | # CONFIG_CRYPTO_CRYPTD is not set 2725 | # CONFIG_CRYPTO_AUTHENC is not set 2726 | # CONFIG_CRYPTO_TEST is not set 2727 | 2728 | # 2729 | # Authenticated Encryption with Associated Data 2730 | # 2731 | # CONFIG_CRYPTO_CCM is not set 2732 | # CONFIG_CRYPTO_GCM is not set 2733 | # CONFIG_CRYPTO_SEQIV is not set 2734 | 2735 | # 2736 | # Block modes 2737 | # 2738 | CONFIG_CRYPTO_CBC=y 2739 | # CONFIG_CRYPTO_CTR is not set 2740 | # CONFIG_CRYPTO_CTS is not set 2741 | CONFIG_CRYPTO_ECB=y 2742 | # CONFIG_CRYPTO_LRW is not set 2743 | # CONFIG_CRYPTO_PCBC is not set 2744 | # CONFIG_CRYPTO_XTS is not set 2745 | 2746 | # 2747 | # Hash modes 2748 | # 2749 | # CONFIG_CRYPTO_CMAC is not set 2750 | # CONFIG_CRYPTO_HMAC is not set 2751 | # CONFIG_CRYPTO_XCBC is not set 2752 | # CONFIG_CRYPTO_VMAC is not set 2753 | 2754 | # 2755 | # Digest 2756 | # 2757 | CONFIG_CRYPTO_CRC32C=y 2758 | # CONFIG_CRYPTO_CRC32 is not set 2759 | # CONFIG_CRYPTO_GHASH is not set 2760 | # CONFIG_CRYPTO_MD4 is not set 2761 | CONFIG_CRYPTO_MD5=y 2762 | CONFIG_CRYPTO_MICHAEL_MIC=y 2763 | # CONFIG_CRYPTO_RMD128 is not set 2764 | # CONFIG_CRYPTO_RMD160 is not set 2765 | # CONFIG_CRYPTO_RMD256 is not set 2766 | # CONFIG_CRYPTO_RMD320 is not set 2767 | # CONFIG_CRYPTO_SHA1 is not set 2768 | # CONFIG_CRYPTO_SHA1_ARM is not set 2769 | CONFIG_CRYPTO_SHA256=y 2770 | # CONFIG_CRYPTO_SHA512 is not set 2771 | # CONFIG_CRYPTO_TGR192 is not set 2772 | # CONFIG_CRYPTO_WP512 is not set 2773 | 2774 | # 2775 | # Ciphers 2776 | # 2777 | CONFIG_CRYPTO_AES=y 2778 | # CONFIG_CRYPTO_AES_ARM is not set 2779 | # CONFIG_CRYPTO_ANUBIS is not set 2780 | CONFIG_CRYPTO_ARC4=y 2781 | # CONFIG_CRYPTO_BLOWFISH is not set 2782 | # CONFIG_CRYPTO_CAMELLIA is not set 2783 | # CONFIG_CRYPTO_CAST5 is not set 2784 | # CONFIG_CRYPTO_CAST6 is not set 2785 | CONFIG_CRYPTO_DES=y 2786 | # CONFIG_CRYPTO_FCRYPT is not set 2787 | # CONFIG_CRYPTO_KHAZAD is not set 2788 | # CONFIG_CRYPTO_SALSA20 is not set 2789 | # CONFIG_CRYPTO_SEED is not set 2790 | # CONFIG_CRYPTO_SERPENT is not set 2791 | # CONFIG_CRYPTO_TEA is not set 2792 | # CONFIG_CRYPTO_TWOFISH is not set 2793 | 2794 | # 2795 | # Compression 2796 | # 2797 | CONFIG_CRYPTO_DEFLATE=y 2798 | # CONFIG_CRYPTO_ZLIB is not set 2799 | CONFIG_CRYPTO_LZO=y 2800 | 2801 | # 2802 | # Random Number Generation 2803 | # 2804 | # CONFIG_CRYPTO_ANSI_CPRNG is not set 2805 | # CONFIG_CRYPTO_USER_API_HASH is not set 2806 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set 2807 | CONFIG_CRYPTO_HW=y 2808 | # CONFIG_ASYMMETRIC_KEY_TYPE is not set 2809 | CONFIG_BINARY_PRINTF=y 2810 | 2811 | # 2812 | # Library routines 2813 | # 2814 | CONFIG_BITREVERSE=y 2815 | CONFIG_GENERIC_STRNCPY_FROM_USER=y 2816 | CONFIG_GENERIC_STRNLEN_USER=y 2817 | CONFIG_GENERIC_PCI_IOMAP=y 2818 | CONFIG_GENERIC_IO=y 2819 | CONFIG_CRC_CCITT=y 2820 | CONFIG_CRC16=y 2821 | CONFIG_CRC_T10DIF=y 2822 | CONFIG_CRC_ITU_T=y 2823 | CONFIG_CRC32=y 2824 | # CONFIG_CRC32_SELFTEST is not set 2825 | CONFIG_CRC32_SLICEBY8=y 2826 | # CONFIG_CRC32_SLICEBY4 is not set 2827 | # CONFIG_CRC32_SARWATE is not set 2828 | # CONFIG_CRC32_BIT is not set 2829 | CONFIG_CRC7=y 2830 | CONFIG_LIBCRC32C=y 2831 | # CONFIG_CRC8 is not set 2832 | CONFIG_ZLIB_INFLATE=y 2833 | CONFIG_ZLIB_DEFLATE=y 2834 | CONFIG_LZO_COMPRESS=y 2835 | CONFIG_LZO_DECOMPRESS=y 2836 | # CONFIG_XZ_DEC is not set 2837 | # CONFIG_XZ_DEC_BCJ is not set 2838 | CONFIG_DECOMPRESS_GZIP=y 2839 | CONFIG_HAS_IOMEM=y 2840 | CONFIG_HAS_IOPORT=y 2841 | CONFIG_HAS_DMA=y 2842 | CONFIG_CPU_RMAP=y 2843 | CONFIG_DQL=y 2844 | CONFIG_NLATTR=y 2845 | CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y 2846 | CONFIG_AVERAGE=y 2847 | # CONFIG_CORDIC is not set 2848 | # CONFIG_DDR is not set 2849 | CONFIG_OID_REGISTRY=y 2850 | # CONFIG_VIRTUALIZATION is not set 2851 | -------------------------------------------------------------------------------- /persist-root-shell/getshell.c: -------------------------------------------------------------------------------- 1 | /* 2 | * hello.c - The simplest kernel module. 3 | */ 4 | #include /* Needed by all modules */ 5 | #include /* Needed for KERN_INFO */ 6 | #include 7 | #include 8 | 9 | #define DRV_NAME "getshell" 10 | #define DRV_VERSION "1.0" 11 | #define DRV_COPYRIGHT "compiled by 0neday/hongs using 3.10 kernel, 2021/2/13" 12 | #define DRV_DESCRIPTION "persist root shell realized by kernel module when load .ko" 13 | 14 | 15 | MODULE_DESCRIPTION(DRV_DESCRIPTION); 16 | MODULE_AUTHOR(DRV_COPYRIGHT); 17 | MODULE_LICENSE("GPL"); 18 | 19 | int getshell_init(void) 20 | { 21 | char * argv[4]; 22 | char * envp[4]; 23 | argv[0] = "/bin/sh"; 24 | argv[1] = "-c"; 25 | argv[2] = "/mnt/jffs2/hw/getshell.sh"; 26 | argv[3] = NULL; 27 | 28 | envp[0] = "HOME=/"; 29 | envp[1] = "TERM=linux"; 30 | envp[2] = "PATH=/sbin:/usr/sbin:/bin:/usr/bin"; 31 | envp[3] = NULL; 32 | 33 | call_usermodehelper(argv[0], argv, envp, UMH_NO_WAIT); 34 | msleep(3000); 35 | printk(KERN_INFO "getshell script run successfully !.\n"); 36 | 37 | /* 38 | * A non 0 return means init_module failed; module can't be loaded. 39 | */ 40 | return 0; 41 | } 42 | 43 | static void __exit getshell_exit(void) 44 | { 45 | printk(KERN_INFO "Goodbye world !.\n"); 46 | } 47 | module_init(getshell_init); 48 | module_exit(getshell_exit); 49 | -------------------------------------------------------------------------------- /persist-root-shell/readme.md: -------------------------------------------------------------------------------- 1 | 2 | ## download toolchain for linux-3.10 with gcc 4 3 | ``` 4 | cd /mnt 5 | wget -c https://releases.linaro.org/components/toolchain/binaries/latest-4/arm-eabi/gcc-linaro-4.9.4-2017.01-x86_64_arm-eabi.tar.xz 6 | xz -d gcc-linaro-4.9.4-2017.01-x86_64_arm-eabi.tar.xz 7 | tar -xvf gcc-linaro-4.9.4-2017.01-x86_64_arm-eabi.tar 8 | ``` 9 | ## download official kernel-3.10.53 source code and copy config to .config 10 | ``` 11 | wget -c https://cdn.kernel.org/pub/linux/kernel/v3.x/linux-3.10.53.tar.gz 12 | tar -xzvf linux-3.10.53.tar.gz 13 | cd linux-3.10.53 14 | cp /mnt/config .config 15 | make ARCH=arm CROSS_COMPILE=/mnt/gcc-linaro-4.9.4-2017.01-x86_64_arm-eabi/bin/arm-eabi- oldconfig 16 | make ARCH=arm CROSS_COMPILE=/mnt/gcc-linaro-4.9.4-2017.01-x86_64_arm-eabi/bin/arm-eabi- 17 | ``` 18 | ## compile getshell.c 19 | ``` 20 | make ARCH=arm KERNEL=/mnt/linux-3.10.53 CROSS_COMPILE=/mnt/gcc-linaro-4.9.4-2017.01-x86_64_arm-eabi/bin/arm-eabi- 21 | ``` 22 | 23 | ## upload into huawei hs8545 ont and 24 | ``` 25 | cp getshell.ko /mnt/jffs2/TranStar/hi_epon.ko 26 | ``` 27 | 28 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ## Note 2 | This maybe brick your ONT device, use at your own risk! 3 | 4 | ## Usage 5 | #### Find an exploit to load userdefined ko module 6 | 7 | an exploit in `/etc/rc.d/rc.start/1.sdk_init.sh`, use kernel module .ko 8 | to run a shell script `/mnt/jffs2/hw/getshell.sh` when system reboot. 9 | 10 | #### Logical exploit in line 200-206 11 | ``` 12 | # load hisi modules 13 | if [ -f /mnt/jffs2/TranStar/hi_sysctl.ko ]; then 14 | cd /mnt/jffs2/TranStar/ 15 | echo "Loading the Temp HISI SD511X modules: " 16 | else 17 | cd /lib/modules/hisi_sdk 18 | echo "Loading the HISI SD511X modules: " 19 | fi 20 | ``` 21 | if `/mnt/jffs2/TranStar/hi_sysctl.ko` exsit, then execute `cd /mnt/jffs2/TranStar/`. That means work directory is `/mnt/jffs2/TranStar/` now, and `/mnt/jffs2/TranStar/` is writable. 22 | so 23 | ``` 24 | mkdir -p /mnt/jffs2/TranStar/ 25 | cp -rf /lib/modules/hisi_sdk/* /mnt/jffs2/TranStar/ 26 | ``` 27 | #### In order to excute line 261-262, change in /mnt/jffs2/hw_boardinfo 28 | `obj.id = "0x00000001" ; obj.value = "4";` 29 | #### Upload getshell.ko module, compiled by 0neday, only support r019 30 | ``` 31 | # just for gpon 32 | cp getshell.ko /mnt/jffs2/TranStar/hi_epon.ko 33 | 34 | # or for epon 35 | cp getshell.ko /mnt/jffs2/TranStar/hi_gpon.ko 36 | ``` 37 | 38 | ## License 39 | [GPLv3.0](https://www.gnu.org/licenses/gpl-3.0.htmlT) 40 | --------------------------------------------------------------------------------