找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1592|回复: 6

OpenWRT支持水星D26G

[复制链接]
和大家分享支持水星D26G的补丁。
https://github.com/gwlim/openwrt-mercury-d26g/commit/68e9698d8caa50c801a168427e743b02db90e37c
因为官方的bootloader有设RSA所以必须更换bootloader改用breed。
以下是加超频的bootlog
  1. [    0.000000] Linux version 5.4.39 (gwlim@openwrt.org) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r13176-03fd38d612)) #0 SMP Fri May 8 02:56:36 2020
  2. [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
  3. [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
  4. [    0.000000] MIPS: machine is Mercury D26G
  5. [    0.000000] VPE topology {2,2} total 4
  6. [    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  7. [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  8. [    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  9. [    0.000000] Zone ranges:
  10. [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
  11. [    0.000000]   HighMem  empty
  12. [    0.000000] Movable zone start for each node
  13. [    0.000000] Early memory node ranges
  14. [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
  15. [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  16. [    0.000000] On node 0 totalpages: 32768
  17. [    0.000000]   Normal zone: 256 pages used for memmap
  18. [    0.000000]   Normal zone: 0 pages reserved
  19. [    0.000000]   Normal zone: 32768 pages, LIFO batch:7
  20. [    0.000000] percpu: Embedded 12 pages/cpu s18800 r8192 d22160 u49152
  21. [    0.000000] pcpu-alloc: s18800 r8192 d22160 u49152 alloc=12*4096
  22. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  23. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
  24. [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
  25. [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  26. [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  27. [    0.000000] Writing ErrCtl register=000015ee
  28. [    0.000000] Readback ErrCtl register=000015ee
  29. [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  30. [    0.000000] Memory: 122008K/131072K available (5383K kernel code, 173K rwdata, 708K rodata, 1276K init, 126K bss, 9064K reserved, 0K cma-reserved, 0K highmem)
  31. [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  32. [    0.000000] rcu: Hierarchical RCU implementation.
  33. [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  34. [    0.000000] NR_IRQS: 256
  35. [    0.000000] random: get_random_bytes called from 0x80621a0c with crng_init=0
  36. [    0.000000] CPU Clock: 1000MHz
  37. [    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
  38. [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 3822520893 ns
  39. [    0.000008] sched_clock: 32 bits at 500MHz, resolution 2ns, wraps every 4294967295ns
  40. [    0.000072] Calibrating delay loop... 663.55 BogoMIPS (lpj=1327104)
  41. [    0.032037] pid_max: default: 32768 minimum: 301
  42. [    0.032190] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  43. [    0.032206] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  44. [    0.034246] rcu: Hierarchical SRCU implementation.
  45. [    0.034795] smp: Bringing up secondary CPUs ...
  46. [    0.183199] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  47. [    0.183208] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  48. [    0.183220] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  49. [    0.183317] CPU1 revision is: 0001992f (MIPS 1004Kc)
  50. [    0.064315] Synchronize counters for CPU 1: done.
  51. [    2.422863] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  52. [    2.422871] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  53. [    2.422878] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  54. [    2.422928] CPU2 revision is: 0001992f (MIPS 1004Kc)
  55. [    0.103166] Synchronize counters for CPU 2: done.
  56. [    4.427494] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  57. [    4.427502] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  58. [    4.427509] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  59. [    4.427568] CPU3 revision is: 0001992f (MIPS 1004Kc)
  60. [    0.135229] Synchronize counters for CPU 3: done.
  61. [    0.135358] smp: Brought up 1 node, 4 CPUs
  62. [    0.138724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  63. [    0.138765] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
  64. [    0.138978] pinctrl core: initialized pinctrl subsystem
  65. [    0.139944] NET: Registered protocol family 16
  66. [    0.144021] FPU Affinity set after 5328 emulations
  67. [    0.165002] clocksource: Switched to clocksource GIC
  68. [    0.166427] NET: Registered protocol family 2
  69. [    0.167078] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  70. [    0.167107] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  71. [    0.167132] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  72. [    0.167162] TCP: Hash tables configured (established 1024 bind 1024)
  73. [    0.167296] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  74. [    0.167341] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  75. [    0.167626] NET: Registered protocol family 1
  76. [    0.167701] PCI: CLS 0 bytes, default 32
  77. [    0.264840] 4 CPUs re-calibrate udelay(lpj = 1327104)
  78. [    0.266298] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  79. [    0.274227] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  80. [    0.274258] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  81. [    0.276239] mt7621_gpio 1e000600.gpio: registering 32 gpios
  82. [    0.276469] mt7621_gpio 1e000600.gpio: registering 32 gpios
  83. [    0.276685] mt7621_gpio 1e000600.gpio: registering 32 gpios
  84. [    0.277561] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
  85. [    0.278699] printk: console [ttyS0] disabled
  86. [    0.278793] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
  87. [    1.245304] printk: console [ttyS0] enabled
  88. [    1.254505] random: fast init done
  89. [    1.262776] spi-mt7621 1e000b00.spi: sys_freq: 250000000
  90. [    1.282995] spi-nor spi0.0: w25q128 (16384 Kbytes)
  91. [    1.292608] 6 fixed-partitions partitions found on MTD device spi0.0
  92. [    1.305260] Creating 6 MTD partitions on "spi0.0":
  93. [    1.314806] 0x000000000000-0x00000001d800 : "factory_boot"
  94. [    1.326668] 0x00000001d800-0x00000001e000 : "factory_info"
  95. [    1.338521] 0x00000001e000-0x000000020000 : "art"
  96. [    1.348886] 0x000000020000-0x000000030000 : "config"
  97. [    1.359669] 0x000000030000-0x000000050000 : "normal_boot"
  98. [    1.371363] 0x000000050000-0x000001000000 : "firmware"
  99. [    1.383610] 2 uimage-fw partitions found on MTD device firmware
  100. [    1.395435] Creating 2 MTD partitions on "firmware":
  101. [    1.405329] 0x000000000000-0x000000209e7b : "kernel"
  102. [    1.416205] 0x000000209e7b-0x000000fb0000 : "rootfs"
  103. [    1.426964] mtd: device 7 (rootfs) set to be root filesystem
  104. [    1.438727] 1 squashfs-split partitions found on MTD device rootfs
  105. [    1.451038] 0x000000700000-0x000000fb0000 : "rootfs_data"
  106. [    1.463593] libphy: Fixed MDIO Bus: probed
  107. [    1.499178] libphy: mdio: probed
  108. [    1.505814] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
  109. [    1.519099] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21
  110. [    1.537575] mt7621-pci 1e140000.pcie: Parsing DT failed
  111. [    1.550034] NET: Registered protocol family 10
  112. [    1.560319] Segment Routing with IPv6
  113. [    1.567742] NET: Registered protocol family 17
  114. [    1.576888] 8021q: 802.1Q VLAN Support v1.8
  115. [    1.586857] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
  116. [    2.585118] libphy: dsa slave smi: probed
  117. [    2.604888] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY]
  118. [    2.656909] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
  119. [    2.684892] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY]
  120. [    2.712905] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY]
  121. [    2.776843] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode
  122. [    3.400836] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control off
  123. [    3.484867] DSA: tree 0 setup
  124. [    3.491070] rt2880-pinmux pinctrl: pcie is already enabled
  125. [    3.502010] mt7621-pci 1e140000.pcie: Error applying setting, reverse things back
  126. [    3.517041] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
  127. [    3.531946] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
  128. [    3.646679] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
  129. [    3.657790] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
  130. [    3.768796] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
  131. [    3.782679] mt7621-pci 1e140000.pcie: PCIE0 enabled
  132. [    3.792387] mt7621-pci 1e140000.pcie: PCIE1 enabled
  133. [    3.802105] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
  134. [    3.820798] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
  135. [    3.833492] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
  136. [    3.847184] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
  137. [    3.860886] pci_bus 0000:00: root bus resource [bus 00-ff]
  138. [    3.871845] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
  139. [    3.883838] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
  140. [    3.896321] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
  141. [    3.908883] pci 0000:00:00.0: supports D1
  142. [    3.916866] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  143. [    3.928621] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
  144. [    3.940621] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
  145. [    3.953108] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff]
  146. [    3.965647] pci 0000:00:01.0: supports D1
  147. [    3.973630] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
  148. [    3.986095] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  149. [    4.002054] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  150. [    4.018178] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
  151. [    4.030192] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
  152. [    4.043867] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
  153. [    4.072434] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  154. [    4.082856] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
  155. [    4.094997] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
  156. [    4.108514] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff pref]
  157. [    4.122903] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  158. [    4.136262] pci 0000:02:00.0: [14c3:7611] type 00 class 0x000280
  159. [    4.148276] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
  160. [    4.161951] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
  161. [    4.190531] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
  162. [    4.200952] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff]
  163. [    4.213088] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff]
  164. [    4.226611] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff pref]
  165. [    4.240998] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
  166. [    4.254210] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
  167. [    4.267380] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
  168. [    4.281247] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
  169. [    4.294418] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
  170. [    4.308293] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
  171. [    4.321817] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
  172. [    4.336200] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
  173. [    4.349724] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
  174. [    4.364112] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
  175. [    4.377640] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
  176. [    4.391162] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff]
  177. [    4.404682] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff]
  178. [    4.418211] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
  179. [    4.432775] pci 0000:00:00.0: PCI bridge to [bus 01]
  180. [    4.442664] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff]
  181. [    4.456183] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
  182. [    4.469707] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref]
  183. [    4.484099] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit]
  184. [    4.498675] pci 0000:00:01.0: PCI bridge to [bus 02]
  185. [    4.508562] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff]
  186. [    4.522086] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff]
  187. [    4.535605] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref]
  188. [    4.550652] hctosys: unable to open rtc device (rtc0)
  189. [    4.613433] VFS: Mounted root (squashfs filesystem) readonly on device 31:7.
  190. [    4.631815] Freeing unused kernel memory: 1276K
  191. [    4.640887] This architecture does not have kernel memory protection.
  192. [    4.653711] Run /sbin/init as init process
  193. [    8.491961] init: Console is alive
  194. [    8.498974] init: - watchdog -
  195. [   17.027963] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  196. [   18.430894] usbcore: registered new interface driver usbfs
  197. [   18.441951] usbcore: registered new interface driver hub
  198. [   18.452700] usbcore: registered new device driver usb
  199. [   18.471817] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator
  200. [   18.489147] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator
  201. [   18.506842] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
  202. [   18.517463] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
  203. [   18.540976] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000210010
  204. [   18.559239] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000
  205. [   18.571867] hub 1-0:1.0: USB hub found
  206. [   18.579430] hub 1-0:1.0: 2 ports detected
  207. [   18.588034] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
  208. [   18.598657] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
  209. [   18.613572] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
  210. [   18.626400] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  211. [   18.643325] hub 2-0:1.0: USB hub found
  212. [   18.650882] hub 2-0:1.0: 1 port detected
  213. [   18.663798] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  214. [   18.681164] init: - preinit -
  215. [   22.634206] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
  216. [   22.650285] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  217. [   22.667173] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  218. [   23.321799] random: jshn: uninitialized urandom read (4 bytes read)
  219. [   23.413163] random: jshn: uninitialized urandom read (4 bytes read)
  220. [   23.451383] random: jshn: uninitialized urandom read (4 bytes read)
  221. [   24.520848] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
  222. [   24.560957] 8021q: adding VLAN 0 to HW filter on device lan1
  223. [   24.902263] urandom_read: 4 callbacks suppressed
  224. [   24.902274] random: procd: uninitialized urandom read (4 bytes read)
  225. [   27.848866] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  226. [   27.863817] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
  227. [   30.048409] jffs2: notice: (561) jffs2_build_xattr_subsystem: complete building xattr subsystem, 9 of xdatum (6 unchecked, 3 orphan) and 10 of xref (3 dead, 0 orphan) found.
  228. [   30.086395] mount_root: switching to jffs2 overlay
  229. [   30.165386] overlayfs: upper fs does not support tmpfile.
  230. [   30.211686] urandom-seed: Seeding with /etc/urandom.seed
  231. [   30.394664] mt7530 mdio-bus:1f lan1: Link is Down
  232. [   30.625107] procd: - early -
  233. [   30.630949] procd: - watchdog -
  234. [   31.213021] procd: - watchdog -
  235. [   31.219579] procd: - ubus -
  236. [   31.295511] random: ubusd: uninitialized urandom read (4 bytes read)
  237. [   31.313206] random: ubusd: uninitialized urandom read (4 bytes read)
  238. [   31.326996] procd: - init -
  239. [   31.817338] random: crng init done
  240. [   31.847290] kmodloader: loading kernel modules from /etc/modules.d/*
  241. [   31.918848] urngd: v1.0.2 started.
  242. [   31.957952] NET: Registered protocol family 38
  243. [   31.977083] tun: Universal TUN/TAP device driver, 1.6
  244. [   31.992360] l2tp_core: L2TP core driver, V2.0
  245. [   32.002131] l2tp_netlink: L2TP netlink interface
  246. [   32.013672] gre: GRE over IPv4 demultiplexor driver
  247. [   32.024791] ip_gre: GRE over IPv4 tunneling driver
  248. [   32.084582] cryptodev: driver 1.10 loaded.
  249. [   32.098593] Mirror/redirect action on
  250. [   32.117641] u32 classifier
  251. [   32.123082]     input device check on
  252. [   32.130464]     Actions configured
  253. [   32.147514] Loading modules backported from Linux version v5.4.27-0-g585e0cc08069
  254. [   32.162457] Backport generated by backports.git v5.4.27-1-0-gf6e8852f
  255. [   32.195484] wireguard: WireGuard 1.0.20200506 loaded. See www.wireguard.com for information.
  256. [   32.212396] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  257. [   32.253365] xt_time: kernel timezone is -0000
  258. [   32.329612] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23
  259. [   32.340545] pci 0000:00:00.0: enabling device (0004 -> 0007)
  260. [   32.351892] mt7615e 0000:01:00.0: enabling device (0000 -> 0002)
  261. [   32.372179] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  262. [   32.374872] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24
  263. [   32.385454] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
  264. [   32.385454]
  265. [   32.385712] pci 0000:00:01.0: enabling device (0004 -> 0007)
  266. [   32.416081] mt7615e 0000:02:00.0: enabling device (0000 -> 0002)
  267. [   32.442721] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
  268. [   32.473754] PPP generic driver version 2.4.2
  269. [   32.483413] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
  270. [   32.483413]
  271. [   32.506045] PPP MPPE Compression module registered
  272. [   32.517851] NET: Registered protocol family 24
  273. [   32.528460] p p t p driver version 0.8.5
  274. [   32.554970] l2tp_ppp: PPPoL2TP kernel driver, V2.0
  275. [   32.571879] kmodloader: done loading kernel modules from /etc/modules.d/*
  276. [   37.469027] mt7615e 0000:01:00.0: N9 Firmware Version: 2.0, Build Time: 20200131181812
  277. [   37.469034] mt7615e 0000:02:00.0: N9 Firmware Version: 2.0, Build Time: 20200131181812
  278. [   37.536449] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307
  279. [   37.536480] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307
  280. [   43.966220] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
  281. [   43.986985] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
  282. [   44.003042] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  283. [   44.080965] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
  284. [   44.125195] 8021q: adding VLAN 0 to HW filter on device lan1
  285. [   44.445599] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  286. [   44.459362] br-lan: port 1(lan1) entered blocking state
  287. [   44.470111] br-lan: port 1(lan1) entered disabled state
  288. [   44.505453] device lan1 entered promiscuous mode
  289. [   44.514719] device eth0 entered promiscuous mode
  290. [   44.992943] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode
  291. [   45.033140] 8021q: adding VLAN 0 to HW filter on device lan2
  292. [   45.389620] br-lan: port 2(lan2) entered blocking state
  293. [   45.400077] br-lan: port 2(lan2) entered disabled state
  294. [   45.456868] device lan2 entered promiscuous mode
  295. [   45.900949] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode
  296. [   45.941127] 8021q: adding VLAN 0 to HW filter on device lan3
  297. [   46.277370] br-lan: port 3(lan3) entered blocking state
  298. [   46.287848] br-lan: port 3(lan3) entered disabled state
  299. [   46.368874] device lan3 entered promiscuous mode
  300. [   46.812858] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode
  301. [   46.853073] 8021q: adding VLAN 0 to HW filter on device wan
  302. [   47.464940] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  303. [   47.483927] br-lan: port 1(lan1) entered blocking state
  304. [   47.494399] br-lan: port 1(lan1) entered forwarding state
  305. [   47.556970] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  306. [   50.684576] br-lan: port 4(wlan1) entered blocking state
  307. [   50.695199] br-lan: port 4(wlan1) entered disabled state
  308. [   50.706250] device wlan1 entered promiscuous mode
  309. [   50.715902] br-lan: port 4(wlan1) entered blocking state
  310. [   50.726513] br-lan: port 4(wlan1) entered forwarding state
  311. [   50.737959] br-lan: port 4(wlan1) entered disabled state
  312. [   54.145978] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
  313. [   54.158997] br-lan: port 4(wlan1) entered blocking state
  314. [   54.169643] br-lan: port 4(wlan1) entered forwarding state
  315. [   55.513322] br-lan: port 5(wlan0) entered blocking state
  316. [   55.523926] br-lan: port 5(wlan0) entered disabled state
  317. [   55.535024] device wlan0 entered promiscuous mode
  318. [   56.110402] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  319. [   56.123492] br-lan: port 5(wlan0) entered blocking state
  320. [   56.134141] br-lan: port 5(wlan0) entered forwarding state
  321. [  154.928982] br-lan: port 1(lan1) entered disabled state
  322. [  154.956865] mt7530 mdio-bus:1f lan1: Link is Down
  323. [  156.744866] mt7530 mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx
  324. [  156.759650] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
复制代码


我的恩山、我的无线 The best wifi forum is right here.
给楼主点个赞~~~~~~码字不易,珍惜!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报


非常感谢楼主分享~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

这个怎么用?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

正在折腾这个路由器,楼主可否分享下编译好的固件?谢谢了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

楼主,已经找不到你的配置文件了

点评

https://github.com/gwlim/mercury-d26g  详情 回复 发表于 2021-12-25 10:35
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

dingnan21 发表于 2021-10-5 18:54
楼主,已经找不到你的配置文件了

https://github.com/gwlim/mercury-d26g
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-29 01:27

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表