diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
commit | 614683faf8029100802db06a825648d0b6490285 (patch) | |
tree | 7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch | |
parent | 4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff) | |
download | upstream-614683faf8029100802db06a825648d0b6490285.tar.gz upstream-614683faf8029100802db06a825648d0b6490285.tar.bz2 upstream-614683faf8029100802db06a825648d0b6490285.zip |
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch new file mode 100644 index 0000000000..51a7ae5f20 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch @@ -0,0 +1,84 @@ +From 1a95efdc23966343a3b432ceef2f6c24dc0e2052 Mon Sep 17 00:00:00 2001 +From: Andy Green <andy@openmoko.com> +Date: Thu, 31 Jul 2008 10:20:53 +0100 +Subject: [PATCH] config-usb-over-ethernet-module.patch + +Signed-off-by: Andy Green <andy@openmoko.com> +--- + defconfig-2.6.24-maxmodules | 12 ++++++------ + defconfig-gta01 | 12 ++++++------ + defconfig-gta02 | 12 ++++++------ + 3 files changed, 18 insertions(+), 18 deletions(-) + +diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules +index 39019b4..ec94668 100644 +--- a/defconfig-2.6.24-maxmodules ++++ b/defconfig-2.6.24-maxmodules +@@ -1380,12 +1380,12 @@ CONFIG_USB_S3C2410=y + # CONFIG_USB_GADGET_DUMMY_HCD is not set + # CONFIG_USB_GADGET_DUALSPEED is not set + # CONFIG_USB_ZERO is not set +-CONFIG_USB_ETH=y +-CONFIG_USB_ETH_RNDIS=y +-# CONFIG_USB_GADGETFS is not set +-# CONFIG_USB_FILE_STORAGE is not set +-# CONFIG_USB_G_SERIAL is not set +-# CONFIG_USB_MIDI_GADGET is not set ++CONFIG_USB_ETH=m ++CONFIG_USB_ETH_RNDIS=m ++CONFIG_USB_GADGETFS=m ++CONFIG_USB_FILE_STORAGE=m ++CONFIG_USB_G_SERIAL=m ++CONFIG_USB_MIDI_GADGET=m + + # + # SDIO support +diff --git a/defconfig-gta01 b/defconfig-gta01 +index aa0bf4b..3320560 100644 +--- a/defconfig-gta01 ++++ b/defconfig-gta01 +@@ -1380,12 +1380,12 @@ CONFIG_USB_S3C2410=y + # CONFIG_USB_GADGET_DUMMY_HCD is not set + # CONFIG_USB_GADGET_DUALSPEED is not set + # CONFIG_USB_ZERO is not set +-CONFIG_USB_ETH=y +-CONFIG_USB_ETH_RNDIS=y +-# CONFIG_USB_GADGETFS is not set +-# CONFIG_USB_FILE_STORAGE is not set +-# CONFIG_USB_G_SERIAL is not set +-# CONFIG_USB_MIDI_GADGET is not set ++CONFIG_USB_ETH=m ++CONFIG_USB_ETH_RNDIS=m ++CONFIG_USB_GADGETFS=m ++CONFIG_USB_FILE_STORAGE=m ++CONFIG_USB_G_SERIAL=m ++CONFIG_USB_MIDI_GADGET=m + + # + # SDIO support +diff --git a/defconfig-gta02 b/defconfig-gta02 +index 9d0dd56..376d53e 100644 +--- a/defconfig-gta02 ++++ b/defconfig-gta02 +@@ -1379,12 +1379,12 @@ CONFIG_USB_S3C2410=y + # CONFIG_USB_GADGET_DUMMY_HCD is not set + # CONFIG_USB_GADGET_DUALSPEED is not set + # CONFIG_USB_ZERO is not set +-CONFIG_USB_ETH=y +-CONFIG_USB_ETH_RNDIS=y +-# CONFIG_USB_GADGETFS is not set +-# CONFIG_USB_FILE_STORAGE is not set +-# CONFIG_USB_G_SERIAL is not set +-# CONFIG_USB_MIDI_GADGET is not set ++CONFIG_USB_ETH=m ++CONFIG_USB_ETH_RNDIS=m ++CONFIG_USB_GADGETFS=m ++CONFIG_USB_FILE_STORAGE=m ++CONFIG_USB_G_SERIAL=m ++CONFIG_USB_MIDI_GADGET=m + + # + # SDIO support +-- +1.5.6.5 + |