diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-04-21 22:31:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-04-21 22:31:07 +0000 |
commit | 1bc0fad874ef98ea5ca9b302c87e310dcd2d2d64 (patch) | |
tree | 4b178928002dd64042d62914a27f54410614725d /package/hotplug2 | |
parent | 464d3ed32188301adde5450fbc40dd6f77ccab74 (diff) | |
download | master-187ad058-1bc0fad874ef98ea5ca9b302c87e310dcd2d2d64.tar.gz master-187ad058-1bc0fad874ef98ea5ca9b302c87e310dcd2d2d64.tar.bz2 master-187ad058-1bc0fad874ef98ea5ca9b302c87e310dcd2d2d64.zip |
move hotplug2 & udevtrigger to base section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2')
-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 1bd689f086..cccad9bef6 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -19,8 +19,8 @@ PKG_MD5SUM:=ea2c01d027b4002e4e6b0ff266f51a51 include $(INCLUDE_DIR)/package.mk define Package/hotplug2 - SECTION:=utils - CATEGORY:=Utilities + SECTION:=base + CATEGORY:=Base system VERSION:=0.9+r102-$(PKG_RELEASE) TITLE:=Dynamic device management subsystem for embedded systems URL:=http://isteve.bofh.cz/~isteve/hotplug2/ |