summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* busybox: fix disabling /sbin/init and logread if procd is used as initnbd2013-03-161-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [busybox] make init and logread depend on !PROCD_INITblogic2013-03-131-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: add an upstream ntpd fix (#12841)jow2013-01-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* licensing: Add licensing metadata to many packageshcg2012-10-191-0/+3
| | | | | | | | | | | | | | Two new variables are 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! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: remove reference to removed httpd init scriptflorian2012-10-141-1/+0
| | | | | | Patch from Daniel Harding. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add the + token to any commands that can pass through the jobserver, ↵nbd2012-09-231-1/+1
| | | | | | fixes parallel build on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add support for CHECKSUM_PARTIAL to udhcpcflorian2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add patch to fix CVE-2011-2716 in udhcp.florian2012-09-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: enable fsync applet by defaultflorian2012-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: support V=c toplevel verboseness flag (#11799)florian2012-08-071-0/+9
| | | | | | Signed-off-by: Gregory M. Turner <gmt@malth.us> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove BUSYBOX_USE_LIBRPCnbd2012-06-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix bad variable substitution on right hand side of I/O ↵jow2012-06-101-1/+1
| | | | | | redirection, imported patch from upstream bug 5282 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox 1.19.4 update patchjow2012-03-181-3/+3
| | | | | | | | This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: enable ps wide flag by defaultjow2012-03-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: wget: URL-decode user:password before base64-encoding it ↵nico2011-11-231-1/+1
| | | | | | into auth hdr (upstream fix) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add a "date -k" to set the kernel timezone from the ↵jow2011-11-171-1/+1
| | | | | | current localtime utc offset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix empty password detection in telnetd init (#10432)jow2011-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: revert accidentally committed debugging flagjow2011-11-151-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix hexdump segmentation fault with an empty leading ↵jow2011-11-151-1/+3
| | | | | | format unit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable and use shadow passwords by defaultkaloz2011-11-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: passwd: use MD5 hash by default (like it used to be)nico2011-11-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: use new service wrappernico2011-11-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: ntpd: indefinitely try to resolve peer addresses (#10361)jow2011-11-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.19.3nico2011-11-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: disable rdate, enable ntpd by defaultjow2011-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: revert config defaults inadvertently changed in [28513] ↵nico2011-10-241-2/+2
| | | | | | (thanks to Liu Yu Fei, Eric), bump release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to 1.19.2 (thanks to Peter Wagner)nico2011-10-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to 1.18.5, patch from Peter Wagnerflorian2011-06-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update busybox to 1.18.4, patch from Peter Wagnerflorian2011-04-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: simplify conditional dependency on librpcnbd2011-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: only add the librpc build dependency for uclibc (#8864)nbd2011-04-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: now that librpc only compiles with uclibc, change the build ↵nbd2011-02-181-1/+1
| | | | | | dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: only add a build dependency on librpc if uclibc is selectednbd2011-02-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix compile with librpc if necessary (required by nfs mount support)nbd2011-02-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/busybox]: we don't support gcc 4.5.0kaloz2011-01-271-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add 6RD prefix sanity checking as mandated by RFC5969, ↵jow2010-11-141-1/+1
| | | | | | bump pkg revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: mark as essentialjow2010-11-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix configured stampfile name - add $(SH_FUNC) for md5snbd2010-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.17.3acoul2010-10-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* From: Joseph Roback <openwrt-devel@roback.cc>mb2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵acoul2010-09-061-2/+2
| | | | | | patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.7.1, include upstream patchesacoul2010-08-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)acoul2010-07-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.16.2 (bug fix release)nico2010-06-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add upstream hush patch, bump release numbernico2010-05-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add upstream udhcp hostname truncation fix, bump release numbernico2010-05-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add 2 upstream fixes (ash & cpio), bumb release numbernico2010-04-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add upstream sed patch, bump release numberacoul2010-04-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: rename 'target-config.in' to 'Config.in' for coherency, ↵nico2010-04-161-5/+1
| | | | | | move submenu to it and source main busybox Config.in from there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add 3 upstream fixes, bump release numbernico2010-04-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20904 3c298f89-4303-0410-b956-a3cf2f4a3e73