summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:52:40 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:59:37 (EDT)
commit9e24f0e1ce777dda2abe72f63172f0c2f6c639dd (patch)
treed37d8281fa1c5b463f3a967d3a578d37253ff67d
parentd0fa56f70360441f26b3f7c3a6557603d60191e8 (diff)
opkg-lede: Conflict with opkg and opkg-gpg (<< 0.2.4-2)
-rw-r--r--changelog1
-rw-r--r--opkg-lede.pkg/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index 0065800..4cc764c 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,7 @@ opkg-lede (0+git20190131.d4ba162-2) trunk
* Set lock file path to "/var/lib/opkg/lock", as it has always been
with the original opkg.
* Manage opkg-key and update-alternatives with update-alternatives.
+ * Conflict with opkg and opkg-gpg (<< 0.2.4-2).
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 04 Apr 2019 16:52:10 -0400
diff --git a/opkg-lede.pkg/control b/opkg-lede.pkg/control
index d610831..7d70f60 100644
--- a/opkg-lede.pkg/control
+++ b/opkg-lede.pkg/control
@@ -1,6 +1,7 @@
Architecture: any
Platform: all
Depends: usign, ${Shlib-Depends}
+Conflicts: opkg (<< 0.2.4-2), opkg-gpg (<< 0.2.4-2)
Description: Lightweight package management system - LEDE/OpenWrt fork
The opkg package management system handles installation and removal of packages
on a system. It can recursively follow dependencies and download all packages