From ad91de86f521b239a749b9ab5de7d2eb45e9fd8b Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 17 Jun 2008 12:57:04 +0000 Subject: [kernel] upgrade to 2.6.25.7, and refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11523 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/au1000/patches/002-sys_btn_gpio.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'target/linux/au1000/patches/002-sys_btn_gpio.patch') diff --git a/target/linux/au1000/patches/002-sys_btn_gpio.patch b/target/linux/au1000/patches/002-sys_btn_gpio.patch index 65102f26a..a3aa7ad67 100644 --- a/target/linux/au1000/patches/002-sys_btn_gpio.patch +++ b/target/linux/au1000/patches/002-sys_btn_gpio.patch @@ -2,10 +2,8 @@ This patch adds support for the GPIO connected system button on the MTX-1 boards Signed-off-by: Florian Fainelli --- -Index: linux-2.6.25.4/arch/mips/au1000/mtx-1/platform.c -=================================================================== ---- linux-2.6.25.4.orig/arch/mips/au1000/mtx-1/platform.c -+++ linux-2.6.25.4/arch/mips/au1000/mtx-1/platform.c +--- a/arch/mips/au1000/mtx-1/platform.c ++++ b/arch/mips/au1000/mtx-1/platform.c @@ -23,9 +23,32 @@ #include #include @@ -39,7 +37,7 @@ Index: linux-2.6.25.4/arch/mips/au1000/mtx-1/platform.c static struct resource mtx1_wdt_res[] = { [0] = { .start = 15, -@@ -62,11 +85,13 @@ static struct platform_device mtx1_gpio_ +@@ -62,11 +85,13 @@ static struct platform_device *mtx1_devs[] = { &mtx1_gpio_leds, -- cgit v1.2.3