2
0
forked from Ivasoft/openwrt

ramips: consistently use lower-case factory partition label

The vast majority of devices labels "factory" partition with lower
case. Convert the small fraction with capital letter to that and
merge another case in 02_network.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2019-07-11 23:39:10 +02:00
committed by Chuanhong Guo
parent ee5fce887a
commit f72d2ba60a
9 changed files with 24 additions and 26 deletions

View File

@@ -78,7 +78,7 @@
};
factory: partition@40000 {
label = "Factory";
label = "factory";
reg = <0x40000 0x10000>;
read-only;
};