Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-13 | busybox: fix blocking ntpd when DNS isn't available | Waldemar Brodkorb | |
2016-09-08 | use Braunschweig NTP for all ntp packages | Waldemar Brodkorb | |
2015-07-25 | package/busybox: introduce ntpdate init script | Phil Sutter | |
This is useful to have a blocking instance of ntpd setting the system time at startup for daemons started later which require the time being set, like e.g. aiccu. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-05-22 | add workaround for rpi2 eth0 | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-05-25 | make bootup really quiet | Waldemar Brodkorb | |
2014-05-05 | enable network by default | Waldemar Brodkorb | |
2014-05-04 | dynamically start busybox’ services | Thorsten Glaser | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | fix $syslogd_flags misuse | Thorsten Glaser | |
2014-05-04 | automatic dæmonising of services | Thorsten Glaser | |
2014-04-13 | fix postinst script | Waldemar Brodkorb | |
2014-04-07 | resolve merge | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-11 | add adk-test-tools package | Waldemar Brodkorb | |
- scripts to shutdown qemu from linux - only start klogd when printk is available | |||
2013-07-12 | add ntpd support for mpdbox, fix smbclient package | Waldemar Brodkorb | |
2011-03-01 | fix startup scripts, when variable is not set in /etc/rc.conf | Waldemar Brodkorb | |
2011-01-01 | use /sbin for watchdog binary | Waldemar Brodkorb | |
2010-12-30 | fix startup scripts, fix stop routine | Waldemar Brodkorb | |
2010-11-28 | only set suid bit when installing on target | Waldemar Brodkorb | |
2010-11-28 | use desktop ps by default, add suid bit via postinst | Waldemar Brodkorb | |
2010-11-08 | check before calling ifdown if config exist | Waldemar Brodkorb | |
2010-07-02 | use pkill instead of pidof | Waldemar Brodkorb | |
2010-06-12 | fix compile error when ipkg is enabled | Waldemar Brodkorb | |
2010-04-12 | add proper infrastructure for udhcpd | Phil Sutter | |
This is a bit hacky, as it creates a meta-package with no prompt and boolean value of the busybox internal udhcpd config symbol. It's use is only to get the required files into the image. I guess there is probably a more elegant way of doing this. | |||
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2010-01-30 | enable watchdog on rb532 by default, use busybox applet. | Waldemar Brodkorb | |
the package/watchdog could also be used, if more checks are required. (high load, free memory,..) | |||
2010-01-19 | enable watchdog driver and busybox userland | Waldemar Brodkorb | |
does not work yet on alix1c. | |||
2009-12-01 | use pkill for startup scripts | Waldemar Brodkorb | |
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge | |||
2009-11-25 | add update script to base-files | Waldemar Brodkorb | |
- system update via http/ftp/ssh/file possible - add bridge script - cleanup unused files | |||
2009-06-11 | fix some init scripts / postinst scripts | Waldemar Brodkorb | |
2009-05-30 | optimize ipkg package management | Waldemar Brodkorb | |
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig | |||
2009-05-17 | Initial import | wbx | |