Am Tue, Apr 09, 2024 at 09:37:45AM +0200 schrieb Markus Heidelberg: > Signed-off-by: Markus Heidelberg <[email protected]> > --- > doc/ref_make_variables.rst | 2 +- > platforms/image_ipkg.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst > index 6bba9db5d..775ff71be 100644 > --- a/doc/ref_make_variables.rst > +++ b/doc/ref_make_variables.rst > @@ -486,7 +486,7 @@ different. > Note that this will not ensure that the packages are enabled or that all > all package dependencies are satisfied. ``$(PTX_PACKAGES_INSTALL)`` can > be used to specify all enabled packages. Or ``$(call ptx/collection, > - $(PTXDIST_WORKSPACE)/configs/<collection-file-name>)`` can be used to to > + $(PTXDIST_WORKSPACE)/configs/<collection-file-name>)`` can be used to > specify the packages enabled by this collection. In both cases ``=`` must > be used instead of ``:=`` due to the makefile include order. > > diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in > index 106a3cb77..11ddaa9d1 100644 > --- a/platforms/image_ipkg.in > +++ b/platforms/image_ipkg.in > @@ -30,7 +30,7 @@ menuconfig IMAGE_IPKG_SIGN_OPENSSL > select HOST_OPENSSL > prompt "sign ipkg-repository with openssl" > help > - Use openssl to to sign the Packages file in the package > + Use openssl to sign the Packages file in the package > repository.
Reviewed-by: Alexander Dahl <[email protected]> Greets Alex
