update olsrd version, thanks aaron
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@11266 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cc708811d9
commit
26c36ef9d2
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -9,13 +9,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=olsrd
|
||||
PKG_VERSION:=0.5.5
|
||||
PKG_VERSION:=0.5.6-rc4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-a5b9cf969979/
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.olsr.org/releases/0.5
|
||||
PKG_MD5SUM:=bd1cd216c318c1359ab6e832adbb1962
|
||||
PKG_MD5SUM:=c7187a3a11e61ca9a2b5881ab7c92ea5
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
|
|
Loading…
Reference in a new issue