diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 11:58:53 +0000 |
commit | fc54b9bf158eea9cae647ce2c58f7d9989af173a (patch) | |
tree | 54644c1229434d7ee13c5872bda4129e34337fc0 /target/linux/s3c24xx/patches-2.6.24/1253-config-usb-over-ethernet-module.patch.patch | |
parent | d9f49b62b28ebd245587854efa484974d90debbf (diff) |
changed Makefile and profiles, added patches for kernel 2.6.24
(stable-branch of Openmoko)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 + |