diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-09-03 18:33:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-09-03 18:33:52 +0000 |
commit | e8727498cb10a90bdfd1f88086d6a36fe1298f9a (patch) | |
tree | 0da56cc922219fe822ba7bebaf10ca0bfb820006 | |
parent | 36d8dd6bb374a5f71c3efb92a1ddfdc01e30ab88 (diff) | |
download | upstream-e8727498cb10a90bdfd1f88086d6a36fe1298f9a.tar.gz upstream-e8727498cb10a90bdfd1f88086d6a36fe1298f9a.tar.bz2 upstream-e8727498cb10a90bdfd1f88086d6a36fe1298f9a.zip |
update hotplug2 to r199, fixes build failures on brcm-2.4
SVN-Revision: 17508
-rw-r--r-- | package/hotplug2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index df0a7500a8..3dab96ba7f 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hotplug2 -PKG_REV:=198 +PKG_REV:=199 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |