1#
2# Copyright (C) 2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/TEW691GR
9	NAME:=TRENDnet TEW-691GR
10	PACKAGES:=swconfig
11endef
12
13define Profile/TEW691GR/Description
14	Package set compatible with the TRENDnet TEW-691GR board.
15endef
16$(eval $(call Profile,TEW691GR))
17
18
19define Profile/TEW692GR
20	NAME:=TRENDnet TEW-692GR
21	PACKAGES:=swconfig
22endef
23
24define Profile/TEW692GR/Description
25	Package set compatible with the TRENDnet TEW-692GR board.
26endef
27$(eval $(call Profile,TEW692GR))
28