Hi,
Sorry for another Novice Question. I wanted to install a couple of packages - rsync (so I can backup the overlayfs) and nano (because I suck at vi ). AFAICT they are both available per the package index (https://openwrt.org/packages/index/network---file-transfer and https://openwrt.org/packages/index/utilities---editors), and I've done
opkg update
which seems to work, and there are some packages available, just not either of these...
root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/targets/mediatek/filogic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/targets/mediatek/filogic/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/aarch64_cortex-a53/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/aarch64_cortex-a53/base/Packages.sig
Signature check passed.
root@OpenWrt:~# opkg list | wc -l
873
root@OpenWrt:~# opkg list | grep -i rsync
I've had a look round https://openwrt.org/packages/start and the packages FAQ, but I'm afraid I'm obviously still missing something obvious...