if you are using beta2, make busybox on all other sdks, the correct command is make -C packages/apps/busybox/devboard
however the error you are getting on the side is because you did not run init_env :-) Quoting kilimbfh <[EMAIL PROTECTED]>: > hello! > > thanx for the bluetooth tutorial. > Now I wrote some shell scripts which I want to execute regularly. > > After completing the bluetooth-adapter-tutorial I can't reach the > busybox menuconfig anymore. > > following up the cron/crontab guide it fails already at the first line: > > cd home/fox/sdk_patched/devboard-R2_01/packages/apps/busybox/devboard > make menuconfig > Makefile:2: /tools/build/Rules.axis : No such file or directory > make: *** No rule to make target '/tools/build/Rules.axis'. Stop > > How can I install the cron / crontab after the bluetooth tutorial? > >
