Following the guide in the wiki, when building for the Komikan development board using the config_kinkan_minimal in the openwrt-18.06-rtkmipsel-3.18 branch, it sets opkg's feeds to come from http://pkg.8devices.com/komikan/v1.4/packages/ which does not exist.
For example if I run opkg update:
root@Komikan:/# opkg update
Downloading http://pkg.8devices.com/komikan/v1.4/targets/rtkmipsel/rtl8197f/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt-8devices-rtk_core
Downloading http://pkg.8devices.com/komikan/v1.4/targets/rtkmipsel/rtl8197f/packages/Packages.sig
Signature check passed.
Downloading http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/base/Packages.gz
*** Failed to download the package list from http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/base/Packages.gz
Downloading http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/8devices_custom/Packages.gz
*** Failed to download the package list from http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/8devices_custom/Packages.gz
Downloading http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/luci/Packages.gz
*** Failed to download the package list from http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/luci/Packages.gz
Downloading http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/packages/Packages.gz
*** Failed to download the package list from http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/packages/Packages.gz
Downloading http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/routing/Packages.gz
*** Failed to download the package list from http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/routing/Packages.gz
Downloading http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/telephony/Packages.gz
*** Failed to download the package list from http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/telephony/Packages.gz
Collected errors:
* opkg_download: Failed to download http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/base/Packages.gz, wget returned 8.
* opkg_download: Failed to download http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/8devices_custom/Packages.gz, wget returned 8.
* opkg_download: Failed to download http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/luci/Packages.gz, wget returned 8.
* opkg_download: Failed to download http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/packages/Packages.gz, wget returned 8.
* opkg_download: Failed to download http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/routing/Packages.gz, wget returned 8.
* opkg_download: Failed to download http://pkg.8devices.com/komikan/v1.4/packages/mipsel_24kc/telephony/Packages.gz, wget returned 8.
Following the guide in the wiki, when building for the Komikan development board using the
config_kinkan_minimal
in theopenwrt-18.06-rtkmipsel-3.18
branch, it setsopkg
's feeds to come from http://pkg.8devices.com/komikan/v1.4/packages/ which does not exist.For example if I run
opkg update
: