aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-211-117/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* busybox: procd is now the init processJohn Crispin2013-06-211-1/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36997
* busybox: fix disabling /sbin/init and logread if procd is used as initFelix Fietkau2013-03-161-2/+1
| | | | SVN-Revision: 36054
* make init and logread depend on !PROCD_INITJohn Crispin2013-03-131-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36005
* busybox: add an upstream ntpd fix (#12841)Jo-Philipp Wich2013-01-191-2/+2
| | | | SVN-Revision: 35239
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-191-0/+3
| | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
* busybox: remove reference to removed httpd init scriptFlorian Fainelli2012-10-141-1/+0
| | | | | | Patch from Daniel Harding. SVN-Revision: 33765
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-231-1/+1
| | | | | | fixes parallel build on some systems SVN-Revision: 33523
* busybox: add support for CHECKSUM_PARTIAL to udhcpcFlorian Fainelli2012-09-191-1/+1
| | | | | | | | | | | When running as KVM or Xen guest, packets may be received with incomplete checksum[1]. Patch adopted from Fedora dhcp package. [1]. http://article.gmane.org/gmane.linux.kernel/1003853 Signed-off-by: Alexey I. Froloff <raorn@raorn.name> SVN-Revision: 33475
* busybox: add patch to fix CVE-2011-2716 in udhcp.Florian Fainelli2012-09-141-1/+1
| | | | SVN-Revision: 33404
* busybox: enable fsync applet by defaultFlorian Fainelli2012-08-131-1/+1
| | | | SVN-Revision: 33159
* busybox: support V=c toplevel verboseness flag (#11799)Florian Fainelli2012-08-071-0/+9
| | | | | | Signed-off-by: Gregory M. Turner <gmt@malth.us> SVN-Revision: 33035
* busybox: remove BUSYBOX_USE_LIBRPCFelix Fietkau2012-06-101-3/+3
| | | | SVN-Revision: 32175
* busybox: fix bad variable substitution on right hand side of I/O ↵Jo-Philipp Wich2012-06-101-1/+1
| | | | | | redirection, imported patch from upstream bug 5282 SVN-Revision: 32162
* busybox 1.19.4 update patchJo-Philipp Wich2012-03-181-3/+3
| | | | | | | | This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 30985
* busybox: enable ps wide flag by defaultJo-Philipp Wich2012-03-041-2/+2
| | | | SVN-Revision: 30812
* package/busybox: wget: URL-decode user:password before base64-encoding it ↵Nicolas Thill2011-11-231-1/+1
| | | | | | into auth hdr (upstream fix) SVN-Revision: 29299
* busybox: add a "date -k" to set the kernel timezone from the current ↵Jo-Philipp Wich2011-11-171-1/+1
| | | | | | localtime utc offset SVN-Revision: 29203
* busybox: fix empty password detection in telnetd init (#10432)Jo-Philipp Wich2011-11-161-1/+1
| | | | SVN-Revision: 29183
* busybox: revert accidentally committed debugging flagJo-Philipp Wich2011-11-151-2/+0
| | | | SVN-Revision: 29158
* busybox: fix hexdump segmentation fault with an empty leading format unitJo-Philipp Wich2011-11-151-1/+3
| | | | SVN-Revision: 29156
* enable and use shadow passwords by defaultImre Kaloz2011-11-101-1/+1
| | | | SVN-Revision: 28936
* package/busybox: passwd: use MD5 hash by default (like it used to be)Nicolas Thill2011-11-091-1/+1
| | | | SVN-Revision: 28885
* package/busybox: use new service wrapperNicolas Thill2011-11-071-1/+1
| | | | SVN-Revision: 28836
* busybox: ntpd: indefinitely try to resolve peer addresses (#10361)Jo-Philipp Wich2011-11-071-1/+1
| | | | SVN-Revision: 28794
* package/busybox: update to 1.19.3Nicolas Thill2011-11-031-3/+3
| | | | SVN-Revision: 28725
* busybox: disable rdate, enable ntpd by defaultJo-Philipp Wich2011-10-271-1/+1
| | | | SVN-Revision: 28613
* package/busybox: revert config defaults inadvertently changed in [28513] ↵Nicolas Thill2011-10-241-2/+2
| | | | | | (thanks to Liu Yu Fei, Eric), bump release number SVN-Revision: 28547
* busybox: update to 1.19.2 (thanks to Peter Wagner)Nicolas Thill2011-10-211-2/+2
| | | | SVN-Revision: 28513
* busybox: update to 1.18.5, patch from Peter WagnerFlorian Fainelli2011-06-251-2/+2
| | | | SVN-Revision: 27288
* update busybox to 1.18.4, patch from Peter WagnerFlorian Fainelli2011-04-031-3/+3
| | | | SVN-Revision: 26455
* busybox: simplify conditional dependency on librpcFelix Fietkau2011-04-031-1/+1
| | | | SVN-Revision: 26430
* busybox: only add the librpc build dependency for uclibc (#8864)Felix Fietkau2011-04-031-2/+2
| | | | SVN-Revision: 26429
* busybox: now that librpc only compiles with uclibc, change the build ↵Felix Fietkau2011-02-181-1/+1
| | | | | | dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc SVN-Revision: 25574
* busybox: only add a build dependency on librpc if uclibc is selectedFelix Fietkau2011-02-171-1/+1
| | | | SVN-Revision: 25564
* busybox: fix compile with librpc if necessary (required by nfs mount support)Felix Fietkau2011-02-131-0/+11
| | | | SVN-Revision: 25507
* we don't support gcc 4.5.0Imre Kaloz2011-01-271-4/+0
| | | | SVN-Revision: 25146
* busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg ↵Jo-Philipp Wich2010-11-141-1/+1
| | | | | | revision SVN-Revision: 23990
* busybox: mark as essentialJo-Philipp Wich2010-11-111-0/+1
| | | | SVN-Revision: 23961
* busybox: fix configured stampfile name - add $(SH_FUNC) for md5sFelix Fietkau2010-10-231-1/+1
| | | | SVN-Revision: 23600
* package/busybox: update to busybox-1.17.3Alexandros C. Couloumbis2010-10-141-2/+2
| | | | SVN-Revision: 23435
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-1/+3
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵Alexandros C. Couloumbis2010-09-061-2/+2
| | | | | | patches SVN-Revision: 22953
* package/busybox: update to busybox-1.7.1, include upstream patchesAlexandros C. Couloumbis2010-08-151-2/+2
| | | | SVN-Revision: 22659
* package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)Alexandros C. Couloumbis2010-07-061-0/+4
| | | | SVN-Revision: 22074
* package/busybox: update to 1.16.2 (bug fix release)Nicolas Thill2010-06-161-3/+3
| | | | SVN-Revision: 21813
* package/busybox: add upstream hush patch, bump release numberNicolas Thill2010-05-231-1/+1
| | | | SVN-Revision: 21545
* package/busybox: add upstream udhcp hostname truncation fix, bump release numberNicolas Thill2010-05-191-1/+1
| | | | SVN-Revision: 21510
* package/busybox: add 2 upstream fixes (ash & cpio), bumb release numberNicolas Thill2010-04-271-1/+1
| | | | SVN-Revision: 21186
* package/busybox: add upstream sed patch, bump release numberAlexandros C. Couloumbis2010-04-251-1/+1
| | | | SVN-Revision: 21151