aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* busybox: don't enable swapon/swapoff by defaultJohn Crispin2013-11-071-1/+1
| | | | | | | | | 'swapon/swapoff' are now provided by 'block-mount'; enabling them by default in busybox is no longer required and adds unnecessary bloat. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38671
* fix various init scriptsLuka Perkov2013-09-233-6/+4
| | | | | | | | | | | | Changes include: * removing unused variables * replacing spaces with tabs where appropriate * more consistency with variable declarations Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38142
* procd: convert various packages to procd style init.d scriptsJohn Crispin2013-09-171-0/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38023
* busybox: rename ntp init script back to sysntpd (#13920)Jo-Philipp Wich2013-08-042-1/+1
| | | | | | Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages SVN-Revision: 37681
* base-files/busybox: move ntpd init script from base-files to busyboxLuka Perkov2013-07-172-1/+33
| | | | SVN-Revision: 37383
* busybox: disable features marked as broken (#13782)Felix Fietkau2013-07-142-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37277
* busybox: convert crond init script to procdJohn Crispin2013-07-111-7/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37243
* busybox: convert telnet init script to procdJohn Crispin2013-07-111-6/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37242
* busybox: disable the watchdog utility by default (procd handles watchdog ↵Felix Fietkau2013-06-301-1/+1
| | | | | | | | devices) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37106
* busybox: disable syslogd/klogd by default, procd replaces themFelix Fietkau2013-06-271-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37039
* packages: clean up the package folderJohn Crispin2013-06-2170-0/+11919
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007