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


Origin commit data
------------------
Commit: 74bc08a106
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-10-22 (Sat, 22 Oct 2016)
This commit is contained in:
Stefan Seyfried
2016-10-22 13:13:28 +02:00
parent e1a1c76827
commit 45b46f2c44

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"