summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox-1.19.3
Commit message (Collapse)AuthorAgeFilesLines
* busybox: Add flock utility to default configuration.Peter Tworek2012-02-071-1/+1
| | | | | | | | | Flock is required by by pm-utils package to function properly (/usr/lib/pm-utils/functions). It's shipped in both busybox and util-linux. Both versions work fine with pm-utils. Enabling it in busybox seems like simpliest solution for the problem. Signed-off-by: Peter Tworek <tworaz666@gmail.com>
* Fix Upstream-Status entriesSaul Wold2012-01-241-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* busybox: enable dropping of duplicates in syslog, off by defaultJoshua Lock2012-01-191-1/+1
| | | | | | | | | | Busybox syslog includes functionality to drop duplicated syslog entries, enable this feature in the defconfig yet disable it by default. Expose configuration of the feature through the syslog-startup.conf file and the syslog init script. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64Andrei Gherzan2012-01-191-1/+1
| | | | | | | | | | Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* busybox: update to 1.19.3Anders Darander2011-12-029-0/+1351
The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Adds one upstream patch to 1.19.3. Signed-off-by: Anders Darander <anders@chargestorm.se>