summaryrefslogtreecommitdiff
path: root/meta/packages/busybox/busybox-1.15.3
Commit message (Collapse)AuthorAgeFilesLines
* busybox: fix unexpected "done" in /etc/udhcpc.d/50default script.Enric Balletbo i Serra2010-06-291-7/+6
| | | | | | | | | | | Run udhcpc results in udhcpc (v1.15.3) started /etc/udhcpc.d/50default: line 37: syntax error: unexpected "done" (expecting "fi") run-parts: /etc/udhcpc.d/50default exited with code 2 Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* busybox: Fix redirection of fd 0 in ash interactiveJoshua Lock2010-06-041-0/+21
| | | | | | Backported change from the 1.16.1 ash patches. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: disable mdev, we use udevJoshua Lock2010-06-011-140/+170
| | | | | | | The import from OE had included some mdev configuration, whereas Poky switched to udev and a static (tarred) dev some time ago. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: bump to 1.15.3 from OEJoshua Lock2010-05-2511-0/+1051
Import the 1.15.3 recipe from OpenEmbedded and tweak to match Poky style Signed-off-by: Joshua Lock <josh@linux.intel.com>