udev depends on 2.6, cleanup Makefile
SVN-Revision: 17507
This commit is contained in:
parent
c4b197737e
commit
36d8dd6bb3
1 changed files with 6 additions and 5 deletions
|
@ -20,11 +20,12 @@ include $(INCLUDE_DIR)/package.mk
|
|||
PKG_INSTALL=1
|
||||
|
||||
define Package/udev
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
TITLE:=Dynamic device management subsystem
|
||||
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=@LINUX_2_6
|
||||
TITLE:=Dynamic device management subsystem
|
||||
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||
endef
|
||||
|
||||
define Package/udev/description
|
||||
|
|
Loading…
Reference in a new issue