| Commit message (Expand) | Author | Age | Files | Lines |
* | [package] busybox: enable ps wide flag by default | jow | 2012-03-04 | 2 | -3/+3 |
* | [package] busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IP... | jow | 2012-01-19 | 1 | -2/+1 |
* | [package] busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 | jow | 2012-01-19 | 1 | -0/+1 |
* | busybox: disable "mesg" by default | nbd | 2011-12-13 | 1 | -1/+1 |
* | package/busybox: wget: URL-decode user:password before base64-encoding it int... | nico | 2011-11-23 | 7 | -9/+246 |
* | [package] busybox: add a "date -k" to set the kernel timezone from the curren... | jow | 2011-11-17 | 2 | -1/+84 |
* | [package] busybox: fix empty password detection in telnetd init (#10432) | jow | 2011-11-16 | 2 | -2/+2 |
* | [package] busybox: revert accidentally committed debugging flag | jow | 2011-11-15 | 1 | -2/+0 |
* | [package] busybox: fix hexdump segmentation fault with an empty leading forma... | jow | 2011-11-15 | 2 | -1/+14 |
* | enable and use shadow passwords by default | kaloz | 2011-11-10 | 2 | -2/+2 |
* | package/busybox: passwd: use MD5 hash by default (like it used to be) | nico | 2011-11-09 | 2 | -1/+21 |
* | busybox: use bash for gen_build_files.sh to avoid printf argument list issues... | nbd | 2011-11-08 | 1 | -0/+8 |
* | package/busybox: use new service wrapper | nico | 2011-11-07 | 3 | -8/+9 |
* | [package] busybox: ntpd: indefinitely try to resolve peer addresses (#10361) | jow | 2011-11-07 | 2 | -1/+49 |
* | package/busybox: update to 1.19.3 | nico | 2011-11-03 | 12 | -222/+26 |
* | [package] busybox: disable rdate, enable ntpd by default | jow | 2011-10-27 | 3 | -4/+4 |
* | busybox: fix a compile error on mac os x | nbd | 2011-10-25 | 1 | -0/+13 |
* | package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743) | nico | 2011-10-24 | 1 | -0/+5 |
* | package/busybox: revert config defaults inadvertently changed in [28513] (tha... | nico | 2011-10-24 | 4 | -5/+5 |
* | [package] busybox: update to 1.19.2 (thanks to Peter Wagner) | nico | 2011-10-21 | 58 | -549/+1023 |
* | [package] busybox: update to 1.18.5, patch from Peter Wagner | florian | 2011-06-25 | 1 | -2/+2 |
* | busybox: Fix insmod for linux 3.0 | hauke | 2011-06-15 | 1 | -9/+16 |
* | busybox: refresh patches | nbd | 2011-04-20 | 20 | -69/+56 |
* | busybox: fix issues with static routes and 6rd option parsing (thx, Florian F... | nbd | 2011-04-20 | 1 | -14/+8 |
* | busybox: get rid of the useless extra menu | nbd | 2011-04-05 | 1 | -3/+3 |
* | [package] update busybox to 1.18.4, patch from Peter Wagner | florian | 2011-04-03 | 26 | -365/+501 |
* | busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC | nbd | 2011-04-03 | 1 | -0/+1 |
* | busybox: simplify conditional dependency on librpc | nbd | 2011-04-03 | 1 | -1/+1 |
* | busybox: only add the librpc build dependency for uclibc (#8864) | nbd | 2011-04-03 | 2 | -2/+6 |
* | busybox: enable cmp by default (#9133) | nbd | 2011-03-29 | 1 | -1/+1 |
* | [package] block-mount busybox: Removed busybox versions of blkid and swap-uti... | cshore | 2011-03-20 | 1 | -25/+25 |
* | [package] busybox: enable mount helpers by default (#8946) | jow | 2011-03-01 | 1 | -1/+1 |
* | busybox: remove the -static-libgcc flag, saves a few kb | nbd | 2011-03-01 | 1 | -0/+11 |
* | busybox: now that librpc only compiles with uclibc, change the build dependen... | nbd | 2011-02-18 | 1 | -1/+1 |
* | busybox: only add a build dependency on librpc if uclibc is selected | nbd | 2011-02-17 | 1 | -1/+1 |
* | busybox: disable killall5 - nothing uses it | nbd | 2011-02-13 | 1 | -1/+1 |
* | busybox: disable nfs mount support by default - people that want to mount nfs... | nbd | 2011-02-13 | 2 | -2/+2 |
* | busybox: fix compile with librpc if necessary (required by nfs mount support) | nbd | 2011-02-13 | 1 | -0/+11 |
* | busybox: disable the check for the uclibc rpc config option | nbd | 2011-02-13 | 1 | -0/+12 |
* | busybox: disable diff by default - apparently it was necessary for ipkg once,... | nbd | 2011-02-13 | 1 | -1/+1 |
* | [package] busybox: get root home dir from /etc/passwd in telnet init script (... | acinonyx | 2011-02-08 | 1 | -1/+8 |
* | [package] busybox: Check if an SSH daemon is enabled before disabling telnet ... | acinonyx | 2011-02-07 | 1 | -4/+4 |
* | [package] busybox: Disable telnet if an SSH public key for root exists (#8760) | acinonyx | 2011-02-02 | 1 | -1/+7 |
* | cron: Add path | nbd | 2011-01-28 | 1 | -0/+2 |
* | [package/busybox]: we don't support gcc 4.5.0 | kaloz | 2011-01-27 | 1 | -4/+0 |
* | [package] busybox: implement ms static routes option in udhcpc (#6435) | jow | 2010-12-22 | 1 | -0/+22 |
* | [package] busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it | jow | 2010-12-04 | 2 | -6/+8 |
* | [package] busybox: add 6RD prefix sanity checking as mandated by RFC5969, bum... | jow | 2010-11-14 | 2 | -25/+35 |
* | [package] busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212)... | jow | 2010-11-14 | 1 | -0/+131 |
* | [package] busybox: mark as essential | jow | 2010-11-11 | 1 | -0/+1 |