The sms-tool package is available in the OpenWrt repository since v23.05.
Pakiet sms-tool jest dostępny w repozytorium OpenWrt 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
- 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 the command:
opkg update
-
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
Krok 1. Do routera z OpenWrt dodać do pliku /etc/opkg/customfeeds.conf następujący wpis:
src/gz IceG_repo https://github.com/4IceG/Modem-extras/raw/main/myrepo
Krok 2. Dodać 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.pub
Krok 3. Wykonać polecenie:
opkg update