summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* busybox: remove old no-MMU hackerynbd2013-04-171-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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-133-1/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove two obsolete patchesjogo2013-02-218-91/+13
| | | | | | | | | | | They either work around missing implementations in uClibc 0.9.30 and earlier and add already present functionality. Closes #11210, #11211. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: add an upstream ntpd fix (#12841)jow2013-01-197-23/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zram: add package to use compressed ram disk for swaphauke2013-01-061-2/+2
| | | | | | | | | | | | | | The busybox size is increased by 3.2KByte uncompressed on bcm47xx with this commit. This zram-swap automatically creates a zram device, a swap partition on it and make the kernel swap pages to it. Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the script. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: (vconfig) do not attempt to open /proc/net/vlan/config for no good ↵nbd2012-12-231-0/+22
| | | | | | reason (fixes #12663) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix arping applet building on muslflorian2012-11-231-0/+12
| | | | | | | | musl-libc is more strict about missing includes. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: define musl specificities in platform.hflorian2012-11-231-0/+17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: change the date -k patch to be more portableflorian2012-11-231-6/+11
| | | | | | | | | Not all libcs have support for tm_gmtoff which is only available for BSD compatibility, and guarded with __USE_BSD defines, use __tm_gmtoff otherwise. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34307 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
* busybox: enable readlink (with -f support)nbd2012-10-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33833 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
* busybox: backport upstream fixes for ext2 related toolsnbd2012-10-081-0/+1441
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: refresh patchesnbd2012-10-089-26/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-dsl] remove dependency for pkillblogic2012-09-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33594 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-192-1/+88
| | | | | | | | | | | 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-142-1/+165
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix build with recent eglibc toolchainsflorian2012-09-131-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: enable fsync applet by defaultflorian2012-08-132-2/+2
| | | | 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
* [package] busybox: Enable ibs, obs and conv options on 'dd'acinonyx2012-06-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove BUSYBOX_USE_LIBRPCnbd2012-06-102-7/+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-102-1/+13
| | | | | | redirection, imported patch from upstream bug 5282 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make librpc compatible with eglibc, unconditionally enable it for packages ↵nbd2012-06-081-1/+0
| | | | | | that need rpc support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox 1.19.4 update patchjow2012-03-189-37/+15
| | | | | | | | 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-042-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix previous commit, make ↵jow2012-01-191-2/+1
| | | | | | CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6jow2012-01-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable "mesg" by defaultnbd2011-12-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: wget: URL-decode user:password before base64-encoding it ↵nico2011-11-237-9/+246
| | | | | | 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-172-1/+84
| | | | | | 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-162-2/+2
| | | | 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-152-1/+14
| | | | | | 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-102-2/+2
| | | | 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-092-1/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: use bash for gen_build_files.sh to avoid printf argument list ↵nbd2011-11-081-0/+8
| | | | | | issues on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: use new service wrappernico2011-11-073-8/+9
| | | | 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-072-1/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.19.3nico2011-11-0312-222/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: disable rdate, enable ntpd by defaultjow2011-10-273-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix a compile error on mac os xnbd2011-10-251-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)nico2011-10-241-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: revert config defaults inadvertently changed in [28513] ↵nico2011-10-244-5/+5
| | | | | | (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-2158-549/+1023
| | | | 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
* busybox: Fix insmod for linux 3.0hauke2011-06-151-9/+16
| | | | | | | | | | | Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: refresh patchesnbd2011-04-2020-69/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26738 3c298f89-4303-0410-b956-a3cf2f4a3e73