Important
The sms-tool package is available in the OpenWrt repository since v23.05.
Pakiet sms-tool jest dostępny w repozytorium OpenWrt od wydania v23.05.
- Execute following commands on your OpenWrt router:
grep -q IceG_repo /etc/opkg/customfeeds.conf || echo 'src/gz IceG_repo https://github.com/4IceG/Modem-extras/raw/main/myrepo' >> /etc/opkg/customfeeds.conf wget https://github.com/4IceG/Modem-extras/raw/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub opkg-key add /tmp/IceG-repo.pub opkg update opkg install luci-app-sms-tool-js - OR, to do it manually:
-
Add the following entry to the /etc/opkg/customfeeds.conf file to the OpenWrt router:
src/gz IceG_repo https://github.com/4IceG/Modem-extras/raw/main/myrepo -
Add repository public key with commands:
wget https://github.com/4IceG/Modem-extras/raw/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub opkg-key add /tmp/IceG-repo.pub
-
Execute command to update repositories:
opkg update
-
Execute command to install the package:
opkg install luci-app-sms-tool-js
-
Wykonaj te polecenia na routerze z OpenWrt:
grep -q IceG_repo /etc/opkg/customfeeds.conf || echo 'src/gz IceG_repo https://github.com/4IceG/Modem-extras/raw/main/myrepo' >> /etc/opkg/customfeeds.conf
wget https://github.com/4IceG/Modem-extras/raw/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub
opkg-key add /tmp/IceG-repo.pub
opkg update
opkg install luci-app-sms-tool-js
Krok 1. Do routera z OpenWrt dodaj do pliku /etc/opkg/customfeeds.conf następujący wpis:
src/gz IceG_repo https://github.com/4IceG/Modem-extras/raw/main/myrepoKrok 2. Dodaj klucz publiczny repozytorium za pomoca poleceń:
wget https://github.com/4IceG/Modem-extras/raw/main/myrepo/IceG-repo.pub -O /tmp/IceG-repo.pub
opkg-key add /tmp/IceG-repo.pubKrok 3. Wykonaj polecenie aktualizacji repozytoriów:
opkg updateKrok 4. Wykonaj polecenie instalujące pakiet:
opkg install luci-app-sms-tool-js




