OpenWRT:无法安装软件包 - 内存问题

Oli*_*ens 6 router openwrt

我从我的默认固件切换到OpenWrt:TP-Link TL-WR1043N/ND v1,并且存在我无法安装任何新软件包的问题.

我做了什么:

  • Flash OpenWrt
  • 安装Luci(没问题)

而且当我尝试安装其他任何东西时,我得到:

Collected errors:
* xsystem: wget: vfork: Out of memory.
 * opkg_download: Failed to download http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/luci/luci-app-wshaper_git-15.338.68695-3bae3c7-1_all.ipk, wget returned -1.
 * opkg_install_pkg: Failed to download luci-app-wshaper. Perhaps you need to run 'opkg update'?
 * opkg_install_cmd: Cannot install package luci-app-wshaper.
Run Code Online (Sandbox Code Playgroud)

重要的是:*xsystem:wget:vfork:内存不足.是的,我确实尝试重启和'更新'几次.

但根据Luci - >软件,我可以看到:

在此输入图像描述

这是我的DF输出:

root@OpenWrt:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                 2048      2048         0 100% /rom
tmpfs                    14052      1128     12924   8% /tmp
/dev/mtdblock3            4736       936      3800  20% /overlay
overlayfs:/overlay        4736       936      3800  20% /
tmpfs                      512         0       512   0% /dev
root@OpenWrt:~#
Run Code Online (Sandbox Code Playgroud)

OpenWRT路由器链接: https ://wiki.openwrt.org/toh/tp-link/tl-wr1043nd

制造商链接: http ://www.tp-link.com/en/download/TL-WR1043ND_V1.html

请问有谁知道可能导致这个问题的原因是什么?我知道解决方案可能是使用外部USB,但我想不惜一切代价避免这种情况+我无法想象这个路由器只有Luci的空间:)

Oli*_*ens 22

进入/etc/opkg/distfeeds.conf并注释掉除了base和luci之外的所有东西,前两个.

不知道为什么,但opkg开始使用大量的RAM和所有这些启用,默认情况下它们.