adm8668: Remove unmaintained target
[openwrt/openwrt.git] / target / linux / au1000 / au1500 / profiles / MeshCube.mk
1 #
2 # Copyright (C) 2007-2009 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/MeshCube
9 NAME:=MeshCube MTX-1
10 PACKAGES:=kmod-ath5k kmod-net-prism54 \
11 kmod-usb-core kmod-usb-ohci kmod-usb-storage kmod-fs-ext4 kmod-fs-vfat
12 endef
13
14 define Profile/MeshCube/Description
15 Package set for the 4G MeshCube (MTX-1)
16 endef
17
18 $(eval $(call Profile,MeshCube))