Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | busybox: fix disabling /sbin/init and logread if procd is used as init | Felix Fietkau | 2013-03-16 | 1 | -2/+1 |
| | | | | SVN-Revision: 36054 | ||||
* | make init and logread depend on !PROCD_INIT | John Crispin | 2013-03-13 | 1 | -0/+2 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36005 | ||||
* | busybox: add an upstream ntpd fix (#12841) | Jo-Philipp Wich | 2013-01-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 35239 | ||||
* | licensing: Add licensing metadata to many packages Two new variables are ↵ | Hamish Guthrie | 2012-10-19 | 1 | -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 script | Florian Fainelli | 2012-10-14 | 1 | -1/+0 |
| | | | | | | Patch from Daniel Harding. SVN-Revision: 33765 | ||||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||||
* | busybox: add support for CHECKSUM_PARTIAL to udhcpc | Florian Fainelli | 2012-09-19 | 1 | -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 Fainelli | 2012-09-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 33404 | ||||
* | busybox: enable fsync applet by default | Florian Fainelli | 2012-08-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 33159 | ||||
* | busybox: support V=c toplevel verboseness flag (#11799) | Florian Fainelli | 2012-08-07 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Gregory M. Turner <gmt@malth.us> SVN-Revision: 33035 | ||||
* | busybox: remove BUSYBOX_USE_LIBRPC | Felix Fietkau | 2012-06-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 32175 | ||||
* | busybox: fix bad variable substitution on right hand side of I/O ↵ | Jo-Philipp Wich | 2012-06-10 | 1 | -1/+1 |
| | | | | | | redirection, imported patch from upstream bug 5282 SVN-Revision: 32162 | ||||
* | busybox 1.19.4 update patch | Jo-Philipp Wich | 2012-03-18 | 1 | -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 default | Jo-Philipp Wich | 2012-03-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 30812 | ||||
* | package/busybox: wget: URL-decode user:password before base64-encoding it ↵ | Nicolas Thill | 2011-11-23 | 1 | -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 Wich | 2011-11-17 | 1 | -1/+1 |
| | | | | | | localtime utc offset SVN-Revision: 29203 | ||||
* | busybox: fix empty password detection in telnetd init (#10432) | Jo-Philipp Wich | 2011-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 29183 | ||||
* | busybox: revert accidentally committed debugging flag | Jo-Philipp Wich | 2011-11-15 | 1 | -2/+0 |
| | | | | SVN-Revision: 29158 | ||||
* | busybox: fix hexdump segmentation fault with an empty leading format unit | Jo-Philipp Wich | 2011-11-15 | 1 | -1/+3 |
| | | | | SVN-Revision: 29156 | ||||
* | enable and use shadow passwords by default | Imre Kaloz | 2011-11-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 28936 | ||||
* | package/busybox: passwd: use MD5 hash by default (like it used to be) | Nicolas Thill | 2011-11-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 28885 | ||||
* | package/busybox: use new service wrapper | Nicolas Thill | 2011-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 28836 | ||||
* | busybox: ntpd: indefinitely try to resolve peer addresses (#10361) | Jo-Philipp Wich | 2011-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 28794 | ||||
* | package/busybox: update to 1.19.3 | Nicolas Thill | 2011-11-03 | 1 | -3/+3 |
| | | | | SVN-Revision: 28725 | ||||
* | busybox: disable rdate, enable ntpd by default | Jo-Philipp Wich | 2011-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 28613 | ||||
* | package/busybox: revert config defaults inadvertently changed in [28513] ↵ | Nicolas Thill | 2011-10-24 | 1 | -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 Thill | 2011-10-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 28513 | ||||
* | busybox: update to 1.18.5, patch from Peter Wagner | Florian Fainelli | 2011-06-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 27288 | ||||
* | update busybox to 1.18.4, patch from Peter Wagner | Florian Fainelli | 2011-04-03 | 1 | -3/+3 |
| | | | | SVN-Revision: 26455 | ||||
* | busybox: simplify conditional dependency on librpc | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26430 | ||||
* | busybox: only add the librpc build dependency for uclibc (#8864) | Felix Fietkau | 2011-04-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 26429 | ||||
* | busybox: now that librpc only compiles with uclibc, change the build ↵ | Felix Fietkau | 2011-02-18 | 1 | -1/+1 |
| | | | | | | dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc SVN-Revision: 25574 | ||||
* | busybox: only add a build dependency on librpc if uclibc is selected | Felix Fietkau | 2011-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 25564 | ||||
* | busybox: fix compile with librpc if necessary (required by nfs mount support) | Felix Fietkau | 2011-02-13 | 1 | -0/+11 |
| | | | | SVN-Revision: 25507 | ||||
* | we don't support gcc 4.5.0 | Imre Kaloz | 2011-01-27 | 1 | -4/+0 |
| | | | | SVN-Revision: 25146 | ||||
* | busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg ↵ | Jo-Philipp Wich | 2010-11-14 | 1 | -1/+1 |
| | | | | | | revision SVN-Revision: 23990 | ||||
* | busybox: mark as essential | Jo-Philipp Wich | 2010-11-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 23961 | ||||
* | busybox: fix configured stampfile name - add $(SH_FUNC) for md5s | Felix Fietkau | 2010-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 23600 | ||||
* | package/busybox: update to busybox-1.17.3 | Alexandros C. Couloumbis | 2010-10-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 23435 | ||||
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 | 1 | -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. Couloumbis | 2010-09-06 | 1 | -2/+2 |
| | | | | | | patches SVN-Revision: 22953 | ||||
* | package/busybox: update to busybox-1.7.1, include upstream patches | Alexandros C. Couloumbis | 2010-08-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 22659 | ||||
* | package/busybox: fix sed issue with gcc-4.5.0 (closes #7566) | Alexandros C. Couloumbis | 2010-07-06 | 1 | -0/+4 |
| | | | | SVN-Revision: 22074 | ||||
* | package/busybox: update to 1.16.2 (bug fix release) | Nicolas Thill | 2010-06-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 21813 | ||||
* | package/busybox: add upstream hush patch, bump release number | Nicolas Thill | 2010-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 21545 | ||||
* | package/busybox: add upstream udhcp hostname truncation fix, bump release number | Nicolas Thill | 2010-05-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 21510 | ||||
* | package/busybox: add 2 upstream fixes (ash & cpio), bumb release number | Nicolas Thill | 2010-04-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 21186 | ||||
* | package/busybox: add upstream sed patch, bump release number | Alexandros C. Couloumbis | 2010-04-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 21151 | ||||
* | package/busybox: rename 'target-config.in' to 'Config.in' for coherency, ↵ | Nicolas Thill | 2010-04-16 | 1 | -5/+1 |
| | | | | | | move submenu to it and source main busybox Config.in from there SVN-Revision: 20912 | ||||
* | package/busybox: add 3 upstream fixes, bump release number | Nicolas Thill | 2010-04-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 20904 |