Software - Repository Sources

{% if (confError) then %}

Cannot read config file

The package manager configuration file {{opkg_conf_path}} is missing or unreadable.
{%else%} {% if (userLevel == 1) then %}
Note: Editing this section requires administrator privileges.

{%end%} {% if (saved) then %}

Update Results

{{updateResults}}
                    
{%end%}

Add and remove the repository sources where packages may be downloaded from.

    {% for _,repo in ipairs(repos) do %}
  1. Delete
  2. {% end %}



List of Repository Mirrors

Enter the mirror URLS here.
    {% for _,mirror in ipairs(mirrors) do %}
  1. Delete
  2. {% end %}




{% if saved then %} Changes saved.

{% end %}

View {{opkg_conf_path}}
{% end %}