The sms-tool package is available in the OpenWrt Master repository.
Pakiet sms-tool jest dostępny w repozytorium OpenWrt Master.
Step 1. 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
Step 2. 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
Step 3. Execute the command:
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