2
0
forked from Ivasoft/openwrt

ar71xx: add profile and build image for the Tube2H board

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 41652
This commit is contained in:
Gabor Juhos
2014-07-14 16:03:37 +00:00
parent ddd5a9a8f2
commit 495aef39f4
2 changed files with 14 additions and 0 deletions

View File

@@ -53,3 +53,14 @@ define Profile/ALFANX/Description
endef
$(eval $(call Profile,ALFANX))
define Profile/TUBE2H
NAME:=ALFA Network Tube2H board
PACKAGES:=
endef
define Profile/TUBE2H/Description
Package set optimized for the ALFA Network Tube2H board.
endef
$(eval $(call Profile,TUBE2H))