From 57214b00aed49a43bf8070772d87663971b2af14 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 2 Oct 2014 12:26:07 +0000 Subject: brcm63xx: Add DT support for 96368MVWG 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: 42738 --- 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 f190141a41..2a9eb15e00 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -112,3 +112,12 @@ define Profile/96368MVNgr/Description Package set optimized for 96368MVNgr. endef $(eval $(call Profile,96368MVNgr)) + +define Profile/96368MVWG + NAME:=Generic 96368MVWG + PACKAGES:= +endef +define Profile/96368MVWG/Description + Package set optimized for 96368MVWG. +endef +$(eval $(call Profile,96368MVWG)) -- cgit v1.2.3