Skip to content
New issue

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

FS#2146 - Can't enable busybox cron special times from OpenWrt make menuconfig #7004

Closed
openwrt-bot opened this issue Feb 26, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

G10h4ck:

I have been fiddling with crontab and discovered that by default OpenWrt doesn't support special times ( @reboot @hourly... ) in crontab, investigating in the config I found this BUSYBOX_DEFAULT_FEATURE_CROND_SPECIAL_TIMES that is set to n by default, but I could not find how to change the config value (not the default)

OpenWrt v18.06.1

To reproduce run make meuconfig, press /, and search for CROND_SPECIAL_TIMES you can see that the symbol BUSYBOX_DEFAULT_FEATURE_CROND_SPECIAL_TIMES exists and it is defined to be n (note the DEFAULT in the name), as this is a default value there is no way to change it, moreover if you look for an option to enable crond special times you cannot find it, again run make menuconfig go to Base System -> busybox -> Miscellaneous Utilities -> crond, you can see other options to be changed but not this one.

How can this be fixed?
And what I can do as workaround in the meantime?

@openwrt-bot
Copy link
Author

yousong:

I posted a patch series to the openwrt-devel list [1]. They allow changing CONFIG_BUSYBOX_CONFIG_FEATURE_CROND_SPECIAL_TIMES . Please have a test. Thank you.

[1] http://patchwork.ozlabs.org/project/openwrt/list/?series=94398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant