libelf: get rid of CRLF encoding in the makefile (thx, danimo)
[openwrt.git] / target / linux / brcm63xx / patches-2.6.32 / 150-alice_gate2_leds.patch
index 430346c..520fdea 100644 (file)
@@ -1,8 +1,8 @@
-Index: linux-2.6.32.9/arch/mips/bcm63xx/boards/board_bcm963xx.c
+Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c
 ===================================================================
---- linux-2.6.32.9.orig/arch/mips/bcm63xx/boards/board_bcm963xx.c      2010-02-28 18:55:54.000000000 +0100
-+++ linux-2.6.32.9/arch/mips/bcm63xx/boards/board_bcm963xx.c   2010-02-28 19:01:23.000000000 +0100
-@@ -589,6 +589,63 @@
+--- linux-2.6.32.13.orig/arch/mips/bcm63xx/boards/board_bcm963xx.c     2010-05-27 21:40:56.000000000 -0400
++++ linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c  2010-05-27 21:43:41.000000000 -0400
+@@ -573,6 +573,63 @@
  
        .has_ohci0 = 1,
        .has_ehci0 = 1,
@@ -52,13 +52,13 @@ Index: linux-2.6.32.9/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +              },
 +      },
 +
-+      .reset_buttons = {
++      .buttons = {
 +              {
 +                      .desc           = "sw2",
 +                      .gpio           = 37,
 +                      .active_low     = 1,
 +                      .type           = EV_KEY,
-+                      .code           = BTN_0,
++                      .code           = KEY_RESTART,
 +                      .threshold      = 3,
 +              },
 +      },
This page took 0.020872 seconds and 4 git commands to generate.