X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibusb-compat;h=c6b4fa9cd48d73b885996095be3065c32835a80f;hp=dcb76aa021d59a84b90c5490fbf529f81ef15678;hb=01604708c386da93713cffadb3d5d40665f62ec9;hpb=5d4c1d20d7aef63de51531f1a6eb1a379adf937d diff --git a/lfs/libusb-compat b/lfs/libusb-compat index dcb76aa021..c6b4fa9cd4 100644 --- a/lfs/libusb-compat +++ b/lfs/libusb-compat @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -76,7 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install - echo "# Set group ownership for raw USB devices" > /etc/udev/rules.d/23-usb.rules - echo "SUBSYSTEM==\"usb_device\", GROUP=\"usb\"" >> /etc/udev/rules.d/23-usb.rules @rm -rf $(DIR_APP) @$(POSTBUILD)