summaryrefslogtreecommitdiffstats
path: root/scripts/ptx-modifications
Commit message (Collapse)AuthorAgeFilesLines
* improve dependency handlingMichael Olbrich2018-07-101-4/+10
| | | | | | | Check the content of make and in files for packages in addition to the package options to trigger the prepare stage. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v4.11-rc2Michael Olbrich2017-04-113-10/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to latest versionMichael Olbrich2016-05-136-38/+40
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.18Michael Olbrich2015-02-021-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.13Michael Olbrich2014-01-206-15/+15
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.10-rc5Michael Olbrich2013-06-159-243/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: Fix build on DarwinBernhard Walle2013-05-122-0/+35
| | | | | | | | | | | | | | | | Darwin 12.2.0 (Mac OS 10.8) defines CIRCLEQ_HEAD but doesn't define CIRCLEQ_HEAD_INITIALIZER. Since mconf.c uses CIRCLEQ_HEAD_INITIALIZER, the build fails. A simple and safe fix is to always use our own copy of the CIRCLEQ_ macros on every platform. Include "missing.h" and don't include <sys/queue.h>. That works also on Linux, verified on current Arch Linux with glibc 2.17. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [add patch to scripts/ptx-modifications] Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: save last change for future versionsMichael Olbrich2012-10-172-0/+178
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.6-10970-g4d7127dMichael Olbrich2012-10-138-57/+66
|
* [kconfig] update to kconfig from linux 2.6.37-rc7Arnaud Lacombe2010-12-231-1/+1
| | | | | | | | | this adds the upstream patches for "visible": 09899c9 kconfig: regen parser 86e187f kconfig: add an option to determine a menu's visibility Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kconfig] don't fail writing deps when the config file is not up to date.Michael Olbrich2010-11-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kconfig] fix bug in kconfig dependency output patchMichael Olbrich2010-11-171-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update with kconfig from linux-2.6.37-rc2Michael Olbrich2010-11-179-657/+273
| | | | | | | The kconfig upstream now has a configurable conig symbol prefix and there are no more references to the kernel in the help texts. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kconfig] add patch to complain about undefined symbols during selectMarc Kleine-Budde2009-04-172-0/+47
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10295 33e552b5-05e3-0310-8538-816dae2090ed
* [kconfig] rediffedMarc Kleine-Budde2009-04-172-80/+84
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10294 33e552b5-05e3-0310-8538-816dae2090ed
* * ↵Marc Kleine-Budde2009-01-063-38/+19
| | | | | | | | | | | | ptx-modifications/linux-2.6.git-48874077ddd6c0c444758059af2cf77c10204ece.diff: reverse patch, quilt doesn't seem to like it very mutch * ptx-modifications/confdata.c.diff: deleted, obsolete git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9439 33e552b5-05e3-0310-8538-816dae2090ed
* Import linux-2.6.28 kconfig.Ladislav Michl2009-01-068-3248/+730
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9435 33e552b5-05e3-0310-8538-816dae2090ed
* * be precise when giving advice to the userWolfram Sang2008-04-171-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8048 33e552b5-05e3-0310-8538-816dae2090ed
* ptx-modifications/kconfig-2.6.23-ptx1.diffWolfram Sang2008-02-141-1/+1
| | | | | | | give user correct advices what program to run git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7775 33e552b5-05e3-0310-8538-816dae2090ed
* * fix dependency generation from select statementsMichael Olbrich2008-01-291-193/+180
| | | | | | | | - generate dependencies for selected packages only - handle conditional selects correctly git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7720 33e552b5-05e3-0310-8538-816dae2090ed
* More MinGW compatibility stuff.Ladislav Michl2008-01-092-0/+114
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7703 33e552b5-05e3-0310-8538-816dae2090ed
* Make menuconfig work under MinGW.Ladislav Michl2008-01-032-52/+203
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7689 33e552b5-05e3-0310-8538-816dae2090ed
* Use linux-2.6.23 kconfig.Ladislav Michl2007-12-078-1871/+2367
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7642 33e552b5-05e3-0310-8538-816dae2090ed
* * purge timestamp from ptxconfig files toBjoern Buerger2007-10-191-0/+28
| | | | | | | | ease svn management of ptxdist projects git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7551 33e552b5-05e3-0310-8538-816dae2090ed
* fix help functionSascha Hauer2006-01-261-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4422 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2005-11-292-0/+794
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3454 33e552b5-05e3-0310-8538-816dae2090ed
* xconfig fixes; patch by Thibaut VareneRobert Schwebel2005-01-241-2/+137
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2231 33e552b5-05e3-0310-8538-816dae2090ed
* update to kconfig/lxdialog from 2.6.10; kconfig has a unified prefix ↵Robert Schwebel2005-01-202-75/+232
| | | | | | (PTXCONF_) macro now. Patch by Thibaut Varene git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2203 33e552b5-05e3-0310-8538-816dae2090ed
* * fixed QT frondendMarc Kleine-Budde2004-11-181-5/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2048 33e552b5-05e3-0310-8538-816dae2090ed
* Added more clean targetsRobert Schwebel2004-01-271-2/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@994 33e552b5-05e3-0310-8538-816dae2090ed
* Added. [RSC]Robert Schwebel2003-12-181-0/+778
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@898 33e552b5-05e3-0310-8538-816dae2090ed
* New patch. [RSC]Robert Schwebel2003-09-131-0/+195
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@307 33e552b5-05e3-0310-8538-816dae2090ed
* Initial revisionJochen Striepe2003-04-244-0/+447
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@2 33e552b5-05e3-0310-8538-816dae2090ed