changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of...
[openwrt/staging/florian.git] / target / linux / s3c24xx / profiles / 101-gta02-graphical.mk
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
8 define Profile/openmoko-gta02-graphical
9 NAME:=Openmoko GTA-02 (graphical)
10 PACKAGES:=enlightenment xglamo
11 endef
12
13 define Profile/openmoko-gta02-graphical/Description
14 Package set with accelerated x11-environment compatible with the Openmoko GTA-02 hardware
15 endef
16 $(eval $(call Profile,openmoko-gta02-graphical))
17