Author: jogo Date: 2015-04-19 00:33:50 +0200 (Sun, 19 Apr 2015) New Revision: 45499
Modified: trunk/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch trunk/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch trunk/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch trunk/target/linux/brcm63xx/profiles/broadcom.mk Log: brcm63xx: BCM963268BU_P300 reference board fixes - Fix profile name. - Rremove whitespace on board patch. - Refresh patches. Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch 2015-04-18 21:35:22 UTC (rev 45498) +++ trunk/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch 2015-04-18 22:33:50 UTC (rev 45499) @@ -79,7 +79,7 @@ { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 -+ { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, ++ { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, { .compatible = "inteno,vg50", .data = &board_vw6339gu, }, #endif #endif /* CONFIG_OF */ Modified: trunk/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch 2015-04-18 21:35:22 UTC (rev 45498) +++ trunk/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch 2015-04-18 22:33:50 UTC (rev 45499) @@ -91,4 +91,4 @@ + { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 - { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, + { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, Modified: trunk/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch 2015-04-18 21:35:22 UTC (rev 45498) +++ trunk/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch 2015-04-18 22:33:50 UTC (rev 45499) @@ -65,4 +65,4 @@ + { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 - { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, + { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, Modified: trunk/target/linux/brcm63xx/profiles/broadcom.mk =================================================================== --- trunk/target/linux/brcm63xx/profiles/broadcom.mk 2015-04-18 21:35:22 UTC (rev 45498) +++ trunk/target/linux/brcm63xx/profiles/broadcom.mk 2015-04-18 22:33:50 UTC (rev 45499) @@ -24,7 +24,7 @@ $(eval $(call Profile,BCM96318REF_P300)) define Profile/BCM963268BU_P300 - NAME:=Broadcom BCM96328BU_P300 reference board + NAME:=Broadcom BCM963268BU_P300 reference board PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc endef define Profile/BCM963268BU_P300/Description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
