optimized cmcc_a10

This commit is contained in:
Yuzhii0718
2026-01-02 13:55:27 +08:00
committed by zerowrt-bot
parent 81a41bfe22
commit b8c50932c3
4 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@@ -16,6 +16,8 @@
/overlay /overlay
/package/feeds /package/feeds
/package/openwrt-packages /package/openwrt-packages
/package/addtion-luci-app
/package/OpenAppFilter
/*.patch /*.patch
key-build* key-build*
*.orig *.orig

View File

@@ -43,6 +43,7 @@ xiaomi,mi-router-wr30u* |\
xiaomi,redmi-router-ax6000*) xiaomi,redmi-router-ax6000*)
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x10000" "0x20000" "1" ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x10000" "0x20000" "1"
;; ;;
cmcc_a10|\
nradio,wt9103 |\ nradio,wt9103 |\
*konka,komi-a31*) *konka,komi-a31*)
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x20000" "0x80000" "1" ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x20000" "0x80000" "1"

View File

@@ -1,5 +1,5 @@
{ {
"admin/services/eqos": { "admin/network/eqos": {
"title": "EQoS", "title": "EQoS",
"action": { "action": {
"type": "view", "type": "view",

View File

@@ -195,6 +195,12 @@
spi-max-frequency = <52000000>; spi-max-frequency = <52000000>;
spi-tx-bus-width = <4>; spi-tx-bus-width = <4>;
spi-rx-bus-width = <4>; spi-rx-bus-width = <4>;
spi-cal-enable;
spi-cal-mode = "read-data";
spi-cal-datalen = <7>;
spi-cal-data = /bits/ 8 <0x53 0x50 0x49 0x4E 0x41 0x4E 0x44>;
spi-cal-addrlen = <5>;
spi-cal-addr = /bits/ 32 <0x0 0x0 0x0 0x0 0x0>;
}; };
}; };