История изменений
Исправление smilessss, (текущая версия) :
есть ещё мысль пропатчить какую-то прошивку под мою board
что-то вроде в https://dev.openwrt.org/browser/trunk/target/linux/brcm63xx/files/arch/mips/b...
1) svn checkout https://svn.openwrt.org/openwrt/trunk/ ~/kamikaze-trunk etc. etc.
2) make menuconfig (I choose 963xx platform, Broadcom board)
3) edit ~/kamikaze-trunk/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c and added an entry for "Dlink 2640u C2"
4) edit ~/kamikaze-trunk/target/linux/brcm63xx/image/Makefile and added an entry for "Dlink 2640u C2"in Image/Build
5) make V=99
добавить в указанный файл и попробовать собрать
37 * known 6333 boards
38 */
39 #ifdef CONFIG_BCM63XX_CPU_6333
40 static struct board_info __initdata board_96332AG2 = {
41 .name = "96332AG2",
42 .expected_cpu_id = 0x6333,
43
44 .has_enet0 = 1,
45 .has_pci = 1,
46
47 .enet0 = {
48 .has_phy = 1,
49 .use_internal_phy = 1,
50 },
51 };
Исходная версия smilessss, :
есть ещё мысль пропатчить какую-то прошивку под мою board
что-то вроде в https://dev.openwrt.org/browser/trunk/target/linux/brcm63xx/files/arch/mips/b...
1) svn checkout https://svn.openwrt.org/openwrt/trunk/ ~/kamikaze-trunk etc. etc.
2) make menuconfig (I choose 963xx platform, Broadcom board)
3) edit ~/kamikaze-trunk/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c and added an entry for "Dlink 2640u C2"
4) edit ~/kamikaze-trunk/target/linux/brcm63xx/image/Makefile and added an entry for "Dlink 2640u C2"in Image/Build
5) make V=99
добавить в указанный файл и попробовать собрать
37 * known 6333 boards
38 */
39 #ifdef CONFIG_BCM63XX_CPU_6333
40 static struct board_info __initdata board_96348r = {
41 .name = "96332AG2",
42 .expected_cpu_id = 0x6333,
43
44 .has_enet0 = 1,
45 .has_pci = 1,
46
47 .enet0 = {
48 .has_phy = 1,
49 .use_internal_phy = 1,
50 },
51 };