2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Jonas Gorski
2014-10-02 12:26:07 +00:00
parent 477826ef31
commit 57214b00ae
33 changed files with 59 additions and 41 deletions

View File

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