aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
AgeCommit message (Expand)Author
2018-12-10tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optionalDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2017-07-21config: deindent all help textsDenys Vlasenko
2017-01-03Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko
2016-11-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko
2015-10-14networking: add 'ip neigh' commandCurt Brune
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-01-30telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernelMartin Kaiser
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko
2013-10-12wget: add support for connect timeoutLauri Kasanen
2012-09-29brctl: fix description and usageNicolas Thill
2012-06-17config: do not refer to HTTPS for wgetPierre Carrier
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-08-08wget: make -T support enabled by defaultDenys Vlasenko
2010-08-08wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn
2010-07-25httpd: optional support for gzip-compressed pagesPeter Korsgaard
2010-07-19tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DSTJeremie Koenig
2010-07-19libbb: conditionalize AF_* usage in error reportingJeremie Koenig
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko
2010-06-17networking/Config.src: make tftp/tftpd-related options less confusing. Closes...Denys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko