db config: move /lib/db -> /etc/board-db due to changes in targets

This commit is contained in:
Amin Ben Ramdhane 2020-09-08 12:24:55 +01:00
parent 1977b8308f
commit 8d721664e6

View file

@ -24,7 +24,7 @@
#include <uci.h>
#include <libubox/list.h>
#define DB_CONFIG "/lib/db/config"
#define DB_CONFIG "/etc/board-db/config"
#define VARSTATE_CONFIG "/var/state"
#define BBFDM_CONFIG "/etc/bbfdm"
#define BBFDM_SAVEDIR "/tmp/.bbfdm"