【问题标题】:How to install transmission bittorrent client busybox function如何安装传输bittorrent客户端busybox功能
【发布时间】:2015-11-11 04:47:11
【问题描述】:

我发现我的 WD MyPassport Wireless 正在使用 Busybox 运行 Buildroot Linaro linux;它没有 aptitude 包管理器。我对busybox了解不多;我开始知道busybox提供的命令被称为定义函数。如何安装传输 BitTorrent 客户端?我遇到了一个名为 patch 的东西,我认为它为 Buildroot busybox 提供了传输功能

http://buildroot-busybox.2317881.n4.nabble.com/PATCH-introducing-transmission-bittorrent-client-td7898.html

这是做这件事的那件事吗?如果有,下一步怎么走?

# uname -a
Linux Mammoth 3.2.0 #1 Tue Sep 8 14:42:47 CST 2015 armv7l GNU/Linux

【问题讨论】:

    标签: embedded-linux bittorrent busybox buildroot


    【解决方案1】:

    你在这里混淆了很多东西。首先“Buildroot Linaro”没有任何意义。 Buildroot (http://buildroot.org) 是一个提供嵌入式 Linux 构建系统的开源项目,Linaro (http://linaro.org) 是一个在 Linux 生态系统中加强对 ARM 架构支持的非营利组织。两者的主要交互是Buildroot可以使用一个Linaro工具链作为交叉编译器。

    确实,在 Buildroot 生成的系统上没有像“aptitude”这样的东西,因为我们不支持二进制包。详情请见http://buildroot.org/downloads/manual/manual.html#faq-no-binary-packages

    最后,您混淆了 Buildroot 和 Busybox。 Busybox 是一个用户空间应用程序,它提供了许多基本 Linux 实用程序的轻量级实现。它是 Buildroot 提供的 1600 多个用户空间包之一。

    Busybox 绝对不提供 Bittorent 客户端。不过Buildroot确实有一个包可以传输。

    所以如果你想继续前进,你需要得到WD用来为你的设备生成固件的Buildroot的源,修改这个Buildroot来添加传输,然后使用Buildrot重新构建文件系统,最后刷机它在您的设备上。

    【讨论】:

    • 是的,我的意思是你说的。我不能从busybox 获得这个实用程序,而不是Buildroot 的传输?还是不能安装Transmissiondeb包?
    • 嗯,正如 Thomas 所说,busybox 不提供 bittorent 应用程序。并且一个 buildroot 构建的 rootfs 不支持 deb-packages。最好向供应商询问 Buildroot 树和配置,让您构建自己的 rootfs(添加一个 bittorrent 客户端)。
    猜你喜欢
    • 2022-12-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-07-05
    • 2016-11-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多