summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorPatrick McDermott <pehjota>2017-08-05 21:14:00 (EDT)
committer Patrick McDermott <pehjota>2017-08-05 21:14:00 (EDT)
commit08d6c6e2fdb7bcfd81a7b6aa875088c8128a7e77 (patch)
tree5ddff5d784c54ebf9528cc4ddbbb273c0392630c /dev
parent99b40b191a804dafed014373db219337b2ccac41 (diff)
dev/pkg/opkg: libbbbbb
Diffstat (limited to 'dev')
-rw-r--r--dev/pkg/opkg.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/pkg/opkg.mdwn b/dev/pkg/opkg.mdwn
index 6bdb61b..45d6508 100644
--- a/dev/pkg/opkg.mdwn
+++ b/dev/pkg/opkg.mdwn
@@ -28,7 +28,7 @@ For a long time, opkg had an embedded copy of BusyBox's libbb for reading
archives (as packages supported by opkg are doubly nested archive files). This
copy of libbb had grown
[[stale_and_heavily_patched|dev/todo/removing-libbb-from-opkg]]. Finally, [in
-2013/2014][drop-libbbb-git], libbb was [replaced][add-libarchive] with
+2013/2014][drop-libbb-git], libbb was [replaced][add-libarchive] with
[libarchive][libarchive]. This removed a large amount of old code from opkg,
however it added a dependency on a large library that was never designed with
the code size restraints of embedded systems in mind.