mt7981: add support for sn-r1

This commit is contained in:
Yuzhii0718
2026-02-20 11:20:31 +08:00
committed by zerowrt-bot
parent 4aaf8178d5
commit 4399b317fd
9 changed files with 263 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ case "$board" in
cmcc,rax3000m-emmc |\
cmcc,xr30-emmc |\
glinet,gl-mt6000 |\
jdcloud,re-cp-03)
jdcloud,re-cp-03 |\
philips,hy3000 |\
sn,r1)
env_dev=$(find_mmc_part "u-boot-env")
[ -n "$env_dev" ] && ubootenv_add_uci_config "$env_dev" "0" "0x80000"
;;

View File

@@ -765,6 +765,8 @@ setup_model()
newland,nl-wr9103 |\
nradio,wt9103 |\
ruijie,rg-x30e* |\
philips,hy3000 |\
sn,r1 |\
*7981*)
MT7981_whnat $num_of_wifi $usbnet
;;