diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-21 22:31:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-21 22:31:07 +0000 |
commit | f7af5c7e5ad242428fc6d5135d44ca49dc5ea36e (patch) | |
tree | 4b178928002dd64042d62914a27f54410614725d /package/hotplug2 | |
parent | 2eca548a80038c965f10c32465f7357564f967e3 (diff) |
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 1bd689f08..cccad9bef 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/ |