changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1253-config-usb-over-ethernet-module.patch.patch
1 From 1a95efdc23966343a3b432ceef2f6c24dc0e2052 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Thu, 31 Jul 2008 10:20:53 +0100
4 Subject: [PATCH] config-usb-over-ethernet-module.patch
5
6 Signed-off-by: Andy Green <andy@openmoko.com>
7 ---
8  defconfig-2.6.24-maxmodules |   12 ++++++------
9  defconfig-gta01             |   12 ++++++------
10  defconfig-gta02             |   12 ++++++------
11  3 files changed, 18 insertions(+), 18 deletions(-)
12
13 diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules
14 index 39019b4..ec94668 100644
15 --- a/defconfig-2.6.24-maxmodules
16 +++ b/defconfig-2.6.24-maxmodules
17 @@ -1380,12 +1380,12 @@ CONFIG_USB_S3C2410=y
18  # CONFIG_USB_GADGET_DUMMY_HCD is not set
19  # CONFIG_USB_GADGET_DUALSPEED is not set
20  # CONFIG_USB_ZERO is not set
21 -CONFIG_USB_ETH=y
22 -CONFIG_USB_ETH_RNDIS=y
23 -# CONFIG_USB_GADGETFS is not set
24 -# CONFIG_USB_FILE_STORAGE is not set
25 -# CONFIG_USB_G_SERIAL is not set
26 -# CONFIG_USB_MIDI_GADGET is not set
27 +CONFIG_USB_ETH=m
28 +CONFIG_USB_ETH_RNDIS=m
29 +CONFIG_USB_GADGETFS=m
30 +CONFIG_USB_FILE_STORAGE=m
31 +CONFIG_USB_G_SERIAL=m
32 +CONFIG_USB_MIDI_GADGET=m
33  
34  #
35  # SDIO support
36 diff --git a/defconfig-gta01 b/defconfig-gta01
37 index aa0bf4b..3320560 100644
38 --- a/defconfig-gta01
39 +++ b/defconfig-gta01
40 @@ -1380,12 +1380,12 @@ CONFIG_USB_S3C2410=y
41  # CONFIG_USB_GADGET_DUMMY_HCD is not set
42  # CONFIG_USB_GADGET_DUALSPEED is not set
43  # CONFIG_USB_ZERO is not set
44 -CONFIG_USB_ETH=y
45 -CONFIG_USB_ETH_RNDIS=y
46 -# CONFIG_USB_GADGETFS is not set
47 -# CONFIG_USB_FILE_STORAGE is not set
48 -# CONFIG_USB_G_SERIAL is not set
49 -# CONFIG_USB_MIDI_GADGET is not set
50 +CONFIG_USB_ETH=m
51 +CONFIG_USB_ETH_RNDIS=m
52 +CONFIG_USB_GADGETFS=m
53 +CONFIG_USB_FILE_STORAGE=m
54 +CONFIG_USB_G_SERIAL=m
55 +CONFIG_USB_MIDI_GADGET=m
56  
57  #
58  # SDIO support
59 diff --git a/defconfig-gta02 b/defconfig-gta02
60 index 9d0dd56..376d53e 100644
61 --- a/defconfig-gta02
62 +++ b/defconfig-gta02
63 @@ -1379,12 +1379,12 @@ CONFIG_USB_S3C2410=y
64  # CONFIG_USB_GADGET_DUMMY_HCD is not set
65  # CONFIG_USB_GADGET_DUALSPEED is not set
66  # CONFIG_USB_ZERO is not set
67 -CONFIG_USB_ETH=y
68 -CONFIG_USB_ETH_RNDIS=y
69 -# CONFIG_USB_GADGETFS is not set
70 -# CONFIG_USB_FILE_STORAGE is not set
71 -# CONFIG_USB_G_SERIAL is not set
72 -# CONFIG_USB_MIDI_GADGET is not set
73 +CONFIG_USB_ETH=m
74 +CONFIG_USB_ETH_RNDIS=m
75 +CONFIG_USB_GADGETFS=m
76 +CONFIG_USB_FILE_STORAGE=m
77 +CONFIG_USB_G_SERIAL=m
78 +CONFIG_USB_MIDI_GADGET=m
79  
80  #
81  # SDIO support
82 -- 
83 1.5.6.5
84