2009-01-22 22:54:08 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/openmoko-gta02-full
|
|
|
|
NAME:=Openmoko GTA-02 (full)
|
2009-05-05 01:37:38 +03:00
|
|
|
PACKAGES:=xserver-xorg xf86-video-glamo xf86-input-tslib enlightenment gsm0710muxd python fso paroli
|
2009-01-22 22:54:08 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/openmoko-gta02-full/Description
|
2009-05-05 01:37:38 +03:00
|
|
|
Package set with accelerated x11-environment and phone-suite (paroli)
|
2009-01-22 22:54:08 +02:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,openmoko-gta02-full))
|
|
|
|
|