On Sat, 2013-04-13 at 07:13 -0700, Luis R. Rodriguez wrote:
> From: "Luis R. Rodriguez" <[email protected]>
> 
> At times we may want to disable a config option completely.
> Add support for this. All you have to is list the config
> on the depdependencies file with DISABLE instead of a kernel
> version.

Applied, but

> +            if (dep == "DISABLE"):

I removed those parentheses

> +                 new.append('BACKPORT_KERNEL_%s' % dep.replace('.', '_'))

and made this just "BACKPORT_DISABLED_KCONFIG_OPTION" instead of using
"dep"

johannes

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to