From 477826ef31a6aecf20ec2e9e563c5f9985a17cc5 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 2 Oct 2014 12:25:57 +0000 Subject: brcm63xx: Add DT support for 96368MVNgr 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: 42737 --- target/linux/brcm63xx/profiles/01-generic.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/brcm63xx/profiles') diff --git a/target/linux/brcm63xx/profiles/01-generic.mk b/target/linux/brcm63xx/profiles/01-generic.mk index 685d108b22..f190141a41 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -103,3 +103,12 @@ define Profile/96358VW2/Description Package set optimized for 96358VW2. endef $(eval $(call Profile,96358VW2)) + +define Profile/96368MVNgr + NAME:=Generic 96368MVNgr + PACKAGES:= +endef +define Profile/96368MVNgr/Description + Package set optimized for 96368MVNgr. +endef +$(eval $(call Profile,96368MVNgr)) -- cgit v1.2.3