mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user