Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-14 | busybox: 1.14.1 ash fix | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-06-12 | busybox: additional 1.14.1 fixes | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-06-11 | busybox: additional 1.14.1 fixes | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-06-06 | busybox: 1.14.1 ftpd + modprobe patches | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-27 | busybox: bump 1.14.x version | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-26 | busybox: fix brown paper bag typo introduced in a7ed91a | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-19 | busybox: additional 1.14.0 fixes | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-18 | busybox: 1.14.0 libbb fix | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-13 | busybox: additional 1.14.0 patches | Peter Korsgaard | |
The original mdev patch was buggy. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-04 | busybox: 1.14.0 mdev / des fixes | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-04-26 | busybox: 1.14.0 dhcp fix | Peter Korsgaard | |
2009-04-18 | busybox: 1.14.0 fixes | Peter Korsgaard | |
2009-04-17 | busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86 | Peter Korsgaard | |
2009-04-15 | busybox: remove ancient versions | Peter Korsgaard | |
2009-04-15 | busybox: add 1.14.x | Peter Korsgaard | |
2009-04-15 | busybox: bump 1.13.x version | Peter Korsgaard | |
2009-04-01 | fakeroot: install into HOST_DIR | Peter Korsgaard | |
2009-04-01 | makedevs: install into HOST_DIR | Peter Korsgaard | |
2009-04-01 | busybox: additional 1.13.3 fixes | Peter Korsgaard | |
2009-03-30 | busybox: 1.13.3 tail fix | Peter Korsgaard | |
2009-03-24 | busybox: 1.13.3 hush fix | Peter Korsgaard | |
2009-03-19 | busybox: 1.13.3 ash fix | Peter Korsgaard | |
2009-03-11 | busybox: bump 1.13.x version | Peter Korsgaard | |
2009-03-02 | busybox: additional 1.13.2 fixes | Peter Korsgaard | |
2009-02-18 | busybox: 1.13.2 killall fix | Peter Korsgaard | |
2009-02-01 | busybox: additional 1.13.2 fixes | Peter Korsgaard | |
2009-01-29 | busybox: rebuild if .config changed | Peter Korsgaard | |
As reported on irc - Fixes busybox-menuconfig | |||
2009-01-29 | busybox: remove unused handling of ancient versions no longer in BR | Peter Korsgaard | |
2009-01-20 | busybox: 1.13.2 tar fix | Peter Korsgaard | |
2009-01-19 | busybox: 1.13.2 depmod fix | Peter Korsgaard | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-12 | busybox: 1.13.2 mdev fix | Peter Korsgaard | |
2009-01-01 | buildroot: set SHELL instead of messing around with CONFIG_SHELL | Peter Korsgaard | |
Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig. | |||
2008-12-31 | busybox: bump 1.12.x / 1.13.x versions | Peter Korsgaard | |
2008-12-30 | busybox: 1.13.1 dc fix | Peter Korsgaard | |
2008-12-29 | busybox; fix iptunnel compile with 2.6.28 headers (from r24253) | Peter Korsgaard | |
2008-12-11 | busybox: 1.13.1 bindtodevice fix | Peter Korsgaard | |
2008-12-10 | busybox: additional 1.13.1 fixes | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-07 | busybox: 1.13.1 crond fix | Peter Korsgaard | |
2008-12-04 | busybox: 1.13.1 ip fix | Peter Korsgaard | |
2008-11-29 | busybox: bump 1.12.x / 1.13.x versions | Peter Korsgaard | |
2008-11-28 | busybox: updated 1.13.0 ash fix | Peter Korsgaard | |
2008-11-22 | busybox: updated 1.13.0 ash fix | Peter Korsgaard | |
2008-11-21 | busybox: fixup id applet on 1.13.0 for old uclibc versions | Peter Korsgaard | |
The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the busybox internal passwd/grp functions are used. Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation is detected and warn the user. | |||
2008-11-21 | busybox: 1.13.0 ash fix | Peter Korsgaard | |
2008-11-20 | busybox: 1.13.0 klogd fix | Peter Korsgaard | |
2008-11-17 | busybox: updated 1.13.0 id patch (only error out if needed) | Peter Korsgaard | |
2008-11-16 | busybox: 1.13.0 id patch (check) | Peter Korsgaard | |
2008-11-15 | busybox: disable id applet for 1.13.x | Peter Korsgaard | |
busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now. |