crond in oe 1.6

  • Warum ist crond (crontab) nicht in oe 1.6? Ich möchte gerne crond drinn haben denn mit crond sollte die 8000 jeden Tag neugestartet werden.

    I already reported here about cron in OE 1.6 and solution too and other suggestion and things to fix in 1.6
    Bit it seems Ghost is not interested to these reports.


    Btw the problem is simply to solve: busybox config in OE 1.6 have to be updated.
    Edit file xxxx/openembedded/recipes/busybox/busybox-1-.15.3/opendreambox/defconfig
    change:

    Code
    CONFIG_CROND=y


    Code
    CONFIG_CRONTAB=y


    is suggest to change too

    Code
    CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y


    and

    Code
    CONFIG_DC=y


    Recompile and you will have crond in OE 1.6

    127.0.0.1 sweet 127.0.0.1