Skip to content

Commit

Permalink
Move luci-base dependency from gluon-core to gluon-setup-mode
Browse files Browse the repository at this point in the history
Nothing outside the config mode depends on luci-base anymore.
  • Loading branch information
neocturne committed Jan 19, 2017
1 parent 937f29b commit 1e4af1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/gluon-core/Makefile
Expand Up @@ -15,7 +15,7 @@ define Package/gluon-core
SECTION:=gluon
CATEGORY:=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 +odhcp6c +firewall +pretty-hostname
endef

define Package/gluon-core/description
Expand Down
2 changes: 1 addition & 1 deletion package/gluon-setup-mode/Makefile
Expand Up @@ -15,7 +15,7 @@ define Package/gluon-setup-mode
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Setup mode
DEPENDS:=+gluon-core +uhttpd +dnsmasq
DEPENDS:=+gluon-core +luci-base +uhttpd +dnsmasq
PROVIDES:=gluon-setup-mode-virtual
endef

Expand Down

0 comments on commit 1e4af1a

Please sign in to comment.