The package repository data for OPKG is usually stored in /tmp/opkg-lists (in-memory). So opkg doesn't have any information about any new, available packages until you or some different process runs a "opkg update" to fetch the latest repo data. Until that happens, all it knows about is the current set of installed packages.
3 Likes