Author: jogo
Date: 2014-10-02 14:25:01 +0200 (Thu, 02 Oct 2014)
New Revision: 42730

Added:
   trunk/target/linux/brcm63xx/dts/bcm96348GW-10.dts
Modified:
   trunk/target/linux/brcm63xx/image/Makefile
   trunk/target/linux/brcm63xx/profiles/01-generic.mk
Log:
brcm63xx: Add DT support for 96348GW-10

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

Added: trunk/target/linux/brcm63xx/dts/bcm96348GW-10.dts
===================================================================
--- trunk/target/linux/brcm63xx/dts/bcm96348GW-10.dts                           
(rev 0)
+++ trunk/target/linux/brcm63xx/dts/bcm96348GW-10.dts   2014-10-02 12:25:01 UTC 
(rev 42730)
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/include/ "bcm6348.dtsi"
+
+/ {
+       model = "Broadcom BCM96348GW-10 reference board";
+       compatible = "brcm,bcm96348gw-10", "brcm,bcm6348";
+};

Modified: trunk/target/linux/brcm63xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm63xx/image/Makefile  2014-10-02 12:24:39 UTC (rev 
42729)
+++ trunk/target/linux/brcm63xx/image/Makefile  2014-10-02 12:25:01 UTC (rev 
42730)
@@ -238,7 +238,6 @@
        $(call Image/Build/CFE,$(1),6338GW,6338,6338GW-generic,,)
        $(call Image/Build/CFE,$(1),6338W,6338,6338W-generic,,)
        $(call Image/Build/CFE,$(1),96348GW-11,6348,96348GW-11-generic)
-       $(call Image/Build/CFE,$(1),96348GW-10,6348,96348GW-10-generic)
        $(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)
        $(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic)
        $(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
@@ -343,6 +342,8 @@
 # Generic 96348GW
 $(eval $(call CfeImageDTB,96348GW,bcm96348GW,96348GW,6348,96348GW-generic))
 $(eval $(call 
CfeImageDTB,96348GW,bcm96348GW,96348GW,6348,96348GW-bc221,,--layoutver 5))
+# Generic 96348GW-10
+$(eval $(call 
CfeImageDTB,96348GW_10,bcm96348GW-10,96348GW-10,6348,96348GW-10-generic))
 
 # ADB P.DG A4001N
 $(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8))

Modified: trunk/target/linux/brcm63xx/profiles/01-generic.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-10-02 12:24:39 UTC 
(rev 42729)
+++ trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-10-02 12:25:01 UTC 
(rev 42730)
@@ -40,3 +40,12 @@
   Package set optimized for 96348GW.
 endef
 $(eval $(call Profile,96348GW))
+
+define Profile/96348GW_10
+  NAME:=Generic 96348GW-10
+  PACKAGES:=
+endef
+define Profile/96348GW_10/Description
+  Package set optimized for 96348GW-10.
+endef
+$(eval $(call Profile,96348GW_10))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to