base-files: mark /etc/shadow as conffile
[openwrt/staging/florian.git] / target / linux / s3c24xx / profiles / 101-gta02-full.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-full
9 NAME:=Openmoko GTA-02 (full)
10 PACKAGES:=xserver-xorg xf86-video-glamo xf86-input-tslib enlightenment fso-gsm0710muxd python fso-frameworkd fso-gpsd paroli wireless-tools
11 endef
12
13 define Profile/openmoko-gta02-full/Description
14 Package set with accelerated x11-environment and phone-suite (paroli)
15 endef
16 $(eval $(call Profile,openmoko-gta02-full))
17