diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-08-31 20:06:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-08-31 20:06:30 +0000 |
commit | a4aa4e3973c6bfde1515d7cab29b5e7ec930bc3c (patch) | |
tree | 2451aafc4b260f18020e4f465b7397ff4a30b5d8 /package/button-hotplug/Makefile | |
parent | 6c1d3b0a79b659e47f8f826f0bc5f197706e949c (diff) | |
download | upstream-a4aa4e3973c6bfde1515d7cab29b5e7ec930bc3c.tar.gz upstream-a4aa4e3973c6bfde1515d7cab29b5e7ec930bc3c.tar.bz2 upstream-a4aa4e3973c6bfde1515d7cab29b5e7ec930bc3c.zip |
package/button-hotplug: use brodcast_uevent
SVN-Revision: 22859
Diffstat (limited to 'package/button-hotplug/Makefile')
-rw-r--r-- | package/button-hotplug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index 35791420f3..68f42210e1 100644 --- a/package/button-hotplug/Makefile +++ b/package/button-hotplug/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=button-hotplug -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk |