From 3f7540c9b768105a4aad9520419e8c332dc536e6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 16 May 2016 19:04:04 +0200 Subject: [PATCH] CHG: added an entry to copy the 77-mm-usb-device-blacklist.rules file into /etc/udev/rules.d and reload the rules. All needs to be executed as root, so I use sudo. pm3:>make udev Is all that is needed to install it on Linux systems. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index bafd8161..4d55d22b 100644 --- a/Makefile +++ b/Makefile @@ -44,5 +44,9 @@ newtarbin: tarbin: newtarbin client/tarbin armsrc/tarbin bootrom/tarbin $(GZIP) proxmark3-$(platform)-bin.tar +udev: + sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules + sudo udevadm control --reload-rules + # Dummy target to test for GNU make availability _test: -- 2.39.2