Fix opkg compilation with ccache, thanks sn9
[openwrt.git] / package / udev / Makefile
index 86e305c..c611f9c 100644 (file)
@@ -34,6 +34,8 @@ endef
 
 define Package/udevtrigger
 $(call Package/udev)
+  SECTION:=base
+  CATEGORY:=Base system
   TITLE:=Small utility to request kernel devices events for coldplug
 endef
 
@@ -47,7 +49,7 @@ define Package/udevextras/config
   source "$(SOURCE)/udevextras-config.in"
 endef
 
-UDEV_ALL_EXTRAS=ata_id cdrom_id dasd_id scsi_id path_id usb_id volume_id
+UDEV_ALL_EXTRAS=ata_id cdrom_id dasd_id edd_id scsi_id path_id usb_id volume_id
 UDEV_EXTRAS=$(strip $(foreach e, $(UDEV_ALL_EXTRAS), \
                $(if $(CONFIG_UDEVEXTRAS_$(e)),extras/$(e))))
 
This page took 0.023369 seconds and 4 git commands to generate.