diff options
author | Patrick 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) |
commit | 9e24f0e1ce777dda2abe72f63172f0c2f6c639dd (patch) | |
tree | d37d8281fa1c5b463f3a967d3a578d37253ff67d | |
parent | d0fa56f70360441f26b3f7c3a6557603d60191e8 (diff) |
opkg-lede: Conflict with opkg and opkg-gpg (<< 0.2.4-2)
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | opkg-lede.pkg/control | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |