diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-13 21:17:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-13 21:17:02 +0000 |
commit | 8f3bd113c39502fcbdaab28aea5f7135c9c0263a (patch) | |
tree | 7cd835ccc3fe6e9797c533da742aa2f30210e494 /contrib/package/olsrd-luci/Makefile | |
parent | bbaf959e9bd5a6ec8d3e7ebf382ced9cd03c3a88 (diff) |
contrib/package: fix memory leaks in olsrd 0.5.6-r7 stable
Diffstat (limited to 'contrib/package/olsrd-luci/Makefile')
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile index 95f74c72e..766bb606b 100644 --- a/contrib/package/olsrd-luci/Makefile +++ b/contrib/package/olsrd-luci/Makefile @@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk PKG_BASENAME:=olsrd PKG_NAME:=$(PKG_BASENAME)-luci PKG_BASEVER:=0.5.6-r7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 #PKG_HGREV:=438bd63a1ab8 #PKG_SOURCE:=$(PKG_HGREV).tar.gz |