2
0
forked from Ivasoft/openwrt

brcm63xx: Add DT support for 96358VW

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 42735
This commit is contained in:
Jonas Gorski
2014-10-02 12:25:36 +00:00
parent e7ade47fba
commit 80db30b508
3 changed files with 20 additions and 1 deletions

View File

@@ -85,3 +85,13 @@ define Profile/96348R/Description
Package set optimized for 96348R.
endef
$(eval $(call Profile,96348R))
define Profile/96358VW
NAME:=Generic 96358VW
PACKAGES:=
endef
define Profile/96358VW/Description
Package set optimized for 96358VW.
endef
$(eval $(call Profile,96358VW))