Return-path: Received: from mail-ee0-f46.google.com ([74.125.83.46]:33076 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755215Ab2HNJGN (ORCPT ); Tue, 14 Aug 2012 05:06:13 -0400 Received: by eeil10 with SMTP id l10so55690eei.19 for ; Tue, 14 Aug 2012 02:06:11 -0700 (PDT) From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= To: mcgrof@kernel.org Cc: linux-wireless@vger.kernel.org, =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Subject: [PATCH] compat: Drop redundant udev rules file Date: Tue, 14 Aug 2012 12:06:04 +0300 Message-Id: <1344935164-21377-1-git-send-email-ozancag@gmail.com> (sfid-20120814_110617_229782_59EC8E5F) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: udev rules for Ubuntu and the-rest-of-world are the same. Drop one of them and use the other one. Signed-off-by: Ozan Çağlayan --- scripts/compat_firmware_install | 2 +- udev/ubuntu/50-compat_firmware.rules | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 udev/ubuntu/50-compat_firmware.rules diff --git a/scripts/compat_firmware_install b/scripts/compat_firmware_install index 33e4fde..e4b9fb0 100755 --- a/scripts/compat_firmware_install +++ b/scripts/compat_firmware_install @@ -10,7 +10,7 @@ case $LSB_RED_ID in "Ubuntu") mkdir -p /lib/udev/ /lib/udev/rules.d/ cp udev/ubuntu/compat_firmware.sh /lib/udev/ - cp udev/ubuntu/50-compat_firmware.rules /lib/udev/rules.d/ + cp udev/50-compat_firmware.rules /lib/udev/rules.d/ ;; *) mkdir -p /lib/udev/ /lib/udev/rules.d/ diff --git a/udev/ubuntu/50-compat_firmware.rules b/udev/ubuntu/50-compat_firmware.rules deleted file mode 100644 index 6473788..0000000 --- a/udev/ubuntu/50-compat_firmware.rules +++ /dev/null @@ -1,4 +0,0 @@ -# do not edit this file, it will be overwritten on update - -# compat_firmware-class requests, copies files into the kernel -SUBSYSTEM=="compat_firmware", ACTION=="add", RUN+="compat_firmware.sh" -- 1.7.11.2