opkg_manager.cpp: add statement for local environment

TODO: detect available opkg binary


Origin commit data
------------------
Commit: a9c549d0bf
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)
This commit is contained in:
2015-12-28 14:00:15 +01:00
parent d21e562b68
commit be7b3c5629

View File

@@ -57,7 +57,12 @@
#include <sys/wait.h>
#include <fstream>
#if 0
#define OPKG_CL "opkg"
#else
#define OPKG_CL "opkg-cl"
#endif
#define OPKG_TMP_DIR "/tmp/.opkg"
#define OPKG_TEST_DIR OPKG_TMP_DIR "/test"
#define OPKG_CL_CONFIG_OPTIONS " -V2 --tmp-dir=/tmp --cache=" OPKG_TMP_DIR