diff options
Diffstat (limited to 'dev/pkg')
-rw-r--r-- | dev/pkg/opkg.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/pkg/opkg.mdwn b/dev/pkg/opkg.mdwn index 031915e..6bd481d 100644 --- a/dev/pkg/opkg.mdwn +++ b/dev/pkg/opkg.mdwn @@ -4,8 +4,10 @@ ProteanOS uses [opkg][opkg] to manage packages after installation with [[prokit|dev/prokit]]. There are a few now completed tasks for ProteanOS's opkg packaging: - * [[Statically_linking_against_libopkg|dev/pkg/opkg/static]] - * [[Verifying_package_feed_index_files|dev/archive/signing]] + * [[Statically_linking_against_libopkg|dev/pkg/opkg/static]] **[DONE]** + * [[Verifying_package_feed_index_files|dev/archive/signing]] **[opkg part + DONE]** * [[Handling_the_growth_of_new_upstream_versions|dev/pkg/opkg/future]] + **[DONE]** [opkg]: https://git.yoctoproject.org/cgit/cgit.cgi/opkg/tree/README |