[Buildroot] [git commit] docs/manual: fix indentation in pkg-hare example
Julien Olivain via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/ed980191ebc1fbc8bba3aee4e003104b1c22e0ba branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master Fixes: 44d38432343e (package/pkg-hare.mk: new infrastructure) Signed-off-by: Yann E. MORIN <[email protected]> Cc: Francois Perrad <[email protected]> Signed-off-by: Julien Olivain <[email protected]> --- docs/manual/adding-packages-hare.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/adding-packages-hare.adoc b/docs/manual/adding-packages-hare.adoc index b52d953b2e..e61d524acb 100644 --- a/docs/manual/adding-packages-hare.adoc +++ b/docs/manual/adding-packages-hare.adoc @@ -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: _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot