| #!/bin/shif [ -z $IPKG_INSTROOT ];then chmod u+s /bin/busybox;fi. $IPKG_INSTROOT/etc/functions.sh. $IPKG_INSTROOT/etc/.bb_defaultsadd_rcconf network YESadd_rcconf crond ${BBDEF_CROND}add_rcconf watchdog ${BBDEF_WATCHDOG}add_rcconf watchdog_flags '-t 10 -T 20'add_rcconf syslogd ${BBDEF_SYSLOGD}add_rcconf syslogd_flags '-C32'add_rcconf inetd ${BBDEF_INETD}add_rcconf ntpd ${BBDEF_NTPD}add_rcconf ntpd_flags '-p time.fu-berlin.de'
 |