Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jan 3, 2025
1 parent 6d3e32d commit b52ebcd
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions devices/mediatek_filogic/patches/27-tplink-tl-xdr.patch
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
--- a/target/linux/mediatek/dts/mt7986a-tplink-tl-xdr-common.dtsi
+++ b/target/linux/mediatek/dts/mt7986a-tplink-tl-xdr-common.dtsi
@@ -202,25 +202,25 @@

factory: partition@160000 {
label = "factory";
- reg = <0x160000 0x0060000>;
+ reg = <0x160000 0x00a0000>;
read-only;
};

- partition@1c0000 {
+ partition@200000 {
label = "reserved";
- reg = <0x1c0000 0x01c0000>;
+ reg = <0x200000 0x0180000>;
read-only;
};

partition@380000 {
label = "fip";
- reg = <0x380000 0x0200000>;
- read-only;
+ reg = <0x380000 0x0180000>;
+ // read-only;
};

- partition@580000 {
+ partition@500000 {
compatible = "linux,ubi";
- reg = <0x580000 0x7800000>;
+ reg = <0x500000 0x7300000>;
label = "ubi";

volumes {

--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -1130,23 +1130,13 @@ define Device/tplink_tl-xdr-common
Expand Down

0 comments on commit b52ebcd

Please sign in to comment.