Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过 opkg 分发相同包不同版本的方法是什么?据我了解 opkg 读取一个索引文件,然后它使用它来列出和安装所需的包。
到目前为止,我有一个存储库,其中包含同一个包的多个版本,但是当我生成索引文件时,它只有最新版本的包。因此目标平台无法选择特定版本。
我该如何实施?