aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/lxdialog
Commit message (Collapse)AuthorAgeFilesLines
* scripts: update SPDX license namesPaul Spooren2020-09-227-7/+7
| | | | | | | | | SPDX moved from GPL-2.0 to GPL-2.0-only and from GPL-2.0+ to GPL-2.0-or-later. Reflect that in the SPDX license headers. Signed-off-by: Paul Spooren <mail@aparcar.org> [adjust commit title, update remaining files] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* build: scripts/config - update to kconfig-v5.6Eneas U de Queiroz2020-05-209-211/+22
| | | | | | | | | | | | | | | | | | | | | Major changes include: - Much more readable reverse dependencies separated in groups - Improved recursive dependency report - More readable .config files: add comments to signal end of menus - More warnings for incorrect Config.in entries, such as a 'choice' default not contained in the 'choice' - Hability to properly display pseudographics with non-latin locales - Recursive dependencies can optionally be treated as errors Changes from failed dcf3e63a35d05e7e5103819c0f17195bfafe9baa attempt: - Recursive dependencies are treated as warnings by default - The option to treat them as errors is implemented as a command-line flag to scripts/config/conf instead of a compile-time definition - fixed handling of select with umnet dependencies Cc: Petr Štetiar <ynezz@true.cz> Cc: Jo-Philip Wich <jow@mein.io> Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Revert "build: scripts/config - update to kconfig-v5.6"Jo-Philipp Wich2020-04-129-22/+211
| | | | | | | | | | | | | | | | | | | This reverts commit dcf3e63a35d05e7e5103819c0f17195bfafe9baa. The kconfig update requires further testing and refinement until it can remain in tree. Main problems are: - Recursive deps are now fatal instead of a warning - Previously legal syntax now leads to hard failures - It fails all package builds since multiple days The updated kconfig implementation needs to cope with the current status quo in the various package feeds before we can reconsider it for master. It is not desirable that single broken packages can hard-fail the entire build pipeline. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* build: scripts/config - update to kconfig-v5.6Eneas U de Queiroz2020-04-099-211/+22
| | | | | | | | | | | | | | Major changes include: - Much more readable reverse dependencies separated in groups - Improved recursive dependency report - More readable .config files: add comments to signal end of menus - More warnings for incorrect Config.in entries, such as a 'choice' default not contained in the 'choice' - Hability to properly display pseudographics with non-latin locales - Recursive dependencies are now treated as errors - this should make it harder for them to creep in. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* scripts/config: sync with linux upstreamFelix Fietkau2015-01-088-50/+127
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43873
* build: add new menuconfig code based on linux 3.9Felix Fietkau2013-04-1812-1227/+1099
| | | | SVN-Revision: 36361
* scripts/config: fix menuconfig segfault in text inputs when format patterns ↵Jo-Philipp Wich2012-10-141-1/+1
| | | | | | are entered by the user SVN-Revision: 33773
* scripts/config/.gitignore omits source files scripts/config/.gitignore aims ↵Jo-Philipp Wich2011-06-201-0/+2
| | | | | | | | to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. Signed-off-by: Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
* fix breakage introduced with [17394]Imre Kaloz2009-08-251-0/+1
| | | | SVN-Revision: 17395
* do not check for a specific Cygwin version, rather check the operating ↵Florian Fainelli2009-08-251-2/+1
| | | | | | system name directly, thanks AndyI SVN-Revision: 17394
* cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfullyFlorian Fainelli2009-04-101-2/+3
| | | | SVN-Revision: 15183
* color change to make menuconfig easier to read (patch from #1730)Felix Fietkau2007-07-111-5/+5
| | | | SVN-Revision: 7909
* add openbsd compatibility patch (thanks, wbx)Felix Fietkau2006-12-102-2/+9
| | | | SVN-Revision: 5749
* improve ncurses checkFelix Fietkau2006-10-131-1/+1
| | | | SVN-Revision: 5064
* remove useless fileFelix Fietkau2006-10-131-4/+0
| | | | SVN-Revision: 5062
* finally move buildroot-ng to trunkFelix Fietkau2016-03-2013-0/+2700