projects
/
openwrt
/
staging
/
ldir.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485f9b0
)
ath79: reduce config partition size for RE450 v1 and RE355 v1 to 0x20000
author
Radek Dostál
<
[email protected]
>
Sun, 9 Nov 2025 16:35:51 +0000
(17:35 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 20 Nov 2025 23:03:24 +0000
(
00:03
+0100)
Dump of content of my RE450 v1 showed, that there are valid data only
up to 0x10420. Everything after is just 0xFF. This will also make
partition table identical to qca9563_tplink_re450-v2.dts, which seems
to be logical.
Signed-off-by: Radek Dostál <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20709
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
b/target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
index 3857635672ae2fa7a04ebd9ad3bfbe16d17be9e3..8000459f2423894e5b9abf5190a84f5bceac40db 100644
(file)
--- a/
target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
+++ b/
target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
@@
-162,7
+162,7
@@
partition@630000 {
label = "config";
- reg = <0x630000 0x
1c
0000>;
+ reg = <0x630000 0x
02
0000>;
read-only;
};