diff mbox

[OpenWrt-Devel] ramips: delete unused file

Message ID 20150204070211.084da2e3@samsung
State Changes Requested
Headers show

Commit Message

Cezary Jackiewicz Feb. 4, 2015, 6:02 a.m. UTC
These file is not used by system.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
---

Comments

John Crispin Feb. 4, 2015, 6:04 a.m. UTC | #1
On 04/02/2015 07:02, Cezary Jackiewicz wrote:
> These file is not used by system.

erm, how is that unused ? people use it for hooking stuff into the
motion detection of the belkin webcams. if at all, move it into the
matching driver package


> 
> Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
> ---
> 
> diff --git a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion b/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
> deleted file mode 100644
> index e96acc8..0000000
> --- a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
> +++ /dev/null
> @@ -1 +0,0 @@
> -[ "$ACTION" = "motion" ] && logger webcam motion event
> 
> 
>
John Crispin Feb. 4, 2015, 6:17 a.m. UTC | #2
On 04/02/2015 07:04, John Crispin wrote:
> 
> 
> On 04/02/2015 07:02, Cezary Jackiewicz wrote:
>> These file is not used by system.
> 
> erm, how is that unused ? people use it for hooking stuff into the
> motion detection of the belkin webcams. if at all, move it into the
> matching driver package
> 

moving it wont work as the matching kernel patch is currently inside the
ralink folder

> 
>>
>> Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
>> ---
>>
>> diff --git a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion b/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
>> deleted file mode 100644
>> index e96acc8..0000000
>> --- a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
>> +++ /dev/null
>> @@ -1 +0,0 @@
>> -[ "$ACTION" = "motion" ] && logger webcam motion event
>>
>>
>>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
diff mbox

Patch

diff --git a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion b/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
deleted file mode 100644
index e96acc8..0000000
--- a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
+++ /dev/null
@@ -1 +0,0 @@ 
-[ "$ACTION" = "motion" ] && logger webcam motion event