2
0
forked from Ivasoft/openwrt

brcm63xx: Add DT support for 96348R

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

SVN-Revision: 42732
This commit is contained in:
Jonas Gorski
2014-10-02 12:25:13 +00:00
parent 35cf1adfc6
commit 73f576dff2
3 changed files with 19 additions and 1 deletions

View File

@@ -58,3 +58,12 @@ define Profile/96348GW_11/Description
Package set optimized for 96348GW-11.
endef
$(eval $(call Profile,96348GW_11))
define Profile/96348R
NAME:=Generic 96348R
PACKAGES:=
endef
define Profile/96348R/Description
Package set optimized for 96348R.
endef
$(eval $(call Profile,96348R))