Following options are set and unset in config-generic: CONFIG_USB_IPHETH CONFIG_USB_SIERRA_NET
This creates trouble while creating derived configurations from config-generic, so remove the part which disables them. Signed-off-by: Ameya Palande <[email protected]> --- Changes: v2: Add description and correct subject config-generic | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/config-generic b/config-generic index 6a94276..e39b4b2 100644 --- a/config-generic +++ b/config-generic @@ -2302,8 +2302,6 @@ CONFIG_USB_IOWARRIOR=m # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_STILL_IMAGE is not set -# CONFIG_USB_IPHETH is not set -# CONFIG_USB_SIERRA_NET is not set CONFIG_UWB=m CONFIG_UWB_HWA=m -- 1.7.0.4 _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
