udev depends on 2.6, cleanup Makefile
authorFlorian Fainelli <florian@openwrt.org>
Thu, 3 Sep 2009 18:11:32 +0000 (18:11 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 3 Sep 2009 18:11:32 +0000 (18:11 +0000)
SVN-Revision: 17507

package/udev/Makefile

index b2b31c37a6f330da111f68c39b7fdc671a39fa43..f14fb3b8af879a5056a371650e696b6dcfd501a9 100644 (file)
@@ -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