在 Open WRT 菜单配置 --> 语言中找不到 Python

标签 python openwrt

我正在尝试将 python 包含在 openwrt 中。它没有显示在打开的 wrt 菜单配置中。我在语言选项下只能看到 Lua,看不到其他内容。在检查时它显示了 python ... OK , perl ... OK 。我是否遗漏了任何步骤?

最佳答案

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

关于在 Open WRT 菜单配置 --> 语言中找不到 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4424377/

相关文章:

c - 如何判断eth0模式是static还是dhcp?

c - 段错误 : how to know in which line code or function that caused this segfault

c++ - 修复由于 OpenSSL 中的 SIGILL 而导致的崩溃

C http 服务器在不可预测的时间后停止

python - 如何在python中粘贴从键盘复制的文本

python - 带有 UnboundLocalError 的本地和全局引用

python - 使用 python 解析大型 (20GB) 文本文件 - 读取 2 行作为 1

python 美丽汤 ascii 错误

python - Lightgbm 提前停止无法正常工作

c - OpenWrt 的 Eclipse GCC C 交叉编译不工作