summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-01 21:56:35 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-01 21:56:35 +0000
commitfaa51b307cfdbec28f474b48699358064e0f99c7 (patch)
tree00464a0e64ab7da443068b24b5b44050647e2369 /target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch
parent701e2a38fef4fce862eaeb21fc97874a6387a569 (diff)
downloadmtk-20170518-faa51b307cfdbec28f474b48699358064e0f99c7.zip
mtk-20170518-faa51b307cfdbec28f474b48699358064e0f99c7.tar.gz
mtk-20170518-faa51b307cfdbec28f474b48699358064e0f99c7.tar.bz2
brcm63xx: switch to 3.14
Now that BB is branched off, we can now switch to 3.14 and start breaking stuff again. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41941
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch b/target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch
deleted file mode 100644
index 0466ee8..0000000
--- a/target/linux/brcm63xx/patches-3.10/551-96348gw_a_leds.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
-+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1641,6 +1641,19 @@ static struct board_info __initdata boar
- },
-
- .has_ohci0 = 1,
-+
-+ .leds = {
-+ {
-+ .name = "96348GW-A::adsl",
-+ .gpio = 3,
-+ .active_low = 1,
-+ },
-+ {
-+ .name = "96348GW-A::usb",
-+ .gpio = 0,
-+ .active_low = 1,
-+ }
-+ },
- };
-
- static struct board_info __initdata board_96348_D4PW = {