Skip to content

Commit 4bc69de

Browse files
committed
Update OpenWrt Makefie and Version number
1 parent cdaf480 commit 4bc69de

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

lispd/cmdline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131

3232
#ifndef CMDLINE_PARSER_VERSION
3333
/** @brief the program version */
34-
#define CMDLINE_PARSER_VERSION "0.5.1"
34+
#define CMDLINE_PARSER_VERSION "0.5.2"
3535
#endif
3636

3737
enum enum_debug { debug__NULL = -1, debug_arg_0 = 0, debug_arg_1, debug_arg_2, debug_arg_3 };

lispd/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ typedef struct htable_nonces_ htable_nonces_t;
8080
*/
8181

8282
#define EVER ;;
83-
#define LISPD_VERSION "v0.5.1"
83+
#define LISPD_VERSION "v0.5.2"
8484
#define LISPD "lispd"
8585
#define PID_FILE "/var/run/lispd.pid"
8686

openWRT/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=lispmob
11-
PKG_REV:=27a213c1352871a5775fd14f4b71cdc7be5ba1e8
12-
PKG_VERSION:=0.5.1
13-
PKG_RELEASE:=5
11+
PKG_REV:=cdaf4806165b17589e644bbd3d944af1756a76b5
12+
PKG_VERSION:=0.5.2
13+
PKG_RELEASE:=6
1414

1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1616
PKG_SOURCE_URL:=git://github.com/LISPmob/lispmob.git
@@ -56,10 +56,6 @@ define Package/lispmob/install
5656
$(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/lispd.uci.example $(1)/etc/config/lispd
5757
$(INSTALL_DIR) $(1)/etc/init.d
5858
$(INSTALL_BIN) $(PKG_BUILD_DIR)/openWRT/openwrt.init.script $(1)/etc/init.d/lisp
59-
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller/lisp
60-
$(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/controller-lisp.lua $(1)/usr/lib/lua/luci/controller/lisp/lisp.lua
61-
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/model/cbi/lisp
62-
$(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/model-cbi-lisp.lua $(1)/usr/lib/lua/luci/model/cbi/lisp/lisp.lua
6359
endef
6460

6561
$(eval $(call BuildPackage,lispmob))

0 commit comments

Comments
 (0)