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:
Yann E. MORIN
2026-08-04 20:42:56 +02:00
committed by Julien Olivain
parent d80d38a551
commit ed980191eb

View File

@@ -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: