Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: Change conf.c remove compiler warnings | Paul Schulz | 2018-07-30 | 1 | -6/+6 |
| | | | | | | | | | | | | Compiler is producing the warning: warning: format not a string literal and no format arguments [-Wformat-security] This patch makes the format a literal string in printf statements. This with: gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3) in Ubuntu 18.04 Signed-off-by: Paul Schulz <paul@mawsonlakes.org> | ||||
* | build: cleanup leftover qconf files | Alif M. Ahmad | 2018-02-13 | 1 | -1/+1 |
| | | | | | | | | | | ``make xconfig`` toplevel target will invoke ``make qconf`` inside ./scripts/config directory, which results a ``qconf`` executable. This commit removes leftover ``qconf`` executable during ``make config-clean``. Signed-off-by: Alif M. Ahmad <alive4ever@live.com> | ||||
* | merge: base: update base-files and basic config | Zoltan HERPAI | 2017-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> | ||||
* | scripts/config: add qconf files to .gitignore | Alif M. Ahmad | 2017-11-02 | 1 | -0/+6 |
| | | | | | | | | | This commit adds qconf related files to .gitignore. The files to be tracked are qconf.cc, qconf.h, and images.c. The files to be ignored are qconf*.o, qconf*, qconf.moc, and .tmp_qtcheck. Signed-off-by: Alif M. Ahmad <alive4ever@live.com> | ||||
* | scripts/config: Add qconf target to Makefile | Alif M. Ahmad | 2017-11-02 | 1 | -0/+56 |
| | | | | | | | | | | qconf is kconfig UI utilizing QT toolkit. This makes it possible to use graphical interface interaction to configure LEDE build target. This commit adds qconf target to ./script/config/Makefile to be used by toplevel ``make xconfig`` later. Signed-off-by: Alif M. Ahmad <alive4ever@live.com> | ||||
* | scripts/config: add -DKBUILD_NO_NLS to CXXFLAGS | Felix Fietkau | 2017-11-02 | 1 | -0/+1 |
| | | | | | | Preparation for adding C++ code which needs the same flag Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | scripts/config: import qconf | Alif M. Ahmad | 2017-11-02 | 3 | -0/+2526 |
| | | | | | | Import qconf.cc, qconf.h, and images.c from linux kernel 4.9.13 archive. Signed-off-by: Alif M. Ahmad <alive4ever@live.com> | ||||
* | scripts/config: properly handle select on symbols with unmet direct dependencies | Felix Fietkau | 2016-08-03 | 1 | -11/+3 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | scripts/config: sync with latest linux upstream | Felix Fietkau | 2016-08-03 | 15 | -1394/+1398 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | branding: add LEDE branding | John Crispin | 2016-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: John Crispin <blogic@openwrt.org> | ||||
* | scripts/config: fix handling of CONFDEFAULT on oldconfig | Felix Fietkau | 2015-11-03 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47372 | ||||
* | scripts/config: sync with linux upstream | Felix Fietkau | 2015-01-08 | 24 | -239/+627 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43873 | ||||
* | scripts/config: fix segfault introduced in r43652 | Felix Fietkau | 2014-12-13 | 2 | -0/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43695 | ||||
* | scripts/config: remove debug statement | Jo-Philipp Wich | 2014-12-12 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43655 | ||||
* | scripts/config: support includes relative to the currently processed file | Jo-Philipp Wich | 2014-12-12 | 2 | -0/+21 |
| | | | | | | | | | | | | | When the initial glob() attempt on a path specified with "source" statement yields no result, then retry the globbing on the same path with the directory part of the currently processed file prepended. This allows us to reference Config.in files relative to their parent instead of relative to the top dir. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43652 | ||||
* | scripts/config: make wildcard include with no results non-fatal | Felix Fietkau | 2014-03-10 | 2 | -0/+14 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39862 | ||||
* | scripts/config: fix an option processing error that caused duplication in ↵ | Felix Fietkau | 2013-05-02 | 1 | -3/+3 |
| | | | | | | | | diffconfig.sh output (#13384) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36522 | ||||
* | scripts/config: warn on deprected "depends" syntax instead of throwing a ↵ | Felix Fietkau | 2013-04-22 | 2 | -143/+158 |
| | | | | | | | | syntax error Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36375 | ||||
* | build: add new menuconfig code based on linux 3.9 | Felix Fietkau | 2013-04-18 | 33 | -3795/+5720 |
| | | | | SVN-Revision: 36361 | ||||
* | scripts/config: fix menuconfig segfault in text inputs when format patterns ↵ | Jo-Philipp Wich | 2012-10-14 | 1 | -1/+1 |
| | | | | | | are entered by the user SVN-Revision: 33773 | ||||
* | mconf: Fix compile warning: "warning: conflicting types for ↵ | Michael Büsch | 2011-11-16 | 1 | -20/+20 |
| | | | | | | ‘sym_set_all_changed’" SVN-Revision: 29190 | ||||
* | scripts/config: merge fixes for various issues, including recursive ↵ | Felix Fietkau | 2011-10-28 | 7 | -40/+82 |
| | | | | | | dependency detection/handling (patch by mbm) SVN-Revision: 28658 | ||||
* | scripts/config/.gitignore omits source files scripts/config/.gitignore aims ↵ | Jo-Philipp Wich | 2011-06-20 | 2 | -1/+6 |
| | | | | | | | | 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 | ||||
* | scripts/config: add an option for making the conf tool write to a different file | Felix Fietkau | 2011-01-29 | 1 | -2/+6 |
| | | | | SVN-Revision: 25230 | ||||
* | adjust svn:ignore for cygwin builds | Florian Fainelli | 2010-01-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 19040 | ||||
* | menuconfig: allow wildcard includes to return no match (#6339) | Felix Fietkau | 2009-12-11 | 2 | -2/+8 |
| | | | | SVN-Revision: 18743 | ||||
* | fix breakage introduced with [17394] | Imre Kaloz | 2009-08-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 17395 | ||||
* | do not check for a specific Cygwin version, rather check the operating ↵ | Florian Fainelli | 2009-08-25 | 1 | -2/+1 |
| | | | | | | system name directly, thanks AndyI SVN-Revision: 17394 | ||||
* | cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully | Florian Fainelli | 2009-04-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 15183 | ||||
* | menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig ↵ | Felix Fietkau | 2008-10-18 | 1 | -5/+1 |
| | | | | | | specifies a default target SVN-Revision: 13008 | ||||
* | ignore mconf_check | Felix Fietkau | 2007-10-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 9379 | ||||
* | add possibility to set default .config values | John Crispin | 2007-10-14 | 3 | -58/+88 |
| | | | | SVN-Revision: 9300 | ||||
* | add initial version of a package feeds management script | Felix Fietkau | 2007-09-23 | 1 | -18/+1 |
| | | | | SVN-Revision: 8973 | ||||
* | color change to make menuconfig easier to read (patch from #1730) | Felix Fietkau | 2007-07-11 | 1 | -5/+5 |
| | | | | SVN-Revision: 7909 | ||||
* | remove a useless warning | Felix Fietkau | 2007-06-12 | 1 | -3/+0 |
| | | | | SVN-Revision: 7588 | ||||
* | Add gitignore files | Felix Fietkau | 2007-05-29 | 1 | -0/+5 |
| | | | | SVN-Revision: 7385 | ||||
* | fix menuconfig 'deselect' statement | Felix Fietkau | 2007-03-29 | 1 | -4/+7 |
| | | | | SVN-Revision: 6753 | ||||
* | add 'deselect' property for menuconfig | Felix Fietkau | 2007-03-23 | 9 | -442/+483 |
| | | | | SVN-Revision: 6647 | ||||
* | disable the automatic config reset if 'Advanced configuration options' is ↵ | Felix Fietkau | 2007-03-04 | 4 | -104/+108 |
| | | | | | | selected SVN-Revision: 6506 | ||||
* | force a config reset when the user changes the target platform in menuconfig | Felix Fietkau | 2007-03-04 | 6 | -290/+317 |
| | | | | SVN-Revision: 6503 | ||||
* | add openbsd compatibility patch (thanks, wbx) | Felix Fietkau | 2006-12-10 | 2 | -2/+9 |
| | | | | SVN-Revision: 5749 | ||||
* | *sigh* increase size of the static buffer allocated in menuconfig again | Felix Fietkau | 2006-10-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 5198 | ||||
* | don't generate .tmpconfig.h and .kconfig.d | Felix Fietkau | 2006-10-14 | 2 | -70/+1 |
| | | | | SVN-Revision: 5071 | ||||
* | improve ncurses check | Felix Fietkau | 2006-10-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 5064 | ||||
* | fix lxdialog build target | Felix Fietkau | 2006-10-13 | 1 | -3/+2 |
| | | | | SVN-Revision: 5063 | ||||
* | remove useless file | Felix Fietkau | 2006-10-13 | 1 | -4/+0 |
| | | | | SVN-Revision: 5062 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 33 | -0/+13766 |