LEDE LuCI 17.01.4 on BS-U35WF, can't opkg update

I've recently installed LEDE LuCI 17.01.4 from https://github.com/vanaware/openwrt/releases/tag/v17.01.4-u35wf-v1

I haven't been able to opkg update, even with "--force-depends". Below are the errors I've been getting:

root@LEDE:~# opkg update --force-depends
Downloading https://downloads.lede-project.org/releases/17.01.4/targets/ramips/mt7620/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/reboot_core
Downloading https://downloads.lede-project.org/releases/17.01.4/targets/ramips/mt7620/packages/Packages.sig
Signature check passed.
Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/base/Packages.gz
*** Failed to download the package list from https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/base/Packages.gz

Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/reboot_luci
Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/luci/Packages.sig
Signature check passed.
Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/reboot_packages
Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/routing/Packages.gz
*** Failed to download the package list from https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/routing/Packages.gz

Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/telephony/Packages.gz
*** Failed to download the package list from https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/telephony/Packages.gz

Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/accesscontrol/Packages.gz
*** Failed to download the package list from https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/accesscontrol/Packages.gz

Collected errors:
 * opkg_download: Failed to download https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/base/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/routing/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/telephony/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_24kc/accesscontrol/Packages.gz, wget returned 8.

I've found some posts about disabling IPv6 in /etc/config/network, which I did but there was no change.
The "wget returned 4" indicates issues with the network but my router has internet connectivity and DNS is set up.

Does anyone have ideas what else I can try? The end goal is to be able to have certain services like samba and transmission, which I haven't been successful with installing as well:

root@LEDE:~# opkg install luci-app-samba
Installing luci-app-samba (git-19.002.70607-e86fedb-1) to root...
Downloading https://downloads.lede-project.org/releases/17.01.4/packages/mipsel_        24kc/luci/luci-app-samba_git-19.002.70607-e86fedb-1_all.ipk
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-        app-samba:
 *      samba36-server *
 * opkg_install_cmd: Cannot install package luci-app-samba.

Does the same happen when you install a snapshot image?

https://openwrt.org/toh/views/toh_fwdownload?dataflt[Model*~]=u35

It seems it something wonky is happening with the DHCP, I did have it enabled on eth0 and for some reason even though it was a client, it acted like a DHCP server as well. When I applied statics I could download the packages and after the opkg update my interface completely changed. Now it seems I can install packages normally.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.