| Commit message (Expand) | Author | Age | Files | Lines |
* | [package/*] remove special treatment when using glibc - support got dropped | Mirko Vogt | 2012-04-28 | 1 | -3/+3 |
* | [toolchain/glibc*] purge support for glibc - use eglibc instead! | Mirko Vogt | 2012-04-28 | 2 | -6/+2 |
* | [package] base-files: fix typo in 05_firstboot_skip script (#11359) | Florian Fainelli | 2012-04-27 | 2 | -2/+2 |
* | base-files: rename internal variables in config_foreach to make namespace con... | Felix Fietkau | 2012-04-21 | 1 | -4/+4 |
* | enable ntpd server for busybox | Jo-Philipp Wich | 2012-04-20 | 2 | -8/+11 |
* | [package] base-files: reformat banner to better work with varying version str... | Jo-Philipp Wich | 2012-04-15 | 3 | -4/+6 |
* | [package] base-file: cleanup white space in Kconfig source | Jo-Philipp Wich | 2012-04-12 | 1 | -88/+88 |
* | [buildroot] include, base-files, opkg: introduce version configuration to ove... | Jo-Philipp Wich | 2012-04-12 | 5 | -4/+69 |
* | [package] base-files: remove network preconfig, it collides with ar71xx netwo... | Jo-Philipp Wich | 2012-04-12 | 1 | -5/+0 |
* | base-files: split service related functions off to /lib/functions/service.sh | Felix Fietkau | 2012-03-20 | 3 | -129/+131 |
* | Add munin to /etc/services | Jo-Philipp Wich | 2012-03-18 | 1 | -0/+1 |
* | base-files: remove old coldplugging hacks that are no longer necessary since ... | Felix Fietkau | 2012-03-13 | 1 | -10/+0 |
* | [package] base-files: enable conntrack accounting in sysctl. It used to be a ... | Jo-Philipp Wich | 2012-03-04 | 2 | -1/+2 |
* | base-files: remove trailing whitespaces from lib/functions/boot.sh | Gabor Juhos | 2012-03-02 | 1 | -4/+4 |
* | base-files: remove trailing whitespaces from lib/functions.sh | Gabor Juhos | 2012-03-02 | 1 | -10/+10 |
* | [package] base-files: add a uci-defaults script which will migrate the root p... | Jo-Philipp Wich | 2012-01-22 | 2 | -1/+13 |
* | base-files: the initial hotplug2 instance sometimes misses a few relevant eve... | Felix Fietkau | 2012-01-22 | 1 | -0/+1 |
* | [package] base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so t... | Jo-Philipp Wich | 2012-01-19 | 2 | -2/+1 |
* | [package] base-files: implement a --force option for sysupgrade to override i... | Jo-Philipp Wich | 2012-01-08 | 2 | -4/+13 |
* | package/base-files: add support for the switch LED trigger | Gabor Juhos | 2011-12-31 | 2 | -1/+9 |
* | package/base-files: use case statement in led init script | Gabor Juhos | 2011-12-31 | 1 | -15/+27 |
* | [package] base-files: add -b (--create-backup) option to sysupgrade, which ge... | Jo-Philipp Wich | 2011-12-20 | 2 | -3/+27 |
* | base-files: add lib/functions/uci-defaults.sh | Gabor Juhos | 2011-12-01 | 1 | -0/+88 |
* | [package] base-files: kill remaining processes after running user hooks (#10461) | Jo-Philipp Wich | 2011-11-19 | 2 | -3/+3 |
* | [package] base-files: another empty password check fix (#10440) | Jo-Philipp Wich | 2011-11-17 | 2 | -2/+2 |
* | [package] base-files: now that we have date -k, adjust the kernel timezone af... | Jo-Philipp Wich | 2011-11-17 | 2 | -2/+5 |
* | [package] base-files: rewrite killing of nonessential services to not rely on... | Jo-Philipp Wich | 2011-11-16 | 2 | -10/+18 |
* | [package] base-files: prime root password with "x" to notify programs that th... | Jo-Philipp Wich | 2011-11-14 | 3 | -3/+6 |
* | package/base-files: enhance service functions | Nicolas Thill | 2011-11-12 | 1 | -13/+27 |
* | [package] base-files: now that the initial password is completely empty (and ... | Jo-Philipp Wich | 2011-11-11 | 2 | -3/+3 |
* | [base-files]: nuke another 2.4 skeleton | Imre Kaloz | 2011-11-10 | 1 | -1/+0 |
* | enable and use shadow passwords by default | Imre Kaloz | 2011-11-10 | 1 | -5/+4 |
* | [base-files]: the empty root password should be empty ;) | Imre Kaloz | 2011-11-10 | 1 | -1/+1 |
* | base-files, target: assign name to system timeserver section, makes it easier... | Jo-Philipp Wich | 2011-11-10 | 1 | -1/+1 |
* | package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions | Nicolas Thill | 2011-11-09 | 1 | -0/+37 |
* | package/base-files: /lib/functions.sh: let service_stop exit early if no matc... | Nicolas Thill | 2011-11-08 | 1 | -1/+1 |
* | package/base-files: enhance & cleanup service wrappers | Nicolas Thill | 2011-11-08 | 2 | -27/+41 |
* | package/base-files: move service* functions from /etc/rc.common to /lib/funct... | Nicolas Thill | 2011-11-08 | 2 | -82/+82 |
* | [package] base-files: do not kill udhcpc on sysupgrade, it will tear down the... | Jo-Philipp Wich | 2011-11-08 | 1 | -1/+1 |
* | [package] base-files: do not assume that "top" is busybox' top, but try to ca... | Jo-Philipp Wich | 2011-11-08 | 2 | -2/+2 |
* | [package] base-files: properly handle wifi ifaces with no network attached, u... | Jo-Philipp Wich | 2011-11-08 | 2 | -4/+6 |
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | Nicolas Thill | 2011-11-08 | 3 | -321/+322 |
* | package/base-files: use new service wrapper | Nicolas Thill | 2011-11-07 | 4 | -24/+26 |
* | package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon | Nicolas Thill | 2011-11-07 | 1 | -1/+83 |
* | package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflictin... | Nicolas Thill | 2011-11-07 | 1 | -1/+1 |
* | base-files: process platform hotplug calls in the early launch of hotplug2 to... | Felix Fietkau | 2011-11-05 | 1 | -0/+4 |
* | netifd: ensure that a bridge gets created before hostapd needs it, hostapd mu... | Felix Fietkau | 2011-11-04 | 1 | -0/+1 |
* | base-files: load modules early, run wifi detect afterwards and only then proc... | Felix Fietkau | 2011-11-03 | 1 | -6/+12 |
* | [package] base-files: add some more protected services to sysupgrade kill bla... | Jo-Philipp Wich | 2011-11-03 | 2 | -2/+2 |
* | [package] base-files: fix typo | Jo-Philipp Wich | 2011-10-30 | 1 | -1/+1 |