Move luci-base dependency from gluon-core to gluon-setup-mode
Nothing outside the config mode depends on luci-base anymore.
This commit is contained in:
parent
5f922cf3ef
commit
f9a52fd54f
@ -15,7 +15,7 @@ define Package/gluon-core
|
|||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Base files of Gluon
|
TITLE:=Base files of Gluon
|
||||||
DEPENDS:=+gluon-site +libgluonutil +lua-platform-info +lua-simple-uci +lua-hash +luci-base +luci-lib-jsonc +odhcp6c +firewall +pretty-hostname
|
DEPENDS:=+gluon-site +libgluonutil +lua-platform-info +lua-simple-uci +lua-hash +luci-lib-jsonc +luci-lib-nixio +odhcp6c +firewall +pretty-hostname
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gluon-core/description
|
define Package/gluon-core/description
|
||||||
|
@ -12,7 +12,7 @@ define Package/gluon-respondd
|
|||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Provides node information to the network
|
TITLE:=Provides node information to the network
|
||||||
DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +respondd
|
DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
@ -15,7 +15,7 @@ define Package/gluon-setup-mode
|
|||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Setup mode
|
TITLE:=Setup mode
|
||||||
DEPENDS:=+gluon-core +uhttpd +dnsmasq
|
DEPENDS:=+gluon-core +luci-base +uhttpd +dnsmasq
|
||||||
PROVIDES:=gluon-setup-mode-virtual
|
PROVIDES:=gluon-setup-mode-virtual
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ define Package/gluon-wan-dnsmasq
|
|||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Support for a secondary DNS server using the WAN interface
|
TITLE:=Support for a secondary DNS server using the WAN interface
|
||||||
DEPENDS:=+gluon-core +dnsmasq +libpacketmark
|
DEPENDS:=+gluon-core +libubus-lua +dnsmasq +libpacketmark
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gluon-wan-dnsmasq/description
|
define Package/gluon-wan-dnsmasq/description
|
||||||
|
Loading…
Reference in New Issue
Block a user