The OpenWrt community is proud to announce the newest service release in the 19.07 stable series: OpenWrt 19.07.5. It focuses on fixing several regression as well as security issues.
Tried to upgrade from 19.07.4 for Linksys WRT1900ACS. I got the following errors:
root@VPN_Router:~# opkg update
Downloading http://downloads.openwrt.org/releases/19.07.5/targets/mvebu/cortexa9/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/targets/mvebu/cortexa9/packages/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/targets/mvebu/cortexa9/kmods/4.14.209-1-a92a3f5c5bed2671533484c7ace9d5b5/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/targets/mvebu/cortexa9/kmods/4.14.209-1-a92a3f5c5bed2671533484c7ace9d5b5/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/base/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/base/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/freifunk/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/freifunk/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/luci/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/luci/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/packages/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/routing/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/routing/Packages.gz
Downloading http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/telephony/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.5/packages/arm_cortex-a9_vfpv3-d16/telephony/Packages.gz
Your router does not seem to be able to connect to internet.
Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
iptables-save -c; ip6tables-save -c; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
ls -l /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*