diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-01 23:26:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-01 23:26:19 +0000 |
commit | 92e315d3277fb0f51b60bd06ef5f95f00b51e1f3 (patch) | |
tree | 805411da9bd93d4cf3c2ae505208f726cf21f407 /contrib | |
parent | f0a08da45bbc13141a9ee53520c129557c256ca8 (diff) |
* luci/contrib: olsrd-luci: and now switch to 0.5.6 final while we're at it...
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile index 81d4009b7..54688145d 100644 --- a/contrib/package/olsrd-luci/Makefile +++ b/contrib/package/olsrd-luci/Makefile @@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk PKG_BASENAME:=olsrd PKG_NAME:=$(PKG_BASENAME)-luci -PKG_VERSION:=0.5.6-rc7 +PKG_VERSION:=0.5.6 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_BASENAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_BASENAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.olsr.org/releases/0.5 -PKG_MD5SUM:=10fbf796792d51eda735d171b6c86941 +PKG_MD5SUM:=918a4d43eebb6d62889ecedb941c2029 include $(INCLUDE_DIR)/package.mk |