From df61b169d3a4346838057be456fbf99261d7f749 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 20 Dec 2009 18:15:38 +0100 Subject: add some manual menu entries for important packages --- package/glibc/Config.in.manual | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/glibc/Config.in.manual (limited to 'package/glibc') diff --git a/package/glibc/Config.in.manual b/package/glibc/Config.in.manual new file mode 100644 index 000000000..6e01cfb02 --- /dev/null +++ b/package/glibc/Config.in.manual @@ -0,0 +1,21 @@ +config ADK_COMPILE_GLIBC + tristate + depends on ADK_PACKAGE_GLIBC + default n + +config ADK_PACKAGE_GLIBC + prompt "glibc............................. GNU C library" + boolean + select ADK_COMPILE_GLIBC + depends on ADK_TARGET_LIB_GLIBC + default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY + help + GNU C library + +config ADK_PACKAGE_GLIBC_DEV + prompt "glibc-dev.......................... GNU C library header files" + tristate + default n + depends on ADK_TARGET_LIB_GLIBC + help + GNU C library header files -- cgit v1.2.3 From ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Dec 2009 11:37:42 +0100 Subject: remove and ignore autogenerated Config.in files --- package/glibc/Config.in | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 package/glibc/Config.in (limited to 'package/glibc') diff --git a/package/glibc/Config.in b/package/glibc/Config.in deleted file mode 100644 index b6879a384..000000000 --- a/package/glibc/Config.in +++ /dev/null @@ -1,18 +0,0 @@ -config ADK_PACKAGE_GLIBC - prompt "glibc............................... GNU C library" - bool - default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY - default n - depends on ADK_TARGET_LIB_GLIBC - help - GNU C library. - -config ADK_PACKAGE_GLIBC_DEV - prompt "glibc-dev........................... development files" - bool - default n - depends on ADK_TARGET_LIB_GLIBC - help - GNU C library header files. - - -- cgit v1.2.3