Инструменты пользователя

Инструменты сайта


how-to:openwrt

Это старая версия документа!


OpenWRT

Обновить сразу все пакеты

opkg update && opkg list-upgradable | awk '{print $1}' | xargs -r opkg upgrade

Перегрузить web интерфейс полностью:

rm -f /tmp/luci-indexcache*
rm -rf /tmp/luci-modulecache/
/etc/init.d/rpcd restart
/etc/init.d/uhttpd restart

Репозитории

luci-app-sms-manager/luci-app-sms-tool-js

luci-app-sms-manager/luci-app-sms-tool-js

Добавить репозиторий:

grep -q IceG_repo /etc/opkg/customfeeds.conf || echo 'src/gz IceG_repo https://raw.githubusercontent.com/4IceG/Modem-extras/main/myrepo' >> /etc/opkg/customfeeds.conf
wget https://raw.githubusercontent.com/4IceG/Modem-extras/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub
opkg-key add /tmp/IceG-repo.pub
opkg update

https://github.com/4IceG/Modem-extras

how-to/openwrt.1784910087.txt.gz · Последнее изменение: lioncub