The 5GHz chip - MT7613BE found in this router is handled in the driver as a special case in the MT7615 driver, internally referred to as 7663. There is code inmt7615_init_wiphythat sets up available channels: if (is_mt7663(&phy->dev->mt76)) { wiphy->iface_combinations = if_comb...
openwrt-ramips-mt7621-dir-860l-b1-squashfs-factory.bin openwrt-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin openwrt-ramips-mt7621-firewrt-squashfs-sysupgrade.bin openwrt-ramips-mt7621-mt7621-squashfs-sysupgrade.bin openwrt-ramips-mt7621-oolite-v8-16MB-15.05-squashfs-sysupgrade.bin openwrt-...
[ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is Zbtlink ZBT-WE3526 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology...
[ 0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019655 (MIPS 24KEc) [ 0.000000] MIPS: machine is TP-Link TL-WR841N v13 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary ...
You need the following tools to compile OpenWrt, the package names vary between distributions. A complete list with distribution specific packages is found in the Build System Setup documentation. binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev make4.1+ perl pytho...
[ 622.937603] CPU 0 Unable to handle kernel paging request at virtual address 00000000, epc == 803f93ac, ra == 875bcda0 [ 622.948966] Oops[#1]: [ 622.951336] CPU: 0 PID: 8 Comm: kworker/u2:1 Not tainted 4.14.160 #0 [ 622.957932] Workqueue: phy0 mt76u_init [mt76_usb] [ 622...
It's not possible to make a factory.bin for ath79 because the kernel is too large. You should experiment with the LOADER_FLASH_OFFS based lzma-loader! Check recipe Device/pisen_wmb001n (and other recipes with LOADER_FLASH_OFFS) for an example! I could give it a try to generate a fac...
Describe the bug after updating from 23.05.5 to 24.10.0-rc3 WAN not working even i setup static ip but still WAN now working OpenWrt version r28202-8667ca841b OpenWrt release 24.10.0-rc3 OpenWrt target/subtarget ramips/mt7621 Device Xiao...
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into o
bool "Compile the kernel with asynchronous IO support" default y if !SMALL_FLASH @@ -1100,6 +1123,7 @@ config KERNEL_NET_L3_MASTER_DEV config KERNEL_XDP_SOCKETS bool "XDP sockets support" + default y if KERNEL_DEBUG_INFO_BTF help XDP sockets allows a channel between XDP programs and ...