mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
docs/manual: fix indentation in pkg-hare example
Fixes: 44d3843234 (package/pkg-hare.mk: new infrastructure)
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Francois Perrad <francois.perrad.86@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d80d38a551
commit
ed980191eb
@@ -13,7 +13,7 @@ The +Config.in+ file of Hare-based package 'hare-foo' should contain:
|
||||
01: config BR2_PACKAGE_HARE_FOO
|
||||
02: bool "hare-foo"
|
||||
03: depends on BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS
|
||||
04: select BR2_PACKAGE_HOST_HARE
|
||||
04: select BR2_PACKAGE_HOST_HARE
|
||||
05: help
|
||||
06: This is a comment that explains what foo is.
|
||||
07:
|
||||
|
||||
Reference in New Issue
Block a user