aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/streamline_config.pl
AgeCommit message (Expand)AuthorFilesLines
2013-04-29localmodconfig: Process source kconfig files as they are foundGravatar Steven Rostedt 1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsGravatar Steven Rostedt 1-0/+9
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Gravatar Yuta Ando 1-0/+2
2012-08-16localmodconfig: Use my variable for loop in streamline_config.plGravatar Bill Pemberton 1-1/+1
2012-08-16localmodconfig: Use 3 parameter open in streamline_config.plGravatar Bill Pemberton 1-16/+14
2012-08-16localmodconfig: Rework find_config in streamline_config.plGravatar Bill Pemberton 1-8/+6
2012-08-16localmodconfig: Set default value for ksource in streamline_config.plGravatar Bill Pemberton 1-1/+1
2012-06-19localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUGGravatar Steven Rostedt 1-0/+21
2012-06-19localmodconfig: Check if configs are already set for selectsGravatar Steven Rostedt 1-11/+104
2012-06-19localmodconfig: Read in orig config file to avoid extra processingGravatar Steven Rostedt 1-2/+24
2012-06-19localmodconfig: Comments and cleanup for streamline_config.plGravatar Steven Rostedt 1-4/+9
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesGravatar Steven Rostedt 1-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationGravatar Steven Rostedt 1-13/+12
2011-08-08kconfig/streamline_config.pl: use options to determine operating modeGravatar Arnaud Lacombe 1-1/+13
2011-08-08kconfig/streamline_config.pl: directly access LSMOD from the environmentGravatar Arnaud Lacombe 1-2/+6
2011-02-08trivial: Fix Steven's Copyright typosGravatar Uwe Kleine-König 1-1/+1
2010-10-29kconfig: Have streamline_config process menuconfigs tooGravatar Steven Rostedt 1-2/+2
2010-10-29kconfig: Fix streamline_config to read multi line deps in Kconfig filesGravatar Steven Rostedt 1-1/+18
2010-10-29kconfig: Fix missing declaration of variable $dir in streamline_config.plGravatar hiromu 1-1/+3
2010-10-29kconfig: Fix variable name typo %prompts in streamline_config.plGravatar hiromu yagura 1-2/+2
2010-10-29kconfig: Make localmodconfig handle environment variablesGravatar Steven Rostedt 1-1/+11
2010-05-28kconfig: Hide error output in find command in streamline_config.plGravatar Toralf Förster 1-2/+3
2010-05-28kconfig: Fix typo in comment in streamline_config.plGravatar Toralf Foerster 1-1/+1
2010-05-28kconfig: Make a variable local in streamline_config.plGravatar Toralf Foerster 1-1/+1
2010-02-02kconfig: Add LSMOD=file to override the lsmod for localmodconfigGravatar Steven Rostedt 1-11/+27
2010-02-02kconfig: Look in both /bin and /sbin for lsmod in streamline_config.plGravatar Steven Rostedt 1-1/+14
2010-01-06kconfig: Check for if conditions in Kconfig for localmodconfigGravatar Steven Rostedt 1-0/+26
2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configGravatar Steven Rostedt 1-6/+6
2009-08-18kconfig: make local .config default for streamline_configGravatar Steven Rostedt 1-4/+4
2009-08-18kconfig: test for /boot/config-uname after /proc/config.gz in localconfigGravatar Steven Rostedt 1-0/+4
2009-08-18kconfig: unset IKCONFIG_PROC and clean up nestingGravatar Steven Rostedt 1-6/+3
2009-08-18kconfig: search for a config to base the local(mod|yes)config onGravatar Steven Rostedt 1-1/+62
2009-08-18kconfig: enable CONFIG_IKCONFIG from streamline_config.plGravatar Steven Rostedt 1-10/+23
2009-08-18kconfig: do not warn about modules built inGravatar Steven Rostedt 1-3/+5
2009-08-18kconfig: streamline_config.pl do not stop with no dependsGravatar Steven Rostedt 1-5/+3
2009-08-18kconfig: add streamline_config.pl to scriptsGravatar Steven Rostedt 1-0/+291