diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-08 06:28:03 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-08 06:35:05 (EST) |
commit | daee1269a91388f06e2a73208605c1250bd8683a (patch) | |
tree | de372f3de8a45c8d1bc5ce6d212dddb92bbd3b03 | |
parent | ef779b16eb2921bb0c09d355192b5b1d452737de (diff) |
Revert "busybox: Conflict with old opkg-lede"
This partially reverts commit 310bb966527e72b1cd884f1efcb0e62481c01e15.
opkg-lede apparently doesn't support versioned conflicts:
Upgrading busybox on root from 1.21.1-13 to 1.32.0-1...
Collected errors:
* check_conflicts_for: The following packages conflict with busybox:
* check_conflicts_for: opkg-lede *
* opkg_install_cmd: Cannot install package busybox.
-rw-r--r-- | busybox.pkg/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/busybox.pkg/control b/busybox.pkg/control index 163fd2d..46ff9ec 100644 --- a/busybox.pkg/control +++ b/busybox.pkg/control @@ -3,7 +3,6 @@ Platform: any Essential: yes Section: util Depends: ${Shlib-Depends}, ${Extra-Depends} -Conflicts: opkg-lede (<< 0+git20190131.d4ba162-7) Description: Multi-call binary that combines many common UNIX utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you |