We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's Encrypt client acme.sh fails to run correctly because Busybox it's CONFIG_ASH_GETOPTS is not set.
acme.sh
CONFIG_ASH_GETOPTS
Despite "Automatically generated make config: don't edit" I would edit trunk/configs/boards/busybox.config with: CONFIG_ASH_GETOPTS=y
CONFIG_ASH_GETOPTS=y
...until I find a better spot to make this change permanent.
The text was updated successfully, but these errors were encountered:
To concatenate and print files in reverse, tt's also handy to have busybox TAC enabled: CONFIG_TAC=y
CONFIG_TAC=y
Sorry, something went wrong.
No branches or pull requests
Let's Encrypt client
acme.sh
fails to run correctly because Busybox it'sCONFIG_ASH_GETOPTS
is not set.Despite "Automatically generated make config: don't edit" I would edit trunk/configs/boards/busybox.config with:
CONFIG_ASH_GETOPTS=y
...until I find a better spot to make this change permanent.
The text was updated successfully, but these errors were encountered: