add new au1000 profiles
[openwrt-10.03/.git] / target / linux / au1000 / profiles / MeshCube.mk
1 #
2 # Copyright (C) 2007 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-madwifi kmod-hostap kmod-hostap-pci kmod-net-prism54 \
11         kmod-usb-core kmod-usb-ohci kmod-usb-storage kmod-fs-ext3 kmod-fs-vfat \
12         ldconfig ldd \
13         hostap-utils hostapd hostapd-utils ip tc wpa-supplicant wpa-cli
14 endef
15
16 define Profile/MeshCube/Description
17         Package set for the 4G MeshCube (MTX-1)
18 endef
19
20 $(eval $(call Profile,MeshCube))