| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts: update SPDX license names | Paul Spooren | 2020-09-22 | 33 | -33/+33 |
* | build: mconf readme update | Sergio E. Nemirowski | 2020-07-07 | 1 | -3/+6 |
* | build: add nconfig | Sergio E. Nemirowski | 2020-07-07 | 6 | -2/+2390 |
* | scripts: config: remove accidentally added file | Álvaro Fernández Rojas | 2020-06-02 | 2 | -0/+1 |
* | scripts: support Sercomm load tags | Álvaro Fernández Rojas | 2020-06-02 | 1 | -0/+0 |
* | build: have config-clean deal with old temp files | Eneas U de Queiroz | 2020-05-20 | 2 | -1/+11 |
* | build: scripts/config - update to kconfig-v5.6 | Eneas U de Queiroz | 2020-05-20 | 38 | -4952/+7765 |
* | Revert "build: scripts/config - update to kconfig-v5.6" | Jo-Philipp Wich | 2020-04-12 | 38 | -7752/+4951 |
* | Revert "build: add option to warn on recursive dependency" | Jo-Philipp Wich | 2020-04-12 | 2 | -9/+0 |
* | Revert "build: config: allow bool to select a module pkg" | Jo-Philipp Wich | 2020-04-12 | 2 | -4/+2 |
* | build: config: allow bool to select a module pkg | Eneas U de Queiroz | 2020-04-11 | 2 | -2/+4 |
* | build: add option to warn on recursive dependency | Eneas U de Queiroz | 2020-04-09 | 2 | -0/+9 |
* | build: scripts/config - update to kconfig-v5.6 | Eneas U de Queiroz | 2020-04-09 | 38 | -4951/+7752 |
* | build: simplify building *config targets | Eneas U de Queiroz | 2020-04-09 | 1 | -14/+9 |
* | build: fix xconfig target | leo chung | 2019-09-25 | 1 | -1/+1 |
* | build: fix host menu config targets using ncurses | Petr Štetiar | 2019-09-25 | 1 | -2/+0 |
* | scripts/config: fix *c_shipped build depency tracking | Jonas Gorski | 2019-06-20 | 1 | -4/+4 |
* | config: fix relational operators for bool and tristate symbols | Nicolas Pitre | 2019-06-20 | 1 | -1/+4 |
* | config: regenerate *_shipped sources | Jonas Gorski | 2019-06-20 | 2 | -243/+302 |
* | config: Change conf.c remove compiler warnings | Paul Schulz | 2018-07-30 | 1 | -6/+6 |
* | build: cleanup leftover qconf files | Alif M. Ahmad | 2018-02-13 | 1 | -1/+1 |
* | merge: base: update base-files and basic config | Zoltan HERPAI | 2017-12-08 | 1 | -1/+1 |
* | scripts/config: add qconf files to .gitignore | Alif M. Ahmad | 2017-11-02 | 1 | -0/+6 |
* | scripts/config: Add qconf target to Makefile | Alif M. Ahmad | 2017-11-02 | 1 | -0/+56 |
* | scripts/config: add -DKBUILD_NO_NLS to CXXFLAGS | Felix Fietkau | 2017-11-02 | 1 | -0/+1 |
* | scripts/config: import qconf | Alif M. Ahmad | 2017-11-02 | 3 | -0/+2526 |
* | scripts/config: properly handle select on symbols with unmet direct dependencies | Felix Fietkau | 2016-08-03 | 1 | -11/+3 |
* | scripts/config: sync with latest linux upstream | Felix Fietkau | 2016-08-03 | 15 | -1394/+1398 |
* | branding: add LEDE branding | John Crispin | 2016-03-24 | 1 | -1/+1 |
* | scripts/config: fix handling of CONFDEFAULT on oldconfig | Felix Fietkau | 2015-11-03 | 1 | -2/+2 |
* | scripts/config: sync with linux upstream | Felix Fietkau | 2015-01-08 | 24 | -239/+627 |
* | scripts/config: fix segfault introduced in r43652 | Felix Fietkau | 2014-12-13 | 2 | -0/+2 |
* | scripts/config: remove debug statement | Jo-Philipp Wich | 2014-12-12 | 1 | -1/+0 |
* | scripts/config: support includes relative to the currently processed file | Jo-Philipp Wich | 2014-12-12 | 2 | -0/+21 |
* | scripts/config: make wildcard include with no results non-fatal | Felix Fietkau | 2014-03-10 | 2 | -0/+14 |
* | scripts/config: fix an option processing error that caused duplication in dif... | Felix Fietkau | 2013-05-02 | 1 | -3/+3 |
* | scripts/config: warn on deprected "depends" syntax instead of throwing a synt... | Felix Fietkau | 2013-04-22 | 2 | -143/+158 |
* | build: add new menuconfig code based on linux 3.9 | Felix Fietkau | 2013-04-18 | 33 | -3795/+5720 |
* | scripts/config: fix menuconfig segfault in text inputs when format patterns a... | Jo-Philipp Wich | 2012-10-14 | 1 | -1/+1 |
* | mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_ch... | Michael Büsch | 2011-11-16 | 1 | -20/+20 |
* | scripts/config: merge fixes for various issues, including recursive dependenc... | Felix Fietkau | 2011-10-28 | 7 | -40/+82 |
* | scripts/config/.gitignore omits source files scripts/config/.gitignore aims t... | Jo-Philipp Wich | 2011-06-20 | 2 | -1/+6 |
* | scripts/config: add an option for making the conf tool write to a different file | Felix Fietkau | 2011-01-29 | 1 | -2/+6 |
* | adjust svn:ignore for cygwin builds | Florian Fainelli | 2010-01-05 | 1 | -2/+2 |
* | menuconfig: allow wildcard includes to return no match (#6339) | Felix Fietkau | 2009-12-11 | 2 | -2/+8 |
* | fix breakage introduced with [17394] | Imre Kaloz | 2009-08-25 | 1 | -0/+1 |
* | do not check for a specific Cygwin version, rather check the operating system... | Florian Fainelli | 2009-08-25 | 1 | -2/+1 |
* | cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully | Florian Fainelli | 2009-04-10 | 1 | -2/+3 |
* | menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifie... | Felix Fietkau | 2008-10-18 | 1 | -5/+1 |
* | ignore mconf_check | Felix Fietkau | 2007-10-20 | 1 | -0/+1 |