summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2014-07-14 13:03:44 +0000
committerSteven Barth2014-07-14 13:03:44 +0000
commit6e0239002dca567a0b14dd2f9c234926a1e9b542 (patch)
tree1be9107ecdf14f15eef0f85eb54391298172676a
parent2886e0c267183520cc6f4ff69767ca731cab7427 (diff)
downloadrouting-6e0239002dca567a0b14dd2f9c234926a1e9b542.tar.gz
hnetd: rework dependencies for luci-app-hnet
-rw-r--r--hnetd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile
index 904da00..97bb2dd 100644
--- a/hnetd/Makefile
+++ b/hnetd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hnetd
PKG_SOURCE_VERSION:=0500e70b1de3dfa3315263db7b92c0247187437f
PKG_VERSION:=2014-06-19-$(PKG_SOURCE_VERSION)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/sbyx/hnetd.git
@@ -41,7 +41,7 @@ define Package/hnet-full
CATEGORY:=Network
TITLE:=HNCP Homenet metapackage
URL:=https://github.com/sbyx/hnetd
- DEPENDS:=+hnetd
+ DEPENDS:=+hnetd +luci-app-hnet
# Routing
DEPENDS+=+babels
# Service discovery
@@ -55,7 +55,7 @@ define Package/luci-app-hnet
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:=HNCP Homenet configuration and visualization
- DEPENDS:=+hnetd +luci-mod-admin-core
+ DEPENDS:=+hnetd
endef
define Package/hnetd/description