All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix cdc-phonet build
@ 2011-07-23 22:41 Chris Clayton
  2011-07-24  3:07 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Clayton @ 2011-07-23 22:41 UTC (permalink / raw)
  To: linux-kernel

cdc-phonet does not presently build on linux-3.0 because there is no entry for it in 
drivers/net/Makefile. This patch adds that entry.

Signed-off-by: Chris Clayton <chris2553@googlemail.com>
---

--- linux-3.0/drivers/net/Makefile.orig 2011-07-23 22:07:45.000000000 +0100
+++ linux-3.0/drivers/net/Makefile      2011-07-23 22:10:33.000000000 +0100
@@ -283,6 +283,7 @@
 obj-$(CONFIG_USB_USBNET)        += usb/
 obj-$(CONFIG_USB_ZD1201)        += usb/
 obj-$(CONFIG_USB_IPHETH)        += usb/
+obj-$(CONFIG_USB_CDC_PHONET)   += usb/

 obj-$(CONFIG_WLAN) += wireless/
 obj-$(CONFIG_NET_TULIP) += tulip/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix cdc-phonet build
  2011-07-23 22:41 Chris Clayton
@ 2011-07-24  3:07 ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-07-24  3:07 UTC (permalink / raw)
  To: chris2553; +Cc: linux-kernel


Please post networking patches to at least CC:'d to
netdev@vger.kernel.org, thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Fwd: [PATCH] Fix cdc-phonet build
@ 2011-07-26 22:20 Chris Clayton
  2011-07-28  5:41 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Clayton @ 2011-07-26 22:20 UTC (permalink / raw)
  To: netdev

Try to send to correct address this time!

----------  Forwarded Message  ----------

Subject: [PATCH] Fix cdc-phonet build
Date: Saturday 23 Jul 2011
From: Chris Clayton <chris2553@googlemail.com>
To: linux-net@vger.kernel.org

cdc-phonet does not presently build on linux-3.0 because there is no entry for it in 
drivers/net/Makefile. This patch adds that entry.

Signed-off-by: Chris Clayton <chris2553@googlemail.com>
---

--- linux-3.0/drivers/net/Makefile.orig 2011-07-23 22:07:45.000000000 +0100
+++ linux-3.0/drivers/net/Makefile      2011-07-23 22:10:33.000000000 +0100
@@ -283,6 +283,7 @@
 obj-$(CONFIG_USB_USBNET)        += usb/
 obj-$(CONFIG_USB_ZD1201)        += usb/
 obj-$(CONFIG_USB_IPHETH)        += usb/
+obj-$(CONFIG_USB_CDC_PHONET)   += usb/

 obj-$(CONFIG_WLAN) += wireless/
 obj-$(CONFIG_NET_TULIP) += tulip/

-------------------------------------------------------

-- 
The more I see, the more I know. The more I know, the less I understand. Changing Man - Paul Weller

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix cdc-phonet build
  2011-07-26 22:20 Fwd: [PATCH] Fix cdc-phonet build Chris Clayton
@ 2011-07-28  5:41 ` David Miller
  2011-07-29 20:49   ` Chris Clayton
  0 siblings, 1 reply; 6+ messages in thread
From: David Miller @ 2011-07-28  5:41 UTC (permalink / raw)
  To: chris2553; +Cc: netdev

From: Chris Clayton <chris2553@googlemail.com>
Date: Tue, 26 Jul 2011 23:20:22 +0100

> cdc-phonet does not presently build on linux-3.0 because there is no entry for it in 
> drivers/net/Makefile. This patch adds that entry.
> 
> Signed-off-by: Chris Clayton <chris2553@googlemail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix cdc-phonet build
  2011-07-28  5:41 ` David Miller
@ 2011-07-29 20:49   ` Chris Clayton
  2011-07-30  0:45     ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Clayton @ 2011-07-29 20:49 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

On Thursday 28 July 2011 06:41:17 David Miller wrote:
> From: Chris Clayton <chris2553@googlemail.com>
> Date: Tue, 26 Jul 2011 23:20:22 +0100
>
> > cdc-phonet does not presently build on linux-3.0 because there is no
> > entry for it in drivers/net/Makefile. This patch adds that entry.
> >
> > Signed-off-by: Chris Clayton <chris2553@googlemail.com>
>
> Applied, thanks.

Actually, I've just checked and the same problem exists in 2.6.39.3, so once the patch is Linus' 
tree, I guess it should go in stable too. Do you have that in hand, David or should I send to 
stable once the patch is applied to mainline?

-- 
The more I see, the more I know. The more I know, the less I understand. Changing Man - Paul Weller

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix cdc-phonet build
  2011-07-29 20:49   ` Chris Clayton
@ 2011-07-30  0:45     ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-07-30  0:45 UTC (permalink / raw)
  To: chris2553; +Cc: netdev

From: Chris Clayton <chris2553@googlemail.com>
Date: Fri, 29 Jul 2011 21:49:58 +0100

> On Thursday 28 July 2011 06:41:17 David Miller wrote:
>> From: Chris Clayton <chris2553@googlemail.com>
>> Date: Tue, 26 Jul 2011 23:20:22 +0100
>>
>> > cdc-phonet does not presently build on linux-3.0 because there is no
>> > entry for it in drivers/net/Makefile. This patch adds that entry.
>> >
>> > Signed-off-by: Chris Clayton <chris2553@googlemail.com>
>>
>> Applied, thanks.
> 
> Actually, I've just checked and the same problem exists in 2.6.39.3, so once the patch is Linus' 
> tree, I guess it should go in stable too. Do you have that in hand, David or should I send to 
> stable once the patch is applied to mainline?

I know it's also broken there, and I'll take care of submitting it to
-stable.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-30  0:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 22:20 Fwd: [PATCH] Fix cdc-phonet build Chris Clayton
2011-07-28  5:41 ` David Miller
2011-07-29 20:49   ` Chris Clayton
2011-07-30  0:45     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-07-23 22:41 Chris Clayton
2011-07-24  3:07 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.