mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
COPKGManager: allow update and usage of multiple package sources
This allows to use more than one package adress via config file.
Example configuration in /etc/opkg/opkg.conf:
...
src packages http://www.yourserver.org/pkgs/packages
src local 192.168.1.2/pkgs/local
...
After Update, all packeges will be listed in the manager list and can
be installed, updated ...
Origin commit data
------------------
Commit: 77002eb839
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-11 (Tue, 11 Nov 2014)
This commit is contained in:
@@ -76,7 +76,7 @@ static const string pkg_types[OM_MAX] =
|
||||
OPKG_CL " list ",
|
||||
OPKG_CL " list-installed ",
|
||||
OPKG_CL " list-upgradable ",
|
||||
OPKG_CL " update ",
|
||||
OPKG_CL " -A update ",
|
||||
OPKG_CL OPKG_CL_CONFIG_OPTIONS " upgrade ",
|
||||
OPKG_CL OPKG_CL_CONFIG_OPTIONS " remove ",
|
||||
OPKG_CL " info ",
|
||||
|
Reference in New Issue
Block a user