Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
80e1190c
"README" did not exist on "b6ee036a08ce96b64ffe318629f3815fcecdd556"
Commit
80e1190c
authored
16 years ago
by
Yuji Mano
Browse files
Options
Downloads
Patches
Plain Diff
add missing udevextras package option - edd_id
SVN-Revision: 11053
parent
7d9a5222
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/udev/Makefile
+1
-1
1 addition, 1 deletion
package/udev/Makefile
package/udev/udevextras-config.in
+13
-7
13 additions, 7 deletions
package/udev/udevextras-config.in
with
14 additions
and
8 deletions
package/udev/Makefile
+
1
−
1
View file @
80e1190c
...
...
@@ -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
))))
...
...
This diff is collapsed.
Click to expand it.
package/udev/udevextras-config.in
+
13
−
7
View file @
80e1190c
...
...
@@ -20,6 +20,13 @@ config UDEVEXTRAS_dasd_id
help
dasd_id can find unique identifiers for DASD devices
config UDEVEXTRAS_edd_id
bool
prompt "edd_id" if PACKAGE_udevextras
default n
help
edd_id can find unique identifiers for EDD devices
config UDEVEXTRAS_path_id
bool
prompt "path_id" if PACKAGE_udevextras
...
...
@@ -35,13 +42,6 @@ config UDEVEXTRAS_scsi_id
help
scsi_id can find unique identifiers for SCSI devices
config UDEVEXTRAS_volume_id
bool
prompt "volume_id" if PACKAGE_udevextras
default n
help
volume_id can find the volume label of storage devices
config UDEVEXTRAS_usb_id
bool
prompt "usb_id" if PACKAGE_udevextras
...
...
@@ -49,3 +49,9 @@ config UDEVEXTRAS_usb_id
help
usb_id can find the unique id of USB devices
config UDEVEXTRAS_volume_id
bool
prompt "volume_id" if PACKAGE_udevextras
default n
help
volume_id can find the volume label of storage devices
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment