aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-06-30 13:09:50 +0000
committerJonas Gorski <jogo@openwrt.org>2013-06-30 13:09:50 +0000
commit028702bc974a0fc278736f14b555629183f461d4 (patch)
treeba8c02e2c801ffc476fa0d62d7fd83c7fd1149bb /target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch
parentdc7be3f64c1d858780953b64128b8f857f8b30d1 (diff)
downloadmaster-187ad058-028702bc974a0fc278736f14b555629183f461d4.tar.gz
master-187ad058-028702bc974a0fc278736f14b555629183f461d4.tar.bz2
master-187ad058-028702bc974a0fc278736f14b555629183f461d4.zip
bcm63xx: update patches
Update patches with their upstream versions. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch54
1 files changed, 0 insertions, 54 deletions
diff --git a/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch b/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch
deleted file mode 100644
index 9b43adb727..0000000000
--- a/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
-+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -69,6 +69,41 @@
- static struct board_info board;
-
- /*
-+ * known 3368 boards
-+ */
-+#ifdef CONFIG_BCM63XX_CPU_3368
-+static struct board_info __initdata board_cvg834g = {
-+ .name = "CVG834G_E15R3921",
-+ .expected_cpu_id = 0x3368,
-+
-+ .has_uart0 = 1,
-+ .has_uart1 = 1,
-+
-+ .has_enet0 = 1,
-+ .has_pci = 1,
-+
-+ .enet0 = {
-+ .has_phy = 1,
-+ .use_internal_phy = 1,
-+ },
-+
-+ .leds = {
-+ {
-+ .name = "CVG834G::switch-reset",
-+ .gpio = 36,
-+ .default_trigger= "default-on",
-+ },
-+
-+ {
-+ .name = "CVG834G:green:power",
-+ .gpio = 37,
-+ .default_trigger= "default-on",
-+ },
-+ },
-+};
-+#endif
-+
-+/*
- * known 6328 boards
- */
- #ifdef CONFIG_BCM63XX_CPU_6328
-@@ -3884,6 +3919,9 @@ static struct board_info __initdata boar
- * all boards
- */
- static const struct board_info __initconst *bcm963xx_boards[] = {
-+#ifdef CONFIG_BCM63XX_CPU_3368
-+ &board_cvg834g,
-+#endif
- #ifdef CONFIG_BCM63XX_CPU_6328
- &board_96328avng,
- &board_96328A_1241N,