projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194dbbf
)
configs/orangepi_r1_defconfig: fix typo in comment
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Wed, 3 Feb 2021 22:16:09 +0000
(23:16 +0100)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Wed, 3 Feb 2021 22:16:09 +0000
(23:16 +0100)
In commit
38d04e6b1341
, I did a last-minute change by adding the comment
to explain where the PARTLABEL was coming from, and introduced a typo in
that comment.
Fix it.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/orangepi/orangepi-r1/genimage.cfg
patch
|
blob
|
history
diff --git
a/board/orangepi/orangepi-r1/genimage.cfg
b/board/orangepi/orangepi-r1/genimage.cfg
index 46097cd2e5105a9822ac58367c8a7680c3205ded..edda03b3ef6b3cafae36aaf6906487ca21f3dd00 100644
(file)
--- a/
board/orangepi/orangepi-r1/genimage.cfg
+++ b/
board/orangepi/orangepi-r1/genimage.cfg
@@
-33,7
+33,7
@@
image sdcard.img {
}
# 'rootfs' will be used as the partition label, used
- # with root=PARTLABEL=rootfs kernel comma
dn
line
+ # with root=PARTLABEL=rootfs kernel comma
nd
line
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"