From 9e05689406c83ae3020ca32a6ec6387466209138 Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Mon, 13 May 2013 16:22:27 +0200 Subject: Implement Kconfig build system Signed-off-by: Christian Eppler --- kconfig-frontends/utils/tweak.in.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kconfig-frontends/utils/tweak.in.patch (limited to 'kconfig-frontends/utils/tweak.in.patch') diff --git a/kconfig-frontends/utils/tweak.in.patch b/kconfig-frontends/utils/tweak.in.patch new file mode 100644 index 0000000..db36514 --- /dev/null +++ b/kconfig-frontends/utils/tweak.in.patch @@ -0,0 +1,23 @@ +diff --git a/utils/tweak.in b/utils/tweak.in +--- a/utils/tweak.in ++++ b/utils/tweak.in +@@ -1,8 +1,8 @@ + #!/bin/bash + # Manipulate options in a .config file from the command line + +-# If no prefix forced, use the default CONFIG_ +-CONFIG_="${CONFIG_-CONFIG_}" ++# If no prefix forced, use the default @CONFIG_@ ++CONFIG_="${CONFIG_-@CONFIG_@}" + + usage() { + cat >&2 <