summaryrefslogtreecommitdiffstats
path: root/package/udev/Makefile
diff options
context:
space:
mode:
authorymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-05 21:58:03 +0000
committerymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-05 21:58:03 +0000
commit3084e0210f298312abc44cac32c6860ab95bede3 (patch)
tree9044dfc404039a39db6d46fa9536283ea406488f /package/udev/Makefile
parent9aa18be82b7d1c5547d29e15536a6c180ac2c207 (diff)
add missing udevextras package option - edd_id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/udev/Makefile')
-rw-r--r--package/udev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/udev/Makefile b/package/udev/Makefile
index 0552bb1b6..c611f9cc4 100644
--- a/package/udev/Makefile
+++ b/package/udev/Makefile
@@ -49,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))))