Add overlay_root config option. Opkg checks this location for available space.
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index af6b9ab21cab6c9e5f828800f7cd7b52df99cdb4..0340ff29061681a542c9156dbc83386474d4cf30 100644 (file)
@@ -79,6 +79,7 @@ struct opkg_conf
      int check_signature;
      int nodeps; /* do not follow dependencies */
      char *offline_root;
+     char *overlay_root;
      int query_all;
      int verbosity;
      int noaction;