openwrt常用命令

2014-5-13 lqy openwrt

查看WLAN已连接站点

iw dev wlan0 station dump


查看时钟偏差

ntpd -d -w -p 42.96.167.209


git不验证证书
export GIT_SSL_NO_VERIFY=1
wget不验证证书
--no-check-certificate
优化版lede
https://github.com/gwlim/mips74k-ar71xx-lede-patch

git clone -b lede-17.01 https://github.com/lede-project/source.git lede
git clone -b lede-17.01 https://github.com/gwlim/mips74k-lede-patch.git temp; mv temp/* lede/; rm -rf temp
cd lede
./patch_LEDE.sh
make menuconfig
kmod-fast-classifier, kmod-shortcut-fe, kmod-shortcut-fe-cm
make V=s

安装应用到内存
opkg -d install xxx
export PATH=$PATH:/tmp/usr/bin/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/tmp/usr/lib/

标签: openwrt

发表评论:

Powered by emlog