2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Jonas Gorski
2014-10-02 12:25:41 +00:00
parent 80db30b508
commit cdea47cbc3
3 changed files with 18 additions and 1 deletions

View File

@@ -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))