opkg_manager: remove opkg options

Just use standard options. If someone wants to change them,
/etc/opkg/opkg.conf is available for that purpose.
This commit is contained in:
Stefan Seyfried
2016-01-01 19:55:10 +01:00
parent 28647d9e3c
commit 361556a1e3

View File

@@ -65,7 +65,11 @@
#define OPKG_TMP_DIR "/tmp/.opkg"
#define OPKG_TEST_DIR OPKG_TMP_DIR "/test"
#if 0
#define OPKG_CL_CONFIG_OPTIONS " -V2 --tmp-dir=/tmp --cache=" OPKG_TMP_DIR
#else
#define OPKG_CL_CONFIG_OPTIONS ""
#endif
#define OPKG_BAD_PATTERN_LIST_FILE CONFIGDIR "/bad_package_pattern.list"
#define OPKG_CONFIG_FILE "/etc/opkg/opkg.conf"