Skip to content

top-solution/openwrt-modem-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Modem-extras (My repository)

GitHub release (latest by date) GitHub stars GitHub forks

What You Should Know / Co powinieneś wiedzieć

The sms-tool package is available in the OpenWrt repository since v23.05.

Pakiet sms-tool jest dostępny w repozytorium OpenWrt 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://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:
    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
      
      Show me how

    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
    3. Execute the command:

      opkg update

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://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

Metoda 2. (Wykonujemy powyższe polecenia ręcznie, ale krok po kroku, polecenie po poleceniu):

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
Pokaż jak to zrobić

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

Releases

No releases published

Packages

No packages published