Skip to content

Commit

Permalink
Remove luci-base dependency for lime-system
Browse files Browse the repository at this point in the history
Replace luci-mod-admin-full dependency for luci-base in lime-webui package

Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Apr 26, 2017
1 parent 7f66e5a commit 3ed43de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lime-system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define Package/$(PKG_NAME)
CATEGORY:=LiMe
MAINTAINER:=Gioacchino Mazzurco <gio@eigenlab.org>
URL:=http://libremesh.org
DEPENDS:=+lua +libuci-lua +luci-base +luci-lib-ip +luci-lib-nixio
DEPENDS:=+lua +libuci-lua +luci-lib-ip +luci-lib-nixio
endef

define Package/$(PKG_NAME)/description
Expand Down
2 changes: 1 addition & 1 deletion packages/lime-webui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define Package/$(PKG_NAME)
$(call Package/$(PKG_NAME)/Default)
TITLE:=libremesh web user interface based on LUCI
MENU:=1
DEPENDS:= +luci-mod-admin-full +lime-system \
DEPENDS:=+luci-base +lime-system \
+PACKAGE_lime-proto-bmx6:luci-app-bmx6 \
+PACKAGE_lime-proto-batadv:luci-app-batman-adv \
+luci-mod-status +uhttpd +libiwinfo-lua \
Expand Down

0 comments on commit 3ed43de

Please sign in to comment.