Author: jogo Date: 2015-11-04 12:33:10 +0100 (Wed, 04 Nov 2015) New Revision: 47378
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: fix Netgear CVG834G HCS magic bytes Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2015-11-04 11:33:07 UTC (rev 47377) +++ trunk/target/linux/brcm63xx/image/Makefile 2015-11-04 11:33:10 UTC (rev 47378) @@ -581,7 +581,7 @@ # Inventel Livebox 1 $(eval $(call bcm63xxRedBoot,Livebox,livebox,livebox-blue-5g)) # Netgear CVG834G -$(eval $(call bcm33xxHcsRamdisk,CVG834G,cvg834g,cvg834g,a020,0001,0022)) +$(eval $(call bcm33xxHcsRamdisk,CVG834G,cvg834g,cvg834g,0xa020,0001,0022)) # Netgear DG834GT/PN $(eval $(call bcm63xxCfe,DG834GTPN,DG834GT_PN,dg834gtpn,96348GW-10,6348)) # Netgear DG834G v4 Property changes on: trunk/target/linux/brcm63xx/image/Makefile ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
