arm64: use common image prefix
[openwrt/svn-archive/archive.git] / target / linux / omap24xx / profiles / 110-n810-gui.mk
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
8 define 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
16 endef
17
18 define Profile/n810-gui/Description
19 Graphical user interface package set for Nokia n810 hardware.
20 endef
21 $(eval $(call Profile,n810-gui))
22