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:
committed by
Chuanhong Guo
parent
ee5fce887a
commit
f72d2ba60a
@@ -78,7 +78,7 @@
|
||||
};
|
||||
|
||||
factory: partition@40000 {
|
||||
label = "Factory";
|
||||
label = "factory";
|
||||
reg = <0x40000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user