To support this board maked:
Index: target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
===================================================================
--- target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c (revision 16637)
+++ target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c (working copy)
@@ -279,6 +279,30 @@
.has_ehci0 = 1,
};
+static struct board_info __initdata board_96358m = {
+ .name = "96358M",
+ .expected_cpu_id = 0x6358,
+
+ .has_enet0 = 1,
+ .has_enet1 = 1,
+ .has_pci = 1,
+
+ .enet0 = {
+ .has_phy = 1,
+ .use_internal_phy = 1,
+ },
+
+ .enet1 = {
+ .force_speed_100 = 1,
+ .force_duplex_full = 1,
+ },
+
+
+ .has_ohci0 = 1,
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+};
+
static struct board_info __initdata board_AGPFS0 = {
.name = "AGPF-S0",
.expected_cpu_id = 0x6358,
@@ -326,6 +350,7 @@
#ifdef CONFIG_BCM63XX_CPU_6358
&board_96358vw,
&board_96358vw2,
+ &board_96358m,
&board_AGPFS0,
#endif
};
Index: target/linux/brcm63xx/image/Makefile
===================================================================
--- target/linux/brcm63xx/image/Makefile (revision 16637)
+++ target/linux/brcm63xx/image/Makefile (working copy)
@@ -127,6 +127,9 @@
# Comtrend 536, 5621
$(call Image/Build/CFE,$(1),96348GW-11,6348,bccfe,,bccfe)
$(call Image/Build/CFE,$(1),96348GW-11,6348,bc300,,bc300)
+ # Comtrend CT-5372
+ $(call Image/Build/CFE,$(1),96358M,6358,bc310,,dsl2740b)
+ $(call Image/Build/CFE,$(1),96348M,6358,bccfe,,bccfe)
# TP-Link 8900GB
$(call Image/Build/CFE,$(1),96348GW-11,6348,bc310,$(shell printf 'PRID\x89\x10\x00\x02'),td8900GB)
# Davolink DV201AMR
after make got: "openwrt-96358M-squashfs-dsl2740b-cfe.bin"
flashed via console port (115200) using RS232 level shifter
CHECK BY SELF!!!
If cat /proc/bus/pci/devices is empty install "kmod-pcmcia-core" and "kmod-pcmcia-bcm63xx"
(Last edited by balabala on 10 Jul 2009, 09:32)