diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-25 09:46:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-25 09:46:37 +0000 |
commit | 05c0ca34a722cc87ef1519fd36c82acd8022a7c8 (patch) | |
tree | 056380b2c4462bb03685f4ef3fbac584433fb067 /package/hotplug2/Makefile | |
parent | 8aa6978a4377b79f8e9e4cd29bfbcd868af593bc (diff) | |
download | upstream-05c0ca34a722cc87ef1519fd36c82acd8022a7c8.tar.gz upstream-05c0ca34a722cc87ef1519fd36c82acd8022a7c8.tar.bz2 upstream-05c0ca34a722cc87ef1519fd36c82acd8022a7c8.zip |
update to hotplug2 svn version (recommended by iSteve)
SVN-Revision: 7725
Diffstat (limited to 'package/hotplug2/Makefile')
-rw-r--r-- | package/hotplug2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 94aadc0853..ee35bd6fce 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/hotplug2 SECTION:=utils CATEGORY:=Utilities + VERSION:=0.9+r102-$(PKG_RELEASE) TITLE:=Dynamic device management subsystem for embedded systems URL:=http://isteve.bofh.cz/~isteve/hotplug2/ endef |