aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-10-02 12:25:57 +0000
committerJonas Gorski <jogo@openwrt.org>2014-10-02 12:25:57 +0000
commit25ac300092344e42bfb762da0aaa96c67f92cb90 (patch)
tree44918a673d19f234050c9a6742dc7ec81e96fcdb /target/linux/brcm63xx/profiles
parent6f45e918853c9c916d7237bb892863fe6c8e4cb0 (diff)
downloadmaster-187ad058-25ac300092344e42bfb762da0aaa96c67f92cb90.tar.gz
master-187ad058-25ac300092344e42bfb762da0aaa96c67f92cb90.tar.bz2
master-187ad058-25ac300092344e42bfb762da0aaa96c67f92cb90.zip
brcm63xx: Add DT support for 96368MVNgr
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42737 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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))