Modem-extras (My repository)
February 1, 2026 · View on GitHub
Modem-extras (My repository)
What You Should Know /
Co powinieneś wiedzieć
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.
To install packages from my repository:
- Execute following commands on your OpenWrt router:
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 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://raw.githubusercontent.com/4IceG/Modem-extras/main/myrepoShow me how

-
Add repository public key with commands:
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 -
Execute command to update repositories:
opkg update -
Execute command to install the package:
opkg install luci-app-sms-tool-js
-
Aby móc instalować pakiety z mojego repozytorium należy:
Metoda 1.
Wykonaj te polecenia na routerze z OpenWrt:
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
opkg install luci-app-sms-tool-js
Metoda 2. (Wykonujemy powyższe polecenia ręcznie, ale krok po kroku, polecenie po poleceniu):
Krok 1. Do routera z OpenWrt dodaj do pliku /etc/opkg/customfeeds.conf następujący wpis:
src/gz IceG_repo https://raw.githubusercontent.com/4IceG/Modem-extras/main/myrepo
Pokaż jak to zrobić

Krok 2. Dodaj klucz publiczny repozytorium za pomoca poleceń:
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
Krok 3. Wykonaj polecenie aktualizacji repozytoriów:
opkg update
Krok 4. Wykonaj polecenie instalujące pakiet:
opkg install luci-app-sms-tool-js
Pokaż swoje wsparcie |
Show your support


