2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define Profile
/n810-gui
9 $(call Profile
/n810-base
)
10 NAME
:=Nokia n810
(GUI
)
12 xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \
13 xf86-video-omapfb xf86-input-tslib xf86-input-evdev \
14 openbox tint2 matchbox-keyboard \
18 define Profile
/n810-gui
/Description
19 Graphical user interface package set for Nokia n810 hardware.
21 $(eval
$(call Profile
,n810-gui
))