Unified Openwrt startup scripts for OONF
[feed/routing.git] / oonf-dlep-proxy / Makefile
index 9a6cd2fa53f2ba41ee24169ef080dfc1a7b174f1..3f02c5dd6aa66bae017da855c5bd445fdbfc92f0 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=oonf-dlep-proxy
-PKG_VERSION:=0.9.1-r1
+PKG_VERSION:=0.9.1-r2
 PKG_REV:=eab3845089bc2410a3c115fb8274572b16a0e47d
 PKG_RELEASE:=$(PKG_REV)
 
@@ -40,7 +40,7 @@ endef
 define Package/oonf-dlep-proxy
        $(call Package/oonf-git/template) 
        TITLE:= Build DLEP Radio+Router Agent
-       DEPENDS:=+librt +libnl-tiny +libuci
+       DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts
        VERSION:=$(PKG_VERSION)
 endef