opkg_manager: don't overwrite opkg.conf

overwriting the user's configuration with strange stuff is
not nice, so disarm this by renaming the config file :-)
This commit is contained in:
Stefan Seyfried
2016-01-01 23:12:36 +01:00
parent 03a3ced68f
commit bb8ce41abf

View File

@@ -72,7 +72,7 @@
#endif
#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.borken"
using namespace std;