Ver código fonte

allow headers to be installed as package

Waldemar Brodkorb 14 anos atrás
pai
commit
1fda4ed40f
2 arquivos alterados com 2 adições e 2 exclusões
  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
 	prompt "eglibc-dev........................... development files"
-	bool
+	tristate
 	default n
 	depends on ADK_TARGET_LIB_EGLIBC
 	help

+ 1 - 1
package/glibc/Config.in

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