summaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog32
1 files changed, 31 insertions, 1 deletions
diff --git a/changelog b/changelog
index e548b72..bb6b373 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,31 @@
+opkg-lede (0+git20190131.d4ba162-8) trunk
+
+ * opkg-lede: Fix exit status when "/usr/bin/opkg-cl" fails.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 25 Sep 2023 06:49:51 -0400
+
+opkg-lede (0+git20190131.d4ba162-8) trunk
+
+ * opkg-lede: Fix a "cat: not found" error when "/usr/bin/opkg" is run
+ during a system installation.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 09 Dec 2020 09:06:07 -0500
+
+opkg-lede (0+git20190131.d4ba162-7) trunk
+
+ * 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.
+ * Add patch from upstream to fix "file_md5sum_alloc: Could't compute
+ md5sum" errors.
+ * Add patch to allow update-alternatives to manage "/usr/bin/[".
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 07 Dec 2020 11:50:54 -0500
+
opkg-lede (0+git20190131.d4ba162-6) trunk
* opkg-lede: Replace opkg-key with opkg-cert, and provide a
@@ -5,8 +33,10 @@ opkg-lede (0+git20190131.d4ba162-6) trunk
* opkg-lede: Drop "Replaces" field and simplify "Conflicts" field.
* Drop patch to change default configuration file path, and just use
"/etc/opkg.conf".
+ * opkg-lede: Move main configuration file from "/etc/opkg/opkg.conf" to
+ "/etc/opkg.conf" in postinst.
- -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 17 Apr 2019 19:01:24 -0400
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 27 Apr 2019 14:33:35 -0400
opkg-lede (0+git20190131.d4ba162-5) trunk