summaryrefslogtreecommitdiff
path: root/package/busybox/files/busybox.postinst
blob: 8436e76f5805b9640b141d0f478be61355ad8f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
add_rcconf network YES
add_rcconf crond NO
add_rcconf watchdog NO
add_rcconf watchdog_flags '-t 10 -T 20'
add_rcconf syslogd NO
add_rcconf syslogd_flags '-C32'
add_rcconf inetd NO
add_rcconf ntpd NO
add_rcconf ntpdate NO
add_rcconf ntpd_flags '-p ptbtime1.ptb.de'