goldfish: R.I.P.
[openwrt.git] / target / linux / s3c24xx / openmoko-gta02 / profiles / 100-gta02-minimal.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-minimal
9   NAME:=Openmoko GTA-02 (minimal)
10   PACKAGES:=
11 endef
12
13 define Profile/openmoko-gta02-minimal/Description
14         minimal Package set compatible with the Openmoko GTA-02 hardware
15 endef
16 $(eval $(call Profile,openmoko-gta02-minimal))
17