aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-1.13.2
AgeCommit message (Collapse)Author
2011-02-24busybox: fix udhcp check for NFS rootfs for new style /proc/mountsDenys Dmytriyenko
* Newer kernels change the format of /proc/mounts slightly when rootfs is mounted over NFS. * Old style: /dev/root / nfs <options> 0 0 * New style: <server>:<mount> / nfs <options> 0 0 * The regexp in grep can be simplified and rolled into one, but may become less strict... Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-07busybox : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-18busybox: Apply a paych for make3.82 and the MakefileHolger Hans Peter Freyther
Newer make do not like to mix different types of rules, take the patch from upstream master to address this.
2010-06-26busybox-1.13.2: add __nios2__ conditionalFrans Meulenbroeks
busybox fdisk has if defined(__arch__) statements. This patch adds the defined line for nios2 (__nios2__) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-17busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpcSteffen Sledz
* The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded and can be configured. Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Henri Bragge <henri.bragge@dcombus.com>
2009-06-16busybox: fix typo in defconfig for microPhil Blundell
2009-06-15busybox: add less bloated defconfig for microPhil Blundell
2009-06-08busybox: fix udhcpc default script location when prefix is not "/usr"Michael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-05-27busybox: enabled stat in 1.13.2/angstromMarcin Juszkiewicz
2009-05-19busybox: add more patches, update nylon defconfigMartin Dietze
2009-04-07busybox 1.13.2: Add more upstream patches, bump PRTom Rini
This adds the awk, killall, printf, syslogd, top24, unzip and wget patches from http://busybox.net/downloads/fixes-1.13.2/
2009-03-18busybox: do not fetch fixes patches but store them in metadataMarcin Juszkiewicz
I am tired of discussions how to solve situation where upstream changes it's files without versioning them and we workaround it instead of solving.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>