Update QCA Source

This commit is contained in:
VIKINGYFY 2025-04-14 23:27:17 +08:00
parent f65d233762
commit 736b40c78b
8 changed files with 12 additions and 10 deletions

View File

@ -4,7 +4,7 @@ comment "Build Options"
config OPENSSL_OPTIMIZE_SPEED config OPENSSL_OPTIMIZE_SPEED
bool bool
default y if x86_64 || i386 default y
prompt "Enable optimization for speed instead of size" prompt "Enable optimization for speed instead of size"
select OPENSSL_WITH_ASM select OPENSSL_WITH_ASM
help help
@ -38,9 +38,9 @@ config OPENSSL_WITH_ASM
config OPENSSL_WITH_SSE2 config OPENSSL_WITH_SSE2
bool bool
default y if !TARGET_x86_legacy && !TARGET_x86_geode default y if x86_64 || i386 && !TARGET_x86_legacy
prompt "Enable use of x86 SSE2 instructions" prompt "Enable use of x86 SSE2 instructions"
depends on OPENSSL_WITH_ASM && i386 depends on OPENSSL_WITH_ASM && x86_64 || i386
help help
Use of SSE2 instructions greatly increase performance with a Use of SSE2 instructions greatly increase performance with a
minimum increase in package size, but it will bring no benefit minimum increase in package size, but it will bring no benefit
@ -133,7 +133,7 @@ config OPENSSL_WITH_CHACHA_POLY1305
config OPENSSL_PREFER_CHACHA_OVER_GCM config OPENSSL_PREFER_CHACHA_OVER_GCM
bool bool
default y if !x86_64 && !aarch64 default y if !x86_64
prompt "Prefer ChaCha20-Poly1305 over AES-GCM by default" prompt "Prefer ChaCha20-Poly1305 over AES-GCM by default"
depends on OPENSSL_WITH_CHACHA_POLY1305 depends on OPENSSL_WITH_CHACHA_POLY1305
help help

View File

@ -9,3 +9,5 @@ uci -q batch << EOF
set smp_affinity.general.enable_log='1' set smp_affinity.general.enable_log='1'
commit smp_affinity commit smp_affinity
EOF EOF
exit 0

View File

@ -2,7 +2,7 @@
/dts-v1/; /dts-v1/;
#include "ipq6000-tplink.dtsi" #include "ipq6010-tplink.dtsi"
/ { / {
model = "TP-Link EAP610-Outdoor"; model = "TP-Link EAP610-Outdoor";

View File

@ -2,7 +2,7 @@
/dts-v1/; /dts-v1/;
#include "ipq6000-tplink.dtsi" #include "ipq6010-tplink.dtsi"
/ { / {
model = "TP-Link EAP623-Outdoor HD V1.0"; model = "TP-Link EAP623-Outdoor HD V1.0";
@ -11,9 +11,9 @@
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led_sys_wlan: sys-wlan { led_sys_yellow: sys-yellow {
color = <LED_COLOR_ID_YELLOW>; color = <LED_COLOR_ID_YELLOW>;
function = LED_FUNCTION_WLAN; function = LED_FUNCTION_STATUS;
gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>; gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
}; };
}; };

View File

@ -156,7 +156,7 @@ define Device/tplink_eap610od
DEVICE_MODEL := EAP610-Outdoor DEVICE_MODEL := EAP610-Outdoor
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048
SOC := ipq6000 SOC := ipq6010
DEVICE_PACKAGES := ipq-wifi-tplink_eap610od kmod-phy-realtek DEVICE_PACKAGES := ipq-wifi-tplink_eap610od kmod-phy-realtek
IMAGES += web-ui-factory.bin IMAGES += web-ui-factory.bin
IMAGE/web-ui-factory.bin := append-ubi | tplink-image-2022 IMAGE/web-ui-factory.bin := append-ubi | tplink-image-2022
@ -175,7 +175,7 @@ define Device/tplink_eap623od-hd-v1
DEVICE_VARIANT := v1 DEVICE_VARIANT := v1
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048
SOC := ipq6000 SOC := ipq6010
DEVICE_PACKAGES := ipq-wifi-tplink_eap623od-hd-v1 kmod-phy-realtek DEVICE_PACKAGES := ipq-wifi-tplink_eap623od-hd-v1 kmod-phy-realtek
IMAGES += web-ui-factory.bin IMAGES += web-ui-factory.bin
IMAGE/web-ui-factory.bin := append-ubi | tplink-image-2022 IMAGE/web-ui-factory.bin := append-ubi | tplink-image-2022