aboutsummaryrefslogtreecommitdiff
path: root/scripts/defconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* update defconfigDenis Vlasenko2007-03-111-19/+40
|
* - add chrt applet.Bernhard Reutner-Fischer2007-03-091-0/+1
| | | | | | text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage
* Make -Werror configurableDenis Vlasenko2007-01-271-1/+1
|
* Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko2007-01-241-1/+0
| | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6".
* clean up commented out old codeDenis Vlasenko2007-01-221-0/+1
|
* remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko2007-01-221-1/+0
|
* defconfig: refreshDenis Vlasenko2007-01-221-17/+20
|
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-221-7/+7
| | | | so rename stuff accordingly.
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko2007-01-211-0/+1
| | | | less-known keys (e.g. Ctrl-B/E/F)
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko2007-01-211-0/+1
| | | | | | executable if we asked to exec someting with argv[0] == known_applet" Use it in init. Also respect PATH in init, remove explicit "/sbin" etc from exec. Patch by Gabriel L. Somlo <somlo@cmu.edu>
* next part of ipv6-ization is here: wget & httpdDenis Vlasenko2007-01-121-1/+0
|
* - add arp to defconfigBernhard Reutner-Fischer2007-01-071-0/+1
|
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-221-1/+1
|
* - rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer2006-12-191-1/+1
|
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-1/+0
| | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd.
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-0/+2
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* - update defconfigBernhard Reutner-Fischer2006-11-211-3/+3
|
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-211-6/+61
| | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update
* - add nmeter and raidautorun to defconfig.Bernhard Reutner-Fischer2006-10-241-0/+2
|
* make defconfig now worksDenis Vlasenko2006-10-051-0/+607