do we have any updated for this one i am currently using netgear nighthawk x10 r9000 i know there is no longer support for this but is there a stable community build to just like update this since i can no longer use OPKG. thank you for the answers
also i do need to set up a GRE for my router since i cant find any routers that is listed in openwrt as supported in my country.
hello i tried installing luci-proto-gre at the web but there it says
The package luci-proto-gre is not available in any configured repository.
my country is at Philippines
This is even what happens when i do updates lists..
Executing package manager
Downloading https://downloads.openwrt.org/snapshots/targets/alpine/generic/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/alpine/generic/packages/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/base/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/alpinefancontrol/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/alpinefancontrol/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/egorenar_custom/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/egorenar_custom/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/luci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/luci/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/packages/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/routing/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/routing/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/telephony/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/telephony/Packages.gz
Errors
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/alpine/generic/packages/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/base/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/alpinefancontrol/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/egorenar_custom/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/luci/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/packages/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/routing/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a15_neon-vfpv4/telephony/Packages.gz, wget returned 8.
Assuming the OP didn't make a typo error, there is no R9000 support, at least official.
On this thread, we can see that the target is "target": "alpine/generic",
netgear x10 r9000 is not in the officials of openwrt the thing is that i need the package for the GRE when i no longer can install it via the opkg since the repos are gone. what do i do? is there any workaround? just the GRE i cant find any netgear router that is in the officials of netgear
You need kernel modules from your firmware’s source. OpenWrt can not help you with that.
It appears you are using firmware that is not from the official OpenWrt project.
When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.
Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).
If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.
GRE needs kernel modules, which need to be built as part of the base image, as there is a strict kernel dependency (explicitly and implicitly). If you need additional functionality, you will need to build your own image from source, including everything (=y) you might want to install.
Sadly the r9000 and the Annapurna Labs Alpine AL-514 SOC were never merged into OpenWrt, which doesn't make this easier.