1#
2# Copyright (C) 2008 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/openmoko-gta02-minimal
9  NAME:=Openmoko GTA-02 (minimal)
10  PACKAGES:=
11endef
12
13define Profile/openmoko-gta02-minimal/Description
14	minimal Package set compatible with the Openmoko GTA-02 hardware
15endef
16$(eval $(call Profile,openmoko-gta02-minimal))
17
18