在Open WRT MenuConfig中找不到Python - >语言

时间:2010-12-12 22:12:30

标签: python openwrt

我想在openwrt中包含python。它没有出现在打开的wrt menuconfig中。在语言选项下,我只能看到Lua和其他内容。检查它时显示我python ...好的,perl ...好的。我错过了任何步骤吗?

3 个答案:

答案 0 :(得分:2)

$ cd (to/openwrt/path)
$ scripts/feeds update
$ scripts/feeds install python
$ make menuconfig

答案 1 :(得分:1)

首先,您需要搜索可用的python版本:

./scripts/feeds search python
./scripts/feeds install micropython

答案 2 :(得分:0)

您需要安装Feed,而不仅仅是更新它们。

./scripts/feeds install -a

^^^这对我有用,但需要一段时间才能完成。它将所有可用的软件包添加到menuconfig中 - 它也可以做更多的事情。

或指定您的特定包裹:

./scripts/feeds install [packages, ...]

或指定整个Feed:

./scripts/feeds install -p -a myfeed