[SOLVED] 6408 sysupgrade to openwrt 15.05: opkg update fails

I did a sysupgrade to openwrt CC 15.05 on 6408 (which had been running CC rc1). Everything looks ok, but when I do opkg update and opkg install, some packages say they cannot satisfy dependencies:



Collected errors:

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-serial:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-usb-serial.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-serial-pl2303:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-usb-serial-pl2303.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-serial-ch341:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-usb-serial-ch341.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-serial-cp210x:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-usb-serial-cp210x.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-storage:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *         kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-usb-storage.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-scsi-generic:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-scsi-generic.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nls-cp437:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-nls-cp437.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nls-iso8859-1:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-nls-iso8859-1.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-vfat:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-fs-vfat.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-ext4:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *         kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *         kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-fs-ext4.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-i2c-core:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-i2c-core.

* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-i2c-gpio:

*      kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *         kernel (= 3.18.11-1-c9110281555cccc9dd13e092c2acaeaf) *

* opkg_install_cmd: Cannot install package kmod-i2c-gpio.


What can I do or what firmware can I install to be able to add these usb-serial and i2c packages? (Note, all other packages I wanted to install are fine.)

 

 

Found the problem. sysupgrade didn’t update the file /etc/opkg.conf, and it was still pointing to the rc1 files.

Did new sysupgrade, changed /etc/opkg.conf, and all the opkg installs went fine.

 

If you changed /etc/opkg.conf and choose to reserve setting when upgrade, the contents will reserve, causing the issue.

But if you didn’t change /etc/opkg.conf, it should be ok.