Index: fp_wget.conf =================================================================== --- fp_wget.conf (nonexistent) +++ fp_wget.conf (revision 18443) @@ -0,0 +1,9 @@ +li:pcb-rnd-conf-v1 { + ha:overwrite { + ha:plugins { + ha:fp_wget { + cache_dir=fp_wget_cache + } + } + } +} Index: fp_wget_conf.h =================================================================== --- fp_wget_conf.h (revision 18442) +++ fp_wget_conf.h (revision 18443) @@ -8,6 +8,7 @@ const struct fp_wget { CFT_BOOLEAN auto_update_gedasymbols; /* update the index of gedasymbols on startup automatically */ CFT_BOOLEAN auto_update_edakrill; /* update the index of edakrill on startup automatically */ + CFT_STRING cache_dir; /* where to build the cache */ } fp_wget; } plugins; } conf_fp_wget_t;