[au1000] prefer ath5k over madwifi and include kexec-tools in the default profile
[openwrt-10.03/.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-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 hostap-utils ip tc wpa-supplicant wpa-cli \
13         kexec-tools
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))