Skip to content

Commit

Permalink
Update OpenWrt Makefie and Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-lopez committed Dec 15, 2015
1 parent cdaf480 commit 4bc69de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lispd/cmdline.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {

#ifndef CMDLINE_PARSER_VERSION
/** @brief the program version */
#define CMDLINE_PARSER_VERSION "0.5.1"
#define CMDLINE_PARSER_VERSION "0.5.2"
#endif

enum enum_debug { debug__NULL = -1, debug_arg_0 = 0, debug_arg_1, debug_arg_2, debug_arg_3 };
Expand Down
2 changes: 1 addition & 1 deletion lispd/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ typedef struct htable_nonces_ htable_nonces_t;
*/

#define EVER ;;
#define LISPD_VERSION "v0.5.1"
#define LISPD_VERSION "v0.5.2"
#define LISPD "lispd"
#define PID_FILE "/var/run/lispd.pid"

Expand Down
10 changes: 3 additions & 7 deletions openWRT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lispmob
PKG_REV:=27a213c1352871a5775fd14f4b71cdc7be5ba1e8
PKG_VERSION:=0.5.1
PKG_RELEASE:=5
PKG_REV:=cdaf4806165b17589e644bbd3d944af1756a76b5
PKG_VERSION:=0.5.2
PKG_RELEASE:=6

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=git://github.com/LISPmob/lispmob.git
Expand Down Expand Up @@ -56,10 +56,6 @@ define Package/lispmob/install
$(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/lispd.uci.example $(1)/etc/config/lispd
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) $(PKG_BUILD_DIR)/openWRT/openwrt.init.script $(1)/etc/init.d/lisp
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller/lisp
$(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/controller-lisp.lua $(1)/usr/lib/lua/luci/controller/lisp/lisp.lua
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/model/cbi/lisp
$(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/model-cbi-lisp.lua $(1)/usr/lib/lua/luci/model/cbi/lisp/lisp.lua
endef

$(eval $(call BuildPackage,lispmob))

0 comments on commit 4bc69de

Please sign in to comment.