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-full
9  NAME:=Openmoko GTA-02 (full)
10  PACKAGES:=xserver-xorg xf86-video-glamo xf86-input-tslib enlightenment fso-gsm0710muxd python fso-frameworkd fso-gpsd paroli
11endef
12
13define Profile/openmoko-gta02-full/Description
14	Package set with accelerated x11-environment and phone-suite (paroli)
15endef
16$(eval $(call Profile,openmoko-gta02-full))
17
18