Hi!
Is it possible to install a specific version of a package using opkg
? According to this link I can use this syntax: opkg install a=1.0
. But I can't get it working:
~# opkg find kmod-usb-serial-cp210x
kmod-usb-serial-cp210x - 4.14.105-1 - Kernel support for Silicon Labs cp210x USB-to-Serial converters
kmod-usb-serial-cp210x - 4.14.98-1 - Kernel support for Silicon Labs cp210x USB-to-Serial converters
~# opkg install kmod-usb-serial-cp210x=4.14.98-1
Unknown package 'kmod-usb-serial-cp210x=4.14.98-1'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usb-serial-cp210x=4.14.98-1.
~# opkg info opkg
Package: opkg
Version: 2019-01-31-d4ba162b-1
Depends: libc, uclient-fetch, libpthread, libubox20170601
Status: install user installed
Section: base
Essential: yes
Architecture: arm_cortex-a9
Size: 66954
Filename: opkg_2019-01-31-d4ba162b-1_arm_cortex-a9.ipk
Conffiles:
/etc/opkg.conf f38c19f696ea87c0b30eb5bfeb8657237f4625e1a749c58b99f01595edfb6446
/etc/opkg/customfeeds.conf 61d1f3aa62fe977614ed0c2f0ad3b2ee2f7b451bfb34812071d86d31a4d43d4a
Description: Lightweight package management system
opkg is the opkg Package Management System, for handling
installation and removal of packages on a system. It can
recursively follow dependencies and download all packages
necessary to install a particular package.
opkg knows how to install both .ipk and .deb packages.
Installed-Time: 1550050656
Any help would be appreciated.