summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* package/busybox: rename 'target-config.in' to 'Config.in' for coherency, ↵Nicolas Thill2010-04-161-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 numberNicolas Thill2010-04-161-1/+1
| | | | SVN-Revision: 20904
* package/busybox: enable blkid, mkswap & swaponoff applets, enable ↵Nicolas Thill2010-04-061-1/+1
| | | | | | uuid/volumeid support, bumb release number SVN-Revision: 20726
* busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)Nicolas Thill2010-04-031-2/+2
| | | | SVN-Revision: 20661
* busybox: add myself as maintainerNicolas Thill2010-04-021-1/+2
| | | | SVN-Revision: 20657
* busybox: fix typo in last commit, thx NicoJo-Philipp Wich2010-02-251-1/+1
| | | | SVN-Revision: 19853
* busybox: disable busybox' own stripping, fixes stripped bb binary in ↵Jo-Philipp Wich2010-02-251-1/+1
| | | | | | STAGING_DIR_ROOT SVN-Revision: 19852
* busybox: update to v1.15.3Nicolas Thill2009-12-151-2/+2
| | | | SVN-Revision: 18781
* update busybox to 1.15.2 (#5926)Florian Fainelli2009-12-071-3/+3
| | | | SVN-Revision: 18684
* prevent busybox's ping6 from crashing (#4604)Florian Fainelli2009-11-241-1/+1
| | | | SVN-Revision: 18528
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+4
| | | | | | target yet, but gets close) SVN-Revision: 18019
* busybox: update to v1.14.4 (closes: #5619)Nicolas Thill2009-09-281-2/+2
| | | | SVN-Revision: 17782
* busybox: update to v1.13.4 (closes: #4279)Nicolas Thill2009-05-251-3/+3
| | | | SVN-Revision: 16063
* busybox: update to v1.12.4 (partially closes: #4279)Nicolas Thill2009-05-251-4/+4
| | | | SVN-Revision: 16053
* busybox: add possibility to set crond log level through /etc/config/system ↵Jo-Philipp Wich2009-04-291-1/+1
| | | | | | and use level 5 by default which prevents unneeded debug messages on each job execution SVN-Revision: 15481
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242