Skip to content

Commit

Permalink
remove outdated solana-ledger-udev binary
Browse files Browse the repository at this point in the history
Currently there exists a solana-ledger-udev binary which creates a
udev rules file in /etc/udev/rules.d/20-hw1.rules and reloads the
udev rules.

This might work on some systems and not on others (e.g., NixOS) and
makes unnecessary assumptions about the currently running system.

These rules are also outdated and we're probably better off
referencing the upstream repository rules maintained by Ledger
https://github.com/LedgerHQ/udev-rules
and encouraging people to integrate them into their system.
  • Loading branch information
Managarmrr committed Oct 22, 2024
1 parent 660f8e2 commit 96ed80a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
4 changes: 0 additions & 4 deletions remote-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@ linux-shared-libusb = ["hidapi/linux-shared-libusb"]
linux-static-hidraw = ["hidapi/linux-static-hidraw"]
linux-static-libusb = ["hidapi/linux-static-libusb"]

[[bin]]
name = "solana-ledger-udev"
path = "src/bin/ledger-udev.rs"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
50 changes: 0 additions & 50 deletions remote-wallet/src/bin/ledger-udev.rs

This file was deleted.

0 comments on commit 96ed80a

Please sign in to comment.