This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome to minicom 2.8 | |
OPTIONS: | |
Port /dev/ttyUSB0, 17:13:45 | |
Press CTRL-A Z for help on special keys | |
=================================================================== | |
MT7621 stage1 code 10:33:55 (ASIC) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@OpenWrt:~# /etc/init.d/network reload | |
[ 121.287227] mc_detach: disabled snooping on br-lan. | |
Command failed: Not found | |
Default Service Class Count: 8 | |
Custom Service Class Count: 1 | |
Command failed: Not found | |
Command failed: Not found | |
Command failed: Not found | |
qcawifi qcawificfg80211 disable radio wifi0 | |
Disable ol_stats for Lithium platforms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wed Mar 22 17:30:03 2023 daemon.info : 08[ENC] parsed ID_PROT request 0 [ SA V V V V V V ] | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] received NAT-T (RFC 3947) vendor ID | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] received draft-ietf-ipsec-nat-t-ike-02 vendor ID | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] received draft-ietf-ipsec-nat-t-ike-02\n vendor ID | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] received draft-ietf-ipsec-nat-t-ike-00 vendor ID | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] received FRAGMENTATION vendor ID | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] received DPD vendor ID | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[IKE] 192.168.16.190 is initiating a Main Mode IKE_SA | |
Wed Mar 22 17:30:03 2023 authpriv.info : 08[IKE] 192.168.16.190 is initiating a Main Mode IKE_SA | |
Wed Mar 22 17:30:03 2023 daemon.info : 08[CFG] selected proposal: IKE:AES_CBC_128/HMAC_SHA1_96/PRF_HMAC_SHA1/MODP_1024 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#setup environment for tmpfs build for openwrt/x-wrt. | |
mkdir -p tmpfs_local/host tmpfs_local/hostpkg | |
mkdir tmpfs | |
#mount tmpfs size=24G (total 32G ram) for build_dir. | |
sudo mount -t tmpfs -o size=24G tmpfs tmpfs/ |
OlderNewer