1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-05 04:02:27 +02:00

move hotplug2 & udevtrigger to base section

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10910 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-04-21 22:31:07 +00:00
parent 2eca548a80
commit f7af5c7e5a
2 changed files with 4 additions and 2 deletions

View File

@ -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/

View File

@ -34,6 +34,8 @@ endef
define Package/udevtrigger
$(call Package/udev)
SECTION:=base
CATEGORY:=Base system
TITLE:=Small utility to request kernel devices events for coldplug
endef