[OpenWrt-Devel] [PATCH 2/6] kernel: add some missing usb modules

2011-08-29 Thread eugenesan
From: "Eugene San (eugenesan)" 


Signed-off-by: Eugene San (eugenesan) 
---
 target/linux/generic/config-3.0 |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0
index ed8ad82..d8bd005 100644
--- a/target/linux/generic/config-3.0
+++ b/target/linux/generic/config-3.0
@@ -2893,13 +2893,13 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y
 # CONFIG_USB_STKWEBCAM is not set
 # CONFIG_USB_STORAGE is not set
 CONFIG_USB_STORAGE_ALAUDA=y
-# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
-# CONFIG_USB_STORAGE_ENE_UB6250 is not set
+CONFIG_USB_STORAGE_CYPRESS_ATACB=y
+CONFIG_USB_STORAGE_ENE_UB6250=y
 CONFIG_USB_STORAGE_DATAFAB=y
 # CONFIG_USB_STORAGE_DEBUG is not set
 # CONFIG_USB_STORAGE_REALTEK is not set
 CONFIG_USB_STORAGE_FREECOM=y
-# CONFIG_USB_STORAGE_ISD200 is not set
+CONFIG_USB_STORAGE_ISD200=y
 CONFIG_USB_STORAGE_JUMPSHOT=y
 CONFIG_USB_STORAGE_KARMA=y
 # CONFIG_USB_STORAGE_ONETOUCH is not set
-- 
1.7.6

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 2/6] kernel: add some missing usb modules

2011-08-30 Thread Florian Fainelli
Hello,

On Monday 29 August 2011 22:11:51 eugene...@gmail.com wrote:
> From: "Eugene San (eugenesan)" 

> 
> 
> Signed-off-by: Eugene San (eugenesan) 
> ---
>  target/linux/generic/config-3.0 |6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Any reasons this is not applied to config-3.1 as well?

> 
> diff --git a/target/linux/generic/config-3.0
> b/target/linux/generic/config-3.0 index ed8ad82..d8bd005 100644
> --- a/target/linux/generic/config-3.0
> +++ b/target/linux/generic/config-3.0
> @@ -2893,13 +2893,13 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y
>  # CONFIG_USB_STKWEBCAM is not set
>  # CONFIG_USB_STORAGE is not set
>  CONFIG_USB_STORAGE_ALAUDA=y
> -# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
> -# CONFIG_USB_STORAGE_ENE_UB6250 is not set
> +CONFIG_USB_STORAGE_CYPRESS_ATACB=y
> +CONFIG_USB_STORAGE_ENE_UB6250=y
>  CONFIG_USB_STORAGE_DATAFAB=y
>  # CONFIG_USB_STORAGE_DEBUG is not set
>  # CONFIG_USB_STORAGE_REALTEK is not set
>  CONFIG_USB_STORAGE_FREECOM=y
> -# CONFIG_USB_STORAGE_ISD200 is not set
> +CONFIG_USB_STORAGE_ISD200=y
>  CONFIG_USB_STORAGE_JUMPSHOT=y
>  CONFIG_USB_STORAGE_KARMA=y
>  # CONFIG_USB_STORAGE_ONETOUCH is not set

-- 
Florian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 2/6] kernel: add some missing usb modules

2011-08-30 Thread Eugene San
There was no 3.1 when this modification was created.
I suppose it can be blindly applied to 3.1.

On Tue, Aug 30, 2011 at 11:11, Florian Fainelli  wrote:

> Hello,
>
> On Monday 29 August 2011 22:11:51 eugene...@gmail.com wrote:
> > From: "Eugene San (eugenesan)" 
>
> >
> >
> > Signed-off-by: Eugene San (eugenesan) 
> > ---
> >  target/linux/generic/config-3.0 |6 +++---
> >  1 files changed, 3 insertions(+), 3 deletions(-)
>
> Any reasons this is not applied to config-3.1 as well?
>
> >
> > diff --git a/target/linux/generic/config-3.0
> > b/target/linux/generic/config-3.0 index ed8ad82..d8bd005 100644
> > --- a/target/linux/generic/config-3.0
> > +++ b/target/linux/generic/config-3.0
> > @@ -2893,13 +2893,13 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y
> >  # CONFIG_USB_STKWEBCAM is not set
> >  # CONFIG_USB_STORAGE is not set
> >  CONFIG_USB_STORAGE_ALAUDA=y
> > -# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
> > -# CONFIG_USB_STORAGE_ENE_UB6250 is not set
> > +CONFIG_USB_STORAGE_CYPRESS_ATACB=y
> > +CONFIG_USB_STORAGE_ENE_UB6250=y
> >  CONFIG_USB_STORAGE_DATAFAB=y
> >  # CONFIG_USB_STORAGE_DEBUG is not set
> >  # CONFIG_USB_STORAGE_REALTEK is not set
> >  CONFIG_USB_STORAGE_FREECOM=y
> > -# CONFIG_USB_STORAGE_ISD200 is not set
> > +CONFIG_USB_STORAGE_ISD200=y
> >  CONFIG_USB_STORAGE_JUMPSHOT=y
> >  CONFIG_USB_STORAGE_KARMA=y
> >  # CONFIG_USB_STORAGE_ONETOUCH is not set
>
> --
> Florian
>
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel