New Router from china with mt7981 and mt7976 6 antennas

Start by asking the vendor for their SDK. Without it, things will be very hard.

The documentation for the official OpenWrt build system is here:
https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem

However, if you want to add the device to the officially supported list, you can get started here:
https://openwrt.org/docs/guide-developer/add.new.device

I would do as you said Guru, 1stly i will ask their sdk and then try to build it with community/forum , then after everything will be done i will add it to this site as working supported device, by the way, can you look at this please

root@OpenWrt:/tmp# opkg install luci-app-v2ray_2.0.0-1_all.ipk
Unknown package 'luci-app-v2ray'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency iptables-mod-tproxy for luci-app-v2ray
 * pkg_hash_check_unresolved: cannot find dependency dnsmasq-full for luci-app-v2ray
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-app-v2ray found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-app-v2ray.
root@OpenWrt:/tmp#

This is what i get when i call opkg update

root@OpenWrt:/tmp# opkg update
Downloading https://downloads.sourceforge.net/project/v2raya/openwrt/aarch64_cortex-a53/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.sourceforge.net/project/v2raya/openwrt/aarch64_cortex-a53/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/mediatek/mt7981/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/mediatek/mt7981/packages/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/luci/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/luci/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/mtk_openwrt_feed/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/mtk_openwrt_feed/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/packages/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/routing/Packages.gz

Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/routing/Packages.gz

Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/telephony/Packages.gz

Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/telephony/Packages.gz

Collected errors:
 * opkg_download: Failed to download https://downloads.sourceforge.net/project/v2raya/openwrt/aarch64_cortex-a53/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/mediatek/mt7981/packages/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/luci/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/mtk_openwrt_feed/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/packages/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/routing/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/telephony/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

root@OpenWrt:/tmp# ^C
root@OpenWrt:/tmp#

Your problem cannot be solved here, but the explanation for this:

is here:

When you get the message “Cannot satisfy the following dependencies for…” it is most likely because you installed a snapshot version of OpenWrt.
Read here for possible solutions.

And this issue is self explanatory (network settings aren't correct):

Like I said above. Even if you run official OpenWrt, packages for snapshot are only viable for 24h. After that you need to install “todays snapshot” to download todays packages.

All right all right, firstly i will have some discussion with vendor , then come back

You can work on official OpenWRT support.

I would love to

Tenbay WR3000K
Stock FW based on ImmortalWrt with proprietary WiFi drivers:

Custom FW based on X-WRT 24.04 : https://downloads.x-wrt.com/rom/ (search "Tenbay WR3000K")

3 Likes

Thanks for your reply and help, so how i can make it x-wrt , yes i downloaded all files for tenbay wr3000k, what's next, please reach me and help :pray:

1 Like

You need to ask the people who make x-wrt. That is an entirely different project and not supported here.

1 Like