Browse Source

allow headers to be installed as package

Waldemar Brodkorb 14 years ago
parent
commit
1fda4ed40f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/eglibc/Config.in
  2. 1 1
      package/glibc/Config.in

+ 1 - 1
package/eglibc/Config.in

@@ -9,7 +9,7 @@ config ADK_PACKAGE_EGLIBC
 
 
 config ADK_PACKAGE_EGLIBC_DEV
 config ADK_PACKAGE_EGLIBC_DEV
 	prompt "eglibc-dev........................... development files"
 	prompt "eglibc-dev........................... development files"
-	bool
+	tristate
 	default n
 	default n
 	depends on ADK_TARGET_LIB_EGLIBC
 	depends on ADK_TARGET_LIB_EGLIBC
 	help
 	help

+ 1 - 1
package/glibc/Config.in

@@ -9,7 +9,7 @@ config ADK_PACKAGE_GLIBC
 
 
 config ADK_PACKAGE_GLIBC_DEV
 config ADK_PACKAGE_GLIBC_DEV
 	prompt "glibc-dev........................... development files"
 	prompt "glibc-dev........................... development files"
-	bool
+	tristate
 	default n
 	default n
 	depends on ADK_TARGET_LIB_GLIBC
 	depends on ADK_TARGET_LIB_GLIBC
 	help
 	help