diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 19:18:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 19:18:35 (EDT) |
commit | 6ff2b3ba9c291aa6a8c19aded89ecd22ba1a3d98 (patch) | |
tree | 2f972c47e36ed5bd19eb629c10b3158c16bdfb14 | |
parent | a380e5b0d6127f7ffae2e364ec0c901dae1ad50f (diff) |
opkg-lede: Replace and break original opkg packages
-rw-r--r-- | opkg-lede.pkg/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opkg-lede.pkg/control b/opkg-lede.pkg/control index cca1258..7fd32aa 100644 --- a/opkg-lede.pkg/control +++ b/opkg-lede.pkg/control @@ -2,5 +2,7 @@ Architecture: any Platform: all Depends: usign, ${Shlib-Depends} Conflicts: opkg-common (<< 0.2.4-2) +Replaces: opkg (<= 0.2.4-2), opkg-gpg (<= 0.2.4-2), opkg-common (<= 0.2.4-2) +Breaks: 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} |