mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
opkg_manager: use "opkg" instead of "opkg-cl"
old releases had "opkg" as compat symlink to -cl, newer releases only have opkg binary, so change to opkg for broader compatibility
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
#define OPKG_CL "opkg"
|
#define OPKG_CL "opkg"
|
||||||
#else
|
#else
|
||||||
#define OPKG_CL "opkg-cl"
|
#define OPKG_CL "opkg-cl"
|
||||||
|
Reference in New Issue
Block a user