diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-03 00:24:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-03 00:24:31 +0200 |
commit | 56ca2eb93d0c10fbba87b40116872ed63e3e6ad5 (patch) | |
tree | 585d29e2a45bbdeedf80554234faceb353a2a282 /config.c | |
parent | 2cd93d4c17f093552c06c60427fe9ecfb4c0dbe8 (diff) |
force the uci savedir for the dummy variant
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -218,6 +218,7 @@ config_init_interfaces(const char *name) #ifdef DUMMY_MODE uci_set_confdir(ctx, "./config"); + uci_set_savedir(ctx, "./tmp"); #endif if (uci_load(ctx, "network", &p)) { |