summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵nbd2011-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 menunbd2011-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 Wagnerflorian2011-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_LIBRPCnbd2011-04-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: simplify conditional dependency on librpcnbd2011-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)nbd2011-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)nbd2011-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 ↵cshore2011-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)jow2011-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 kbnbd2011-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 ↵nbd2011-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 selectednbd2011-02-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable killall5 - nothing uses itnbd2011-02-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable nfs mount support by default - people that want to mount ↵nbd2011-02-132-2/+2
| | | | | | nfs shares can install the nfs-utils package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix compile with librpc if necessary (required by nfs mount support)nbd2011-02-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable the check for the uclibc rpc config optionnbd2011-02-131-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: disable diff by default - apparently it was necessary for ipkg ↵nbd2011-02-131-1/+1
| | | | | | once, but opkg does not seem to use it - saves ~10k on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: get root home dir from /etc/passwd in telnet init script ↵acinonyx2011-02-081-1/+8
| | | | | | (thanks tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: Check if an SSH daemon is enabled before disabling telnet ↵acinonyx2011-02-071-4/+4
| | | | | | access (#8760) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: Disable telnet if an SSH public key for root exists (#8760)acinonyx2011-02-021-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cron: Add pathnbd2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/busybox]: we don't support gcc 4.5.0kaloz2011-01-271-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: implement ms static routes option in udhcpc (#6435)jow2010-12-221-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: Comcast uses option 150 for 6RD DHCP announcements, cover itjow2010-12-042-6/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add 6RD prefix sanity checking as mandated by RFC5969, ↵jow2010-11-142-25/+35
| | | | | | bump pkg revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option ↵jow2010-11-141-0/+131
| | | | | | 212) in udhcpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: mark as essentialjow2010-11-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: include an upstream patchacoul2010-10-251-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix configured stampfile name - add $(SH_FUNC) for md5snbd2010-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.17.3acoul2010-10-144-628/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix endianes issue under FreeBSD 8.1acoul2010-09-291-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* From: Joseph Roback <openwrt-devel@roback.cc>mb2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵acoul2010-09-069-178/+631
| | | | | | patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix macosx cross compile, closes #7775acoul2010-08-161-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add missing bits from 1.17.1 update (mostly config stuff), ↵nico2010-08-1533-509/+902
| | | | | | rename upstream patches so they're applied first git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix missing bit, refresh patchesacoul2010-08-1520-63/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.7.1, include upstream patchesacoul2010-08-1518-229/+325
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix compilation on FreeBSDjow2010-07-221-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files, busybox: fix 22279, simplify code and get rid of awkjow2010-07-181-7/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files & telnet: Fixed telnet starting even with root password ↵cshore2010-07-181-1/+2
| | | | | | when shadow passwords in use. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)acoul2010-07-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Fixed remote logging bug in which starting syslog before the ↵cshore2010-06-271-0/+40
| | | | | | network (and hence the remote host being available) results in failure to do any remote logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 support from several packagesnbd2010-06-261-15/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.16.2 (bug fix release)nico2010-06-169-322/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add upstream hush patch, bump release numbernico2010-05-232-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add upstream udhcp hostname truncation fix, bump release numbernico2010-05-192-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: use uci_get() wrapper (#7312)jow2010-05-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add 2 upstream fixes (ash & cpio), bumb release numbernico2010-04-274-3/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: refresh patchesnico2010-04-271-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add upstream sed patch, bump release numberacoul2010-04-252-1/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21151 3c298f89-4303-0410-b956-a3cf2f4a3e73