projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[cobalt] add diag.sh to report boot status on the front-led of the machine
[openwrt.git]
/
package
/
udev
/
Makefile
diff --git
a/package/udev/Makefile
b/package/udev/Makefile
index
0552bb1
..
9bb8af9
100644
(file)
--- a/
package/udev/Makefile
+++ b/
package/udev/Makefile
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-49,7
+48,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.020523 seconds
and
4
git commands to generate.