projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
trigger error if dport is used when no proto is defined
[openwrt.git]
/
package
/
udev
/
Makefile
diff --git
a/package/udev/Makefile
b/package/udev/Makefile
index
0552bb1
..
c611f9c
100644
(file)
--- a/
package/udev/Makefile
+++ b/
package/udev/Makefile
@@
-49,7
+49,7
@@
define Package/udevextras/config
source "$(SOURCE)/udevextras-config.in"
endef
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))))
UDEV_EXTRAS=$(strip $(foreach e, $(UDEV_ALL_EXTRAS), \
$(if $(CONFIG_UDEVEXTRAS_$(e)),extras/$(e))))
This page took
0.023792 seconds
and
4
git commands to generate.