From e7ade47fbad2248cc3a75e132880566cb9ba3d29 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 2 Oct 2014 12:25:27 +0000 Subject: brcm63xx: Add DT support for 96338W MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renamed of_board_id to convention. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski SVN-Revision: 42734 --- 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 30a17ab2d3..eb17f95f83 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -32,6 +32,15 @@ define Profile/96338GW/Description endef $(eval $(call Profile,96338GW)) +define Profile/96338W + NAME:=Generic 96338W + PACKAGES:= +endef +define Profile/96338W/Description + Package set optimized for 96338W. +endef +$(eval $(call Profile,96338W)) + define Profile/96345GW2 NAME:=Generic 96345GW2 PACKAGES:= -- cgit v1.2.3