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:
Stefan Seyfried
2016-10-22 13:13:28 +02:00
parent f632ac5505
commit 74bc08a106

View File

@@ -58,7 +58,7 @@
#include <sys/wait.h>
#include <fstream>
#if 0
#if 1
#define OPKG_CL "opkg"
#else
#define OPKG_CL "opkg-cl"