Re: buildroot host builds with g++

2022-05-06 Thread Peter Korsgaard
> "Earthquake" == Earthquake writes: > Hi, > building package for the host, ends with: > g++: error: /usr/bin/g++": No such file or directory > Building the same package for the target works > Package mk for host build calls generic-package and host-generic-package. This sounds

buildroot host builds with g++

2022-05-06 Thread Earthquake
Hi, building package for the host, ends with: g++: error: /usr/bin/g++": No such file or directory Building the same package for the target works Package mk for host build calls generic-package and host-generic-package. Best regards, Alex ___

[PATCH v3] pw_encrypt: Add option to enable bcrypt support

2022-05-06 Thread Andreas Helmcke
Adds an option to the Login/Password Management Utilities menu to enable bcrypt support in passwd and chpasswd. Add support for bcrypt to BusyBox chpasswd & passwd. Co-authored-by: Andreas Helmcke Signed-off-by: Andreas Helmcke Original-work-by: Scott Court --- Changes v2->v3: - Updated