diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 19:23:16 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 19:23:16 (EDT) |
commit | 1a152d1f6bb35be5f1e4ab2635f912575d316664 (patch) | |
tree | b1aa76437ed61474af4ad9463f727eeecb8b1176 /opkg-lede.pkg/control | |
parent | ca7420f4500e18327ed06df18bbcf99128536ce3 (diff) |
opkg-lede: Conflict with opkg-common, not opkg and opkg-gpg
Diffstat (limited to 'opkg-lede.pkg/control')
-rw-r--r-- | opkg-lede.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opkg-lede.pkg/control b/opkg-lede.pkg/control index 7d70f60..c35a967 100644 --- a/opkg-lede.pkg/control +++ b/opkg-lede.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Depends: usign, ${Shlib-Depends} -Conflicts: opkg (<< 0.2.4-2), opkg-gpg (<< 0.2.4-2) +Conflicts: opkg-common (<< 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 |