summaryrefslogtreecommitdiff
path: root/networking/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-11/+18
|
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
| | | | version of make (3.71.1).
* - remove unused lists *-mBernhard Reutner-Fischer2006-03-021-4/+0
|
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-18/+11
| | | | - use less resources for the buildsystem itself
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
| | | | Cherry-picked from Devin Bayer's big MacOS X patch.
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-2/+2
|
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+1
|
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-1/+11
| | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
* Move interface.c to networking directory since it's only used by ifconfig.Rob Landley2005-11-221-1/+1
|
* use brief license lineMike Frysinger2005-09-241-15/+2
|
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
|
* import ether-wake applet by haveaniceday Bug 252Mike Frysinger2005-05-111-31/+31
|
* David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley2005-04-301-0/+1
| | | | | | version 0418b. It compiled.
* import fakeidentd module started by Thomas LundquistMike Frysinger2005-04-171-0/+1
|
* egor duda writes:Eric Andersen2004-10-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor
* Fix indentingEric Andersen2004-04-061-12/+12
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* last_patch95 from vodz:Eric Andersen2003-07-281-0/+7
| | | | | | | | | | | | | | | | | Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-091-0/+1
| | | | | | last_patch_80 from Vladimir N. Oleynik
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-231-0/+1
| | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
* arping applet by Nick FedchikGlenn L McGrath2003-01-091-0/+1
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-051-0/+1
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-131-0/+2
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-131-0/+1
|
* Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath2002-12-011-9/+13
| | | | Bastian Blank
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-101-0/+1
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-1/+2
|
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-091-0/+1
|
* added full udhcp integrationRuss Dill2002-10-141-1/+0
|
* last_patch58 from vodz:Eric Andersen2002-09-301-0/+1
| | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
* New applet, udhcp clientGlenn L McGrath2002-08-211-0/+1
|
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-0/+1
| | | | | | | | | | | | | | | IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!
* Completely rework the config system so that it no longer annoys me to work onEric Andersen2002-04-121-0/+42
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik