Signed-off-by: Vasileios Lakafosis <lak...@gmail.com>
---
 net/lispmob/Makefile | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/net/lispmob/Makefile b/net/lispmob/Makefile
index ecc82d3..8c633e8 100644
--- a/net/lispmob/Makefile
+++ b/net/lispmob/Makefile
@@ -8,9 +8,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lispmob
-PKG_REV:=79d14028286c3f3a84283c461c85916a10dff4cb
+PKG_REV:=8ebe5ee4b39bd9ca47b1d4d005a292c031c05bd8
 PKG_VERSION:=0.3
-PKG_RELEASE:=1
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=git://github.com/LISPmob/lispmob.git
@@ -23,28 +23,29 @@ PKG_LICENSE_FILES:=LICENSE
 
 include $(INCLUDE_DIR)/package.mk
 
-define Package/lispd/default
+define Package/lispmob/default
   MAINTAINER:=Vasileios Lakafosis <lak...@gmail.com>
   URL:=http://lisp.cisco.com/
 endef
 
-define Package/lispd
+define Package/lispmob
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Locator/ID separation protocol (using TUN)
   URL:=https://github.com/LISPmob
   DEPENDS:= +librt +libopenssl +confuse +kmod-tun +uci +kmod-ipv6
-  $(call Package/lispd/default)
+  $(call Package/lispmob/default)
 endef
 
-define Package/lispd/description
-  This packet provides support for the Locator-ID Seperation Protocol.
+define Package/lispmob/description
+  This packet provides support for the Locator-ID Separation Protocol.
 endef
 
-MAKE_FLAGS += \
-       platform=openwrt
+define Build/Compile
+       $(call Build/Compile/Default,platform=openwrt)
+endef
 
-define Package/lispd/install
+define Package/lispmob/install
        $(INSTALL_DIR) $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/lispd/lispd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/config
@@ -53,4 +54,4 @@ define Package/lispd/install
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/openWRT/openwrt.init.script 
$(1)/etc/init.d/lisp
 endef
 
-$(eval $(call BuildPackage,lispd))
+$(eval $(call BuildPackage,lispmob))
-- 
1.7.11.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to