mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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 ...
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