b252889b4ea9e584c4a27866c0611040edd1d1f2
[openwrt-10.03/.git] / 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