summaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog10
1 files changed, 7 insertions, 3 deletions
diff --git a/changelog b/changelog
index d14b168..c72e1be 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,12 @@
opkg-lede (0+git20190131.d4ba162-7) trunk
- * opkg-lede: Add a multiarch support wrapper script as "/usr/bin/opkg"
- and move the real opkg binary back to its default location at
- "/usr/bin/opkg-cl".
+ * opkg-lede: Add a wrapper script as "/usr/bin/opkg" and move the real
+ opkg binary back to its default location at "/usr/bin/opkg-cl".
+ This wrapper script:
+ - Enables the busybox package to be safely upgraded (opkg-lede
+ attempts to execute gzip after removing busybox, whereas opkg
+ didn't) and
+ - Accepts an -a/--host-architecture option for multiarch support.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 18 Jun 2020 12:50:01 -0400