Make the Auto-Installed field useful.
[oweals/opkg-lede.git] / libopkg / pkg.c
index c41629cb13d10e196ce5272cb44daeb64378ed4f..b01db61d98148a161d861795dc6c359699bfc470 100644 (file)
@@ -358,6 +358,9 @@ int pkg_merge(pkg_t *oldpkg, pkg_t *newpkg, int set_status)
          return 0;
      }
 
+     if (!oldpkg->auto_installed)
+         oldpkg->auto_installed = newpkg->auto_installed;
+
      if (!oldpkg->src)
          oldpkg->src = newpkg->src;
      if (!oldpkg->dest)