From cdea47cbc36a6177ea09f0f876530d70a8a6e0f4 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 2 Oct 2014 12:25:41 +0000 Subject: brcm63xx: Add DT support for 96358VW2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski SVN-Revision: 42736 --- target/linux/brcm63xx/profiles/01-generic.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/brcm63xx/profiles/01-generic.mk') diff --git a/target/linux/brcm63xx/profiles/01-generic.mk b/target/linux/brcm63xx/profiles/01-generic.mk index bfd4d64..685d108 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -95,3 +95,11 @@ define Profile/96358VW/Description endef $(eval $(call Profile,96358VW)) +define Profile/96358VW2 + NAME:=Generic 96358VW2 + PACKAGES:= +endef +define Profile/96358VW2/Description + Package set optimized for 96358VW2. +endef +$(eval $(call Profile,96358VW2)) -- cgit v1.1