summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/config
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: disable NIS/SUNRPC by default. RPC support is provided by librpcFelix Fietkau2012-10-311-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34024
* eglibc: remove obsolete dependencies to fix missing config options for ↵Felix Fietkau2011-07-161-15/+2
| | | | | | eglibc 2.13 SVN-Revision: 27623
* fix eglibc INET_ANL option selectionFlorian Fainelli2010-06-021-1/+1
| | | | SVN-Revision: 21660
* toolchain/eglibc: add preliminary support for eglibc-2.12Nicolas Thill2010-05-281-9/+82
| | | | SVN-Revision: 21611
* eglibc: add support for v2.11Nicolas Thill2009-11-241-8/+42
| | | | SVN-Revision: 18522
* cosmetic: more reformatting missed from [18480]Nicolas Thill2009-11-221-2/+3
| | | | SVN-Revision: 18481
* cosmetic: reformat library configuration submenu - adjust indent & spaces - ↵Nicolas Thill2009-11-221-706/+733
| | | | | | use coherent config symbol names in help SVN-Revision: 18480
* eglibc: fix wrong config symbol name if library configuration submenuNicolas Thill2009-11-221-1/+1
| | | | SVN-Revision: 18479
* eglibc: use 'select' instead of 'depends' for configuration options, add ↵Nicolas Thill2009-09-261-13/+14
| | | | | | dependencies for features avalaible in 2.8 or later SVN-Revision: 17751
* eglibc: add support for 2.10 branchNicolas Thill2009-09-261-0/+54
| | | | SVN-Revision: 17748
* and fix another typo, still in eglibc configuration fileNicolas Thill2009-09-261-1/+1
| | | | SVN-Revision: 17747
* fix typo in eglibc configuration fileNicolas Thill2009-09-261-1/+1
| | | | SVN-Revision: 17746
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-0/+726
(related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931