Unified Openwrt startup scripts for OONF
[feed/routing.git] / oonf-dlep-proxy / Makefile
index 1f690654ac68b639746ebf9787e25971e5a61a05..3f02c5dd6aa66bae017da855c5bd445fdbfc92f0 100644 (file)
@@ -1,8 +1,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=oonf-dlep-proxy
-PKG_VERSION:=0.9.0
-PKG_REV:=2e367c28fa80aa1c2841c78e296ba946afb2476f
+PKG_VERSION:=0.9.1-r2
+PKG_REV:=eab3845089bc2410a3c115fb8274572b16a0e47d
 PKG_RELEASE:=$(PKG_REV)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -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