[package] udev depends on 2.6, cleanup Makefile
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 18:11:32 +0000 (18:11 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 18:11:32 +0000 (18:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17507 3c298f89-4303-0410-b956-a3cf2f4a3e73

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