madwifi: fix excessive stack usage in the wlanconfig tool
[openwrt.git] / package / udev / Makefile
index 0552bb1..9bb8af9 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -49,7 +48,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.022377 seconds and 4 git commands to generate.