diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-03-20 18:19:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-03-20 18:19:29 (GMT) |
commit | 2ee673e2238b9002cdb1d40ab3bd3f73af0782ca (patch) | |
tree | d9d5e1a993ec5e6c5dbceae4b95920213fd59b79 /openwrt/rhctl/Makefile | |
parent | 5988cbdd0b98251a4d23a72c0ee1c47e65824517 (diff) |
fixed hotplug script for USB serial converter
Diffstat (limited to 'openwrt/rhctl/Makefile')
-rw-r--r-- | openwrt/rhctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index ee4ae97..8f26b35 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rhctl PKG_REV:=108 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://svn.helsinki.at/rhctl/trunk |