前提:
1稽寒、安裝開發(fā)者ROM
2、安裝SSH
這兩步小米路由器都是通用的趟章,這里不講杏糙。
一、安裝opkg
mkdir -p /userdisk/xxx/opt
mount -o bind /userdisk/xxx/opt /opt
cd /userdisk/xxx
wget http://pkg.entware.net/binaries/mipsel/installer/installer.sh
chmod +x installer.sh
./installer.sh
xxx可以換成自己喜歡的文件夾名蚓土。
運行opkg宏侍,安裝軟件:
export PATH=/opt/sbin:/opt/bin:$PATH
opkg update
opkg install xxxx
二、開機自動mount
不開機自動mount的話蜀漆,重啟后用opkg安裝的軟件不能正常運行
編輯/etc/rc.local谅河, vi /etc/rc.local
在exit 0之前加入一行:
mount -o bind /userdisk/xxx/opt /opt
三、設置環(huán)境變量
不設置環(huán)境變量确丢,重啟后運行時找不到軟件
編輯/etc/profile绷耍, vi /etc/profile
加入一行:
export PATH=/opt/sbin:/opt/bin:$PATH