From 8e89050d962d7076ef32e71d3da218a1dbcc49dc Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 2 Oct 2014 12:25:01 +0000 Subject: brcm63xx: Add DT support for 96348GW-10 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42730 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 481136e197..a8b3424eff 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -40,3 +40,12 @@ define Profile/96348GW/Description 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)) -- cgit v1.2.3