aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* busybox: enable readlink by default, it is used by various scriptsFelix Fietkau2013-09-051-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: busybox: merge r35239Jo-Philipp Wich2013-01-194-9/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: backport upstream fixes for ext2 related tools (backport of r33662)Felix Fietkau2012-10-081-0/+1441
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-dsl] remove dependency for pkillJohn Crispin2012-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, ↵Felix Fietkau2012-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 udhcpcFlorian Fainelli2012-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.Florian Fainelli2012-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 toolchainsFlorian Fainelli2012-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 defaultFlorian Fainelli2012-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)Florian Fainelli2012-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'Vasilis Tsiligiannis2012-06-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove BUSYBOX_USE_LIBRPCFelix Fietkau2012-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 ↵Jo-Philipp Wich2012-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 ↵Felix Fietkau2012-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 patchJo-Philipp Wich2012-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 defaultJo-Philipp Wich2012-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 ↵Jo-Philipp Wich2012-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_IPV6Jo-Philipp Wich2012-01-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable "mesg" by defaultFelix Fietkau2011-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 ↵Nicolas Thill2011-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 ↵Jo-Philipp Wich2011-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)Jo-Philipp Wich2011-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 flagJo-Philipp Wich2011-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 ↵Jo-Philipp Wich2011-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 defaultImre Kaloz2011-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)Nicolas Thill2011-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 ↵Felix Fietkau2011-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 wrapperNicolas Thill2011-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)Jo-Philipp Wich2011-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.3Nicolas Thill2011-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 defaultJo-Philipp Wich2011-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 xFelix Fietkau2011-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)Nicolas Thill2011-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] ↵Nicolas Thill2011-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)Nicolas Thill2011-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 WagnerFlorian Fainelli2011-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.0Hauke Mehrtens2011-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 patchesFelix Fietkau2011-04-2020-69/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵Felix Fietkau2011-04-201-14/+8
| | | | | | Fuessl) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: get rid of the useless extra menuFelix Fietkau2011-04-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update busybox to 1.18.4, patch from Peter WagnerFlorian Fainelli2011-04-0326-365/+501
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPCFelix Fietkau2011-04-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: simplify conditional dependency on librpcFelix Fietkau2011-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)Felix Fietkau2011-04-032-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: enable cmp by default (#9133)Felix Fietkau2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount busybox: Removed busybox versions of blkid and ↵Daniel Dickinson2011-03-201-25/+25
| | | | | | swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: enable mount helpers by default (#8946)Jo-Philipp Wich2011-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove the -static-libgcc flag, saves a few kbFelix Fietkau2011-03-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 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 selectedFelix Fietkau2011-02-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25564 3c298f89-4303-0410-b956-a3cf2f4a3e73