瀏覽代碼

Dependency fixes for the new LuCi version

Matthias Schiffer 10 年之前
父節點
當前提交
201acaa3a9
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      package/gluon-config-mode-core/Makefile
  2. 1 1
      package/gluon-core/Makefile
  3. 1 1
      package/gluon-luci-admin/Makefile

+ 1 - 1
package/gluon-config-mode-core/Makefile

@@ -14,7 +14,7 @@ define Package/gluon-config-mode-core
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Luci based config mode for user friendly setup of new mesh nodes
-  DEPENDS:=+gluon-luci-core +gluon-setup-mode +gluon-lock-password
+  DEPENDS:=+gluon-setup-mode +gluon-luci-theme +gluon-lock-password
 endef
 
 define Build/Prepare

+ 1 - 1
package/gluon-core/Makefile

@@ -12,7 +12,7 @@ define Package/gluon-core
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Base files of Gluon
-  DEPENDS:=+gluon-config +lua-platform-info +luci-lib-core +odhcp6c +firewall
+  DEPENDS:=+gluon-config +lua-platform-info +luci-lib-nixio +odhcp6c +firewall
 endef
 
 define Package/gluon-core/description

+ 1 - 1
package/gluon-luci-admin/Makefile

@@ -15,7 +15,7 @@ define Package/gluon-luci-admin
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Luci based simple administration interface for mesh nodes
-  DEPENDS:=+gluon-luci-core +gluon-config-mode-core
+  DEPENDS:=+gluon-config-mode-core
 endef
 
 define Package/gluon-luci-admin/description