Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPau Escrich <p4u@dabax.net>2017-04-26 15:24:44 +0300
committerPau Escrich <p4u@dabax.net>2017-04-26 15:24:44 +0300
commit2a10adeee507b33b18ddc5d83ee5fe94a15cdd61 (patch)
tree82e7b49329ba01d6cba7ce021f7cb33d11af2dd7 /luci-app-bmx6
parent3aa019fc19cd830e7d2fb5d7cb9e4a52d97dbaac (diff)
luci-app-bmx6: replace dependency of luci-mod-admin-full for luci-base
Signed-off-by: Pau Escrich <p4u@dabax.net>
Diffstat (limited to 'luci-app-bmx6')
-rw-r--r--luci-app-bmx6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/luci-app-bmx6/Makefile b/luci-app-bmx6/Makefile
index 88db9d5..bb37c20 100644
--- a/luci-app-bmx6/Makefile
+++ b/luci-app-bmx6/Makefile
@@ -20,7 +20,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-bmx6
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_LICENSE:=GPL-2.0+
@@ -32,7 +32,7 @@ define Package/luci-app-bmx6
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:= bmx6 configuration, status and visualization module
- DEPENDS:=+luci-lib-json +luci-mod-admin-full +luci-lib-httpclient +bmx6 +luci-lib-jquery-1-4 +luci-lib-dracula
+ DEPENDS:=+luci-lib-json +luci-base +luci-lib-httpclient +bmx6 +luci-lib-jquery-1-4 +luci-lib-dracula
MAINTAINER:= Pau Escrich <p4u@dabax.net>
endef