1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

udev depends on 2.6, cleanup Makefile

SVN-Revision: 17507
This commit is contained in:
Florian Fainelli 2009-09-03 18:11:32 +00:00
parent c4b197737e
commit 36d8dd6bb3

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