aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev/Makefile
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2008-05-05 21:58:03 +0000
committerYuji Mano <yuji.mano@am.sony.com>2008-05-05 21:58:03 +0000
commit8230b44704df4fde60c1d54669fdb9dd11ec0fcd (patch)
tree9044dfc404039a39db6d46fa9536283ea406488f /package/udev/Makefile
parenta0da0648487def63296701342f9ea9c1539d6ac3 (diff)
downloadupstream-8230b44704df4fde60c1d54669fdb9dd11ec0fcd.tar.gz
upstream-8230b44704df4fde60c1d54669fdb9dd11ec0fcd.tar.bz2
upstream-8230b44704df4fde60c1d54669fdb9dd11ec0fcd.zip
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 0552bb1b6a..c611f9cc4a 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))))