openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
19.95k stars 10.37k forks source link

FS#3420 - opkg doesn't install direct dependencies #8301

Closed openwrt-bot closed 3 years ago

openwrt-bot commented 3 years ago

tcunha:

Upgraded my R6260 mt7621 based device with today's snapshot and all my radios were nowhere to be found. Noticed some dmesg errors related with some missing kernel modules that I had to install by hand.

While at it, found that opkg is no longer installing direct dependencies. This is all probably related to this[1] particular commit. Saw some people on the forums with a similar issue[2].

[1]. https://git.openwrt.org/?p=project/opkg-lede.git;a=commit;h=8769c75199b4668878176bde0e5faebf3bc61663 [2]. https://forum.openwrt.org/t/opkg-doesnt-install-dependencies-or-get-configured/78117

openwrt-bot commented 3 years ago

UAb5eSMn:

I can confirm that the current snapshot with opkg 2020-10-30-8769c751-1 doesn't install dependencies anymore. I manually installed opkg 2020-08-31-cf44c2fe-1 and that version works as expected.

openwrt-bot commented 3 years ago

tcunha:

This should be fixed by https://git.openwrt.org/?p=project/opkg-lede.git;a=commit;h=b4fa2a8f6c2a0149d602db5d1e2dba6145113aaa.

openwrt-bot commented 3 years ago

UAb5eSMn:

Yes, it's fixed in today's snapshot (r14849-4a2b1ff7fb). Modules are included and opkg does install dependencies.