diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-10 16:17:47 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-10 16:17:47 (GMT) |
commit | 5b5a0e9950fa7e191a67cacabe55f1780fed5b5e (patch) | |
tree | ae4bd9ee0fc2635741fe6bed54824d01bb9a5030 /openwrt/rhctl/Makefile | |
parent | 475ead22df9433e3a7f41fa88190984a10f86144 (diff) |
new listener type: mode
switched to version 1.0 RC1
cleanups
Diffstat (limited to 'openwrt/rhctl/Makefile')
-rw-r--r-- | openwrt/rhctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index 5a88216..e7124ff 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -12,13 +12,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rhctl -PKG_VERSION:=0.3 +PKG_VERSION:=1.0_RC1 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://localhost/ -PKG_MD5SUM:=a09815ee33dd76f43c277ca80a770073 +PKG_MD5SUM:=0db71d3155aa44e6027918a135a6becf PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |