mirror of https://github.com/hak5/openwrt.git
lantiq: write protect vgv7519 u-boot and u-boot-env partitions
Signed-off-by: Eddi De Pieri <eddi@depieri.net>lede-17.01
parent
9720185820
commit
d596c21ebd
|
@ -11,10 +11,12 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "uboot";
|
label = "uboot";
|
||||||
reg = <0x00000 0x40000>;
|
reg = <0x00000 0x40000>;
|
||||||
|
read-only;
|
||||||
};
|
};
|
||||||
partition@60000 {
|
partition@60000 {
|
||||||
label = "uboot_env";
|
label = "uboot_env";
|
||||||
reg = <0x60000 0x10000>;
|
reg = <0x60000 0x10000>;
|
||||||
|
read-only;
|
||||||
};
|
};
|
||||||
partition@80000 {
|
partition@80000 {
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
|
|
Loading…
Reference in New Issue