mirror of
https://github.com/VIKINGYFY/immortalwrt.git
synced 2025-12-17 17:44:32 +00:00
Update QCA Source
This commit is contained in:
parent
bad0e2bd85
commit
17bb7b4700
@ -29,7 +29,7 @@ yuncore,ax830)
|
|||||||
ubootenv_add_mtd "0:APPSBLENV" "0x0" "0x10000" "0x10000"
|
ubootenv_add_mtd "0:APPSBLENV" "0x0" "0x10000" "0x10000"
|
||||||
;;
|
;;
|
||||||
jdcloud,re-cs-03)
|
jdcloud,re-cs-03)
|
||||||
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x20000"
|
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x20000"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@ jdcloud,re-cs-07|\
|
|||||||
link,nn6000-v1|\
|
link,nn6000-v1|\
|
||||||
link,nn6000-v2|\
|
link,nn6000-v2|\
|
||||||
redmi,ax5-jdcloud)
|
redmi,ax5-jdcloud)
|
||||||
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x20000"
|
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x20000"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ xiaomi,ax9000-stock)
|
|||||||
ubootenv_add_sys_mtd "bdata" "0x0" "0x10000" "0x20000"
|
ubootenv_add_sys_mtd "bdata" "0x0" "0x10000" "0x20000"
|
||||||
;;
|
;;
|
||||||
prpl,haze)
|
prpl,haze)
|
||||||
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x400" "0x100"
|
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x400" "0x100"
|
||||||
;;
|
;;
|
||||||
asus,rt-ax89x|\
|
asus,rt-ax89x|\
|
||||||
qnap,301w)
|
qnap,301w)
|
||||||
@ -60,7 +60,7 @@ qnap,301w)
|
|||||||
;;
|
;;
|
||||||
spectrum,sax1v1k|\
|
spectrum,sax1v1k|\
|
||||||
verizon,cr1000a)
|
verizon,cr1000a)
|
||||||
ubootenv_add_mmc "0:APPSBLENV" "0x0" "0x40000" "0x40000"
|
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x40000"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@ define KernelPackage/cryptodev/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-crypto),)
|
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-crypto),)
|
||||||
EXTRA_CFLAGS+=-DQCANSS
|
EXTRA_CFLAGS+=-DQCANSS
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user