mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 15:54:04 +02:00
[package] udev depends on 2.6, cleanup Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17507 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
66b742ac6b
commit
15a349aa5e
@ -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 New Issue
Block a user