mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
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:
@@ -65,7 +65,11 @@
|
|||||||
|
|
||||||
#define OPKG_TMP_DIR "/tmp/.opkg"
|
#define OPKG_TMP_DIR "/tmp/.opkg"
|
||||||
#define OPKG_TEST_DIR OPKG_TMP_DIR "/test"
|
#define OPKG_TEST_DIR OPKG_TMP_DIR "/test"
|
||||||
|
#if 0
|
||||||
#define OPKG_CL_CONFIG_OPTIONS " -V2 --tmp-dir=/tmp --cache=" OPKG_TMP_DIR
|
#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_BAD_PATTERN_LIST_FILE CONFIGDIR "/bad_package_pattern.list"
|
||||||
#define OPKG_CONFIG_FILE "/etc/opkg/opkg.conf"
|
#define OPKG_CONFIG_FILE "/etc/opkg/opkg.conf"
|
||||||
|
Reference in New Issue
Block a user