summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/profiles/01-generic.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-10-02 12:25:41 +0000
committerJonas Gorski <jogo@openwrt.org>2014-10-02 12:25:41 +0000
commitcdea47cbc36a6177ea09f0f876530d70a8a6e0f4 (patch)
tree0d1cecf1ea2bf45f536c13342640815b890b8260 /target/linux/brcm63xx/profiles/01-generic.mk
parent80db30b508574a90a0f14197a350e81feabdbad5 (diff)
downloadmtk-20170518-cdea47cbc36a6177ea09f0f876530d70a8a6e0f4.zip
mtk-20170518-cdea47cbc36a6177ea09f0f876530d70a8a6e0f4.tar.gz
mtk-20170518-cdea47cbc36a6177ea09f0f876530d70a8a6e0f4.tar.bz2
brcm63xx: Add DT support for 96358VW2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42736
Diffstat (limited to 'target/linux/brcm63xx/profiles/01-generic.mk')
-rw-r--r--target/linux/brcm63xx/profiles/01-generic.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/01-generic.mk b/target/linux/brcm63xx/profiles/01-generic.mk
index bfd4d64..685d108 100644
--- a/target/linux/brcm63xx/profiles/01-generic.mk
+++ b/target/linux/brcm63xx/profiles/01-generic.mk
@@ -95,3 +95,11 @@ define Profile/96358VW/Description
endef
$(eval $(call Profile,96358VW))
+define Profile/96358VW2
+ NAME:=Generic 96358VW2
+ PACKAGES:=
+endef
+define Profile/96358VW2/Description
+ Package set optimized for 96358VW2.
+endef
+$(eval $(call Profile,96358VW2))