diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-17 19:04:34 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-17 19:04:34 (EDT) |
commit | 82d83b0e0f2ffbc3c26c731baf729497d036e419 (patch) | |
tree | 5043a2f80d8a496088de3eea066d596fc4eddaa1 | |
parent | d90f0ee853b531c74636016fe451ffb167cab77b (diff) |
opkg-lede: Drop conflict that is a subset of another
-rw-r--r-- | opkg-lede.pkg/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opkg-lede.pkg/control b/opkg-lede.pkg/control index 5edfab5..e457904 100644 --- a/opkg-lede.pkg/control +++ b/opkg-lede.pkg/control @@ -2,7 +2,6 @@ Architecture: any Platform: all Essential: yes Depends: usign, ${Shlib-Depends} -Conflicts: opkg-common (<< 0.2.4-2), opkg (<= 0.2.4-2), opkg-gpg (<= 0.2.4-2), - opkg-common (<= 0.2.4-2) +Conflicts: opkg (<= 0.2.4-2), opkg-gpg (<= 0.2.4-2), opkg-common (<= 0.2.4-2) Description: Lightweight package manager - LEDE/OpenWrt fork ${Common-Description} |