ВА
Вырезать лишние пакеты и тогда еще покатит
Size: a a a
ВА
m
ВА
k
#!/bin/sh
opkg update > /dev/null 2>&1
UPGRADE=$(opkg list-upgradable | awk '{print $1}')
if [ -n "$UPGRADE) ]; then
for u in " $UPGRADE; do
opkg upgrade $u
done
fi
k
ВА
m
m
k
ВА
#!/bin/sh
opkg update > /dev/null 2>&1
UPGRADE=$(opkg list-upgradable | awk '{print $1}')
if [ -n "$UPGRADE) ]; then
for u in " $UPGRADE; do
opkg upgrade $u
done
fi
#!/bin/shИ получаем:
opkg update > /dev/null 2>&1
UPGRADE=$(opkg list-upgradable)
echo $UPGRADE
# ./dist-upgrade
Collected errors:
* pkg_hash_add_from_file: Failed to open /var/opkg-lists/openwrt_routing: Out of memory.
k
k
#!/bin/shИ получаем:
opkg update > /dev/null 2>&1
UPGRADE=$(opkg list-upgradable)
echo $UPGRADE
# ./dist-upgrade
Collected errors:
* pkg_hash_add_from_file: Failed to open /var/opkg-lists/openwrt_routing: Out of memory.
ВА
ВА
k
k
k
ВА
total used free shared buff/cache available
Mem: 27152 14952 3956 1100 8244 9244
Swap: 0 0 0
x