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 | 8231561bce33b9bf14fa30c172a5a5655e121c40 (patch) | |
tree | c25f0f36605514a3e8ad89c1e01c915e4a6bae87 /package/hotplug2/Makefile | |
parent | 6275f4a6089fbf548ddf2a0826dab57894437e6b (diff) | |
download | upstream-8231561bce33b9bf14fa30c172a5a5655e121c40.tar.gz upstream-8231561bce33b9bf14fa30c172a5a5655e121c40.tar.bz2 upstream-8231561bce33b9bf14fa30c172a5a5655e121c40.zip |
move hotplug2 & udevtrigger to base section
SVN-Revision: 10910
Diffstat (limited to 'package/hotplug2/Makefile')
-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/ |