Browse Source

gluon-site: remove dependency of GLUON_MULTIDOMAIN on gluon-site

Solves a recursive dependency problem.

While we're at it, also fix the description string.
Matthias Schiffer 6 years ago
parent
commit
bc75ce5c86
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package/gluon-site/Makefile

+ 1 - 2
package/gluon-site/Makefile

@@ -36,8 +36,7 @@ config GLUON_SITEDIR
 	default ""
 
 config GLUON_MULTIDOMAIN
-	bool "Gluon site configuration directory"
-	depends on PACKAGE_gluon-site
+	bool "Gluon multi-domain support"
 
 endef