aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 ↵Jo-Philipp Wich2012-01-191-2/+1
| | | | | | default to CONFIG_IPV6, not depend on it SVN-Revision: 29789
* busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6Jo-Philipp Wich2012-01-191-0/+1
| | | | SVN-Revision: 29788
* busybox: disable "mesg" by defaultFelix Fietkau2011-12-131-1/+1
| | | | SVN-Revision: 29510
* package/busybox: wget: URL-decode user:password before base64-encoding it ↵Nicolas Thill2011-11-237-9/+246
| | | | | | 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-172-1/+84
| | | | | | localtime utc offset SVN-Revision: 29203
* busybox: fix empty password detection in telnetd init (#10432)Jo-Philipp Wich2011-11-162-2/+2
| | | | 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-152-1/+14
| | | | SVN-Revision: 29156
* enable and use shadow passwords by defaultImre Kaloz2011-11-102-2/+2
| | | | SVN-Revision: 28936
* package/busybox: passwd: use MD5 hash by default (like it used to be)Nicolas Thill2011-11-092-1/+21
| | | | SVN-Revision: 28885
* busybox: use bash for gen_build_files.sh to avoid printf argument list ↵Felix Fietkau2011-11-081-0/+8
| | | | | | issues on some systems SVN-Revision: 28849
* package/busybox: use new service wrapperNicolas Thill2011-11-073-8/+9
| | | | SVN-Revision: 28836
* busybox: ntpd: indefinitely try to resolve peer addresses (#10361)Jo-Philipp Wich2011-11-072-1/+49
| | | | SVN-Revision: 28794
* package/busybox: update to 1.19.3Nicolas Thill2011-11-0312-222/+26
| | | | SVN-Revision: 28725
* busybox: disable rdate, enable ntpd by defaultJo-Philipp Wich2011-10-273-4/+4
| | | | SVN-Revision: 28613
* busybox: fix a compile error on mac os xFelix Fietkau2011-10-251-0/+13
| | | | SVN-Revision: 28578
* package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)Nicolas Thill2011-10-241-0/+5
| | | | SVN-Revision: 28549
* package/busybox: revert config defaults inadvertently changed in [28513] ↵Nicolas Thill2011-10-244-5/+5
| | | | | | (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-2158-549/+1023
| | | | SVN-Revision: 28513
* busybox: update to 1.18.5, patch from Peter WagnerFlorian Fainelli2011-06-251-2/+2
| | | | SVN-Revision: 27288
* 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> SVN-Revision: 27189
* busybox: refresh patchesFelix Fietkau2011-04-2020-69/+56
| | | | SVN-Revision: 26738
* busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵Felix Fietkau2011-04-201-14/+8
| | | | | | Fuessl) SVN-Revision: 26737
* busybox: get rid of the useless extra menuFelix Fietkau2011-04-051-3/+3
| | | | SVN-Revision: 26493
* update busybox to 1.18.4, patch from Peter WagnerFlorian Fainelli2011-04-0326-365/+501
| | | | SVN-Revision: 26455
* busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPCFelix Fietkau2011-04-031-0/+1
| | | | SVN-Revision: 26437
* 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-032-2/+6
| | | | SVN-Revision: 26429
* busybox: enable cmp by default (#9133)Felix Fietkau2011-03-291-1/+1
| | | | SVN-Revision: 26356
* block-mount busybox: Removed busybox versions of blkid and swap-utils since ↵Daniel Dickinson2011-03-201-25/+25
| | | | | | 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. SVN-Revision: 26245
* busybox: enable mount helpers by default (#8946)Jo-Philipp Wich2011-03-011-1/+1
| | | | SVN-Revision: 25815
* busybox: remove the -static-libgcc flag, saves a few kbFelix Fietkau2011-03-011-0/+11
| | | | SVN-Revision: 25802
* 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: disable killall5 - nothing uses itFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25512
* busybox: disable nfs mount support by default - people that want to mount ↵Felix Fietkau2011-02-132-2/+2
| | | | | | nfs shares can install the nfs-utils package SVN-Revision: 25508
* busybox: fix compile with librpc if necessary (required by nfs mount support)Felix Fietkau2011-02-131-0/+11
| | | | SVN-Revision: 25507
* busybox: disable the check for the uclibc rpc config optionFelix Fietkau2011-02-131-0/+12
| | | | SVN-Revision: 25506
* busybox: disable diff by default - apparently it was necessary for ipkg ↵Felix Fietkau2011-02-131-1/+1
| | | | | | once, but opkg does not seem to use it - saves ~10k on mips SVN-Revision: 25494
* busybox: get root home dir from /etc/passwd in telnet init script (thanks ↵Vasilis Tsiligiannis2011-02-081-1/+8
| | | | | | tripolar) SVN-Revision: 25417
* busybox: Check if an SSH daemon is enabled before disabling telnet access ↵Vasilis Tsiligiannis2011-02-071-4/+4
| | | | | | (#8760) SVN-Revision: 25411
* busybox: Disable telnet if an SSH public key for root exists (#8760)Vasilis Tsiligiannis2011-02-021-1/+7
| | | | SVN-Revision: 25317
* cron: Add pathFelix Fietkau2011-01-281-0/+2
| | | | | | | | | | Override PATH for /etc/init.d/cron. This is necessary to ensure all programs can be found when executing the script from remote by using ssh. (e.g. ssh IP /etc/init.d/cron restart) Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25196
* we don't support gcc 4.5.0Imre Kaloz2011-01-271-4/+0
| | | | SVN-Revision: 25146
* busybox: implement ms static routes option in udhcpc (#6435)Jo-Philipp Wich2010-12-221-0/+22
| | | | SVN-Revision: 24779
* busybox: Comcast uses option 150 for 6RD DHCP announcements, cover itJo-Philipp Wich2010-12-042-6/+8
| | | | SVN-Revision: 24245
* busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg ↵Jo-Philipp Wich2010-11-142-25/+35
| | | | | | revision SVN-Revision: 23990
* busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212) in udhcpcJo-Philipp Wich2010-11-141-0/+131
| | | | SVN-Revision: 23989
* busybox: mark as essentialJo-Philipp Wich2010-11-111-0/+1
| | | | SVN-Revision: 23961
* package/busybox: include an upstream patchAlexandros C. Couloumbis2010-10-251-0/+12
| | | | SVN-Revision: 23630