mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq806x: resize D7800 ubi partition
This commit is contained in:
parent
3977f16214
commit
b517f4f273
@ -247,13 +247,7 @@
|
||||
|
||||
ubi@1880000 {
|
||||
label = "ubi";
|
||||
reg = <0x1880000 0x1C00000>;
|
||||
};
|
||||
|
||||
netgear@3480000 {
|
||||
label = "netgear";
|
||||
reg = <0x3480000 0x4480000>;
|
||||
read-only;
|
||||
reg = <0x1880000 0x6080000>;
|
||||
};
|
||||
|
||||
reserve@7900000 {
|
||||
|
@ -68,14 +68,9 @@
|
||||
|
||||
partition@0 {
|
||||
label = "ubi";
|
||||
reg = <0 0x4000000>;
|
||||
reg = <0 0x8000000>;
|
||||
};
|
||||
|
||||
partition@4000000 {
|
||||
label = "extra";
|
||||
reg = <0x4000000 0x4000000>;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -197,8 +197,8 @@ define Device/linksys_e8350-v1
|
||||
BLOCKSIZE := 128k
|
||||
KERNEL_IN_UBI := 1
|
||||
IMAGES = factory.bin sysupgrade.ubi
|
||||
IMAGE/sysupgrade.ubi := append-ubi | check-size 0x04000000 | append-metadata
|
||||
IMAGE/factory.bin := append-ubi | check-size 0x04000000 | linksys-addfwhdr | linksys-bin
|
||||
IMAGE/sysupgrade.ubi := append-ubi | check-size 0x08000000 | append-metadata
|
||||
IMAGE/factory.bin := append-ubi | check-size 0x08000000 | linksys-addfwhdr | linksys-bin
|
||||
DEVICE_PACKAGES := ath10k-firmware-qca988x-ct qtn-utils qtn-firmware qtn-proto kmod-qtn-pcie2
|
||||
endef
|
||||
TARGET_DEVICES += linksys_e8350-v1
|
||||
|
Loading…
Reference in New Issue
Block a user