From 63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 19 Nov 2017 00:10:53 -0800 Subject: A few fixes for showSamples - Use fork's name, not the master package name - Allow to use a choice selector when printing a package - Consider complibs always present (they are, gcc does require gmp/...) Signed-off-by: Alexey Neyman --- maintainer/kconfig-choice.template | 6 ++++++ maintainer/kconfig-versions.template | 2 ++ 2 files changed, 8 insertions(+) (limited to 'maintainer') diff --git a/maintainer/kconfig-choice.template b/maintainer/kconfig-choice.template index b2ca2176..ec66f742 100644 --- a/maintainer/kconfig-choice.template +++ b/maintainer/kconfig-choice.template @@ -25,6 +25,12 @@ config @@dir|@@ default "@@choice@@" if @@dir|@@_@@choice|@@ #!end-foreach +config @@dir|@@_KSYM + string +#!foreach choice + default "@@choice|@@" if @@dir|@@_@@choice|@@ +#!end-foreach + #!foreach choice if @@dir|@@_@@choice|@@ source "config/@@dir@@/@@choice@@.in" diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index e4be903b..37461b7d 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -243,6 +243,8 @@ config @@fork|@@_VERSION #!foreach version default "@@ver@@" if @@fork|@@_V_@@ver_sel|@@ #!end-foreach + default "new" if @@fork|@@_VERY_NEW + default "old" if @@fork|@@_VERY_OLD default "unknown" #!if [ "@@#version@@" -gt 0 ] -- cgit v1.2.3