From fc54b9bf158eea9cae647ce2c58f7d9989af173a Mon Sep 17 00:00:00 2001 From: mirko Date: Fri, 12 Dec 2008 11:58:53 +0000 Subject: 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 --- .../patches/0017-g_ether-highpower.patch.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100755 target/linux/s3c24xx/patches/0017-g_ether-highpower.patch.patch (limited to 'target/linux/s3c24xx/patches/0017-g_ether-highpower.patch.patch') diff --git a/target/linux/s3c24xx/patches/0017-g_ether-highpower.patch.patch b/target/linux/s3c24xx/patches/0017-g_ether-highpower.patch.patch deleted file mode 100755 index f19607c76..000000000 --- a/target/linux/s3c24xx/patches/0017-g_ether-highpower.patch.patch +++ /dev/null @@ -1,34 +0,0 @@ -From c03d30af20838833c54f9e9684f38b7048e369d3 Mon Sep 17 00:00:00 2001 -From: mokopatches -Date: Wed, 16 Jul 2008 14:44:50 +0100 -Subject: [PATCH] g_ether-highpower.patch - ---- - drivers/usb/gadget/ether.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c -index 8d61ea6..066a3e7 100644 ---- a/drivers/usb/gadget/ether.c -+++ b/drivers/usb/gadget/ether.c -@@ -464,7 +464,7 @@ eth_config = { - .bConfigurationValue = DEV_CONFIG_VALUE, - .iConfiguration = STRING_CDC, - .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, -- .bMaxPower = 50, -+ .bMaxPower = 250, - }; - - #ifdef CONFIG_USB_ETH_RNDIS -@@ -478,7 +478,7 @@ rndis_config = { - .bConfigurationValue = DEV_RNDIS_CONFIG_VALUE, - .iConfiguration = STRING_RNDIS, - .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, -- .bMaxPower = 50, -+ .bMaxPower = 250, - }; - #endif - --- -1.5.6.3 - -- cgit v1.2.3