summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox_1.19.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* busybox: port improvements to simple.script from Debian (udhcpc)Andreas Oberritter2012-05-041-1/+1
| | | | | | | | | * Support resolvconf * Avoid bashism $((metric++)) * Use 'domain' instead of 'search' for domain parameter Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: remove unused patches for simple.script (udhcpc)Andreas Oberritter2012-05-041-3/+1
| | | | | | | * OE-Core provides its own copy of simple.script. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: Pass HOST_CC_ARCH through CONFIG_EXTRA_CFLAGSKhem Raj2012-05-011-1/+1
| | | | | | | | The -mabi option is part of HOST_CC_ARCH which does not appear in CFLAGS. This is for completeness since compiler already defaults to n64 it wont matter that much Signed-off-by: Khem Raj <raj.khem@gmail.com>
* busybox: fix options -b, -a and -PAndreas Oberritter2012-04-111-1/+1
| | | | | | | | | * busybox-udhcpc-no_deconfig.patch broke the options, preventing udhcpc from forking into the background if no lease can be obtained. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: move watch to /usr/bin for compatibility with procpsAndreas Oberritter2012-03-261-1/+2
| | | | | | | | | | Commit 68dc2a3fa30c03a196d650de34d0c657a7b85454 broke opkg upgrade: | update-alternatives: Error: cannot register alternative watch to | /usr/bin/watch since it is already registered to /bin/watch Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: upgrade to 1.19.4Shane Wang2012-03-211-0/+31
Removing the patch busybox-1.19.3-getty.patch is because it is already in the upstream. Signed-off-by: Shane Wang <shane.wang@intel.com>