opkg: add a simple way to pass a path environment for pre/post scription execution...
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 4ca513c4a2dd79f76ad8de48c83b721dde627db4..407c8dea424a836b39be26b9c0d5e2b7bda7ca6c 100644 (file)
@@ -65,6 +65,7 @@ struct opkg_conf
      int force_removal_of_essential_packages;
      int nodeps; /* do not follow dependences */
      char *offline_root;
+     char *offline_root_path;
      char *offline_root_pre_script_cmd;
      char *offline_root_post_script_cmd;
      int query_all;