opkg_manager.cpp: add statement for local environment

TODO: detect available opkg binary
This commit is contained in:
2015-12-28 14:00:15 +01:00
parent 4f9a3df6c4
commit a9c549d0bf

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