1#
2# Copyright (C) 2010 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/n810-gui
9  $(call Profile/n810-base)
10  NAME:=Nokia n810 (GUI)
11  PACKAGES+= \
12	xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \
13	xf86-video-omapfb xf86-input-tslib xf86-input-evdev \
14	openbox tint2 matchbox-keyboard \
15	pwrtray
16endef
17
18define Profile/n810-gui/Description
19	Graphical user interface package set for Nokia n810 hardware.
20endef
21$(eval $(call Profile,n810-gui))
22
23