summaryrefslogtreecommitdiffstats
path: root/recipes-append/busybox
Commit message (Collapse)AuthorAgeFilesLines
* busybox: add fsl customized defconfigTing Liu2012-09-125-0/+1500
| | | | | | | | 1.use largest general-purpose configuration 2.add a patch to fix possible build issue with kernel 3.0 reference: http://www.gossamer-threads.com/lists/linux/kernel/1418363 Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: remove bbappendsMatthew McClintock2012-05-156-1207/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* enable CHRT in busybox defconfigZhenhua Luo2012-04-131-1/+1
| | | | | | | chrt (required for some of the RT test cases, 'chrt' allows to set scheduling prio/policy of a thread. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* disable udhcp in busybox to stop ip auto-assignZhenhua Luo2012-04-131-14/+14
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* busybox: enable all featuresTing Liu2012-03-122-0/+998
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: fix install error when CONFIG_INETD enabledTing Liu2012-02-273-0/+55
| | | | | | | | | To avoid the following error: | CONFIG_INETD=y | install: cannot stat `.../busybox-1.18.5-r2/inetd': No such file or directory | ERROR: Function 'do_install' failed Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: fix the build error when enable CONFIG_TCPSVDZhenhua Luo2012-02-233-0/+154
These patches were pulled from upstream busybox Signed-off-by: Zhenhua Luo <b19537@freescale.com>