Explorar el Código

udevtrigger depends on 2.6 kernels

SVN-Revision: 17509
Florian Fainelli hace 16 años
padre
commit
ff8d3f63b1
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6 5
      package/udevtrigger/Makefile

+ 6 - 5
package/udevtrigger/Makefile

@@ -20,11 +20,12 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/udev-$(PKG_VERSION)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/udevtrigger
-	SECTION:=base
-	CATEGORY:=Base system
-	TITLE:=Small utility to request kernel devices events for coldplug
-	URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
-	MAINTAINER:=Geoff Levand <[email protected]>
+  SECTION:=base
+  CATEGORY:=Base system
+  DEPENDS:=@LINUX_2_6
+  TITLE:=Small utility to request kernel devices events for coldplug
+  URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
+  MAINTAINER:=Geoff Levand <[email protected]>
 endef
 
 define Build/Compile