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 :-)


Origin commit data
------------------
Commit: bb8ce41abf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
This commit is contained in:
Stefan Seyfried
2016-01-01 23:12:36 +01:00
parent 8dd74a836a
commit 8b110e80bb

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;