is there any OpenWrt firmware compatible with D-Link DIR-825M?
no, but if you take it apart, and show us the hw, we'll tell if it's supportable.
1 Like
From quick investigation:
$ dd if=DWR_DIR_825M_fw20210308061309_V1_1_8_6061bd55762f4.bin iflag=skip_bytes skip=$((0x2818)) | lzma -d 2>/dev/null | strings | grep "RTL8"
RTL8
TRTL83XX_
TRTL83XX_vl
TRTL83XX_vl
_RTL83XX
TRTL83XX_vl
TRTL83XX
TRTL83XX_
RTL8197F
Probing RTL819X NIC-kenel stack size order[%d]...
RTL8186-default
[%s]NOT support! TXPWR_LMT is for RTL8192D & 92C/88C ONLY!
RTL8812F Test
RTL8812F MP
RTL8197G
RTL8197G Test
RTL8192C and RTL8192D don't support this cmd
RTL8185/RTL8186
RTL8812F
IS_RTL8812F_SERIES value8 = %x
Hardware type = RTL8812FE
Hardware type = RTL8812FS
This is RTL819X platform, not supported by OpenWrt and unsupportable.
Note: SLLW4
is a MaxLinear GSW150 switch
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.