Update QCA Source

This commit is contained in:
VIKINGYFY 2025-08-28 21:14:40 +08:00
parent bad0e2bd85
commit 17bb7b4700
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ yuncore,ax830)
ubootenv_add_mtd "0:APPSBLENV" "0x0" "0x10000" "0x10000"
;;
jdcloud,re-cs-03)
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x20000"
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x20000"
;;
esac

View File

@ -42,7 +42,7 @@ jdcloud,re-cs-07|\
link,nn6000-v1|\
link,nn6000-v2|\
redmi,ax5-jdcloud)
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x20000"
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x20000"
;;
esac

View File

@ -52,7 +52,7 @@ xiaomi,ax9000-stock)
ubootenv_add_sys_mtd "bdata" "0x0" "0x10000" "0x20000"
;;
prpl,haze)
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x400" "0x100"
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x400" "0x100"
;;
asus,rt-ax89x|\
qnap,301w)
@ -60,7 +60,7 @@ qnap,301w)
;;
spectrum,sax1v1k|\
verizon,cr1000a)
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x40000"
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x40000"
;;
esac

View File

@ -42,7 +42,7 @@ define KernelPackage/cryptodev/description
endef
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-crypto),)
EXTRA_CFLAGS+=-DQCANSS
EXTRA_CFLAGS+=-DQCANSS
endif
define Build/Configure