summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-10-02 12:26:07 +0000
committerJonas Gorski <jogo@openwrt.org>2014-10-02 12:26:07 +0000
commit57214b00aed49a43bf8070772d87663971b2af14 (patch)
tree84e49adadb7b218640868ccdbbf54f3da6f6b004 /target/linux/brcm63xx/profiles
parent477826ef31a6aecf20ec2e9e563c5f9985a17cc5 (diff)
downloadmaster-31e0f0ae-57214b00aed49a43bf8070772d87663971b2af14.tar.gz
master-31e0f0ae-57214b00aed49a43bf8070772d87663971b2af14.tar.bz2
master-31e0f0ae-57214b00aed49a43bf8070772d87663971b2af14.zip
brcm63xx: Add DT support for 96368MVWG
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42738
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r--target/linux/brcm63xx/profiles/01-generic.mk9
1 files changed, 9 insertions, 0 deletions
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))