[backfire] cleanup: remove unsupported "cobalt" target
[openwrt-10.03/.git] / target / linux / octeon / profiles / 100-Mototech.mk
1 #
2 # Copyright (C) 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/mototech
9   NAME:=Mototech evaluation board
10   PACKAGES:=kmod-ath9k kmod-ata-core kmod-ata-sil24 kmod-usb-core kmod-usb2 \
11                 kmod-usb-octeon
12 endef
13
14 define Profile/mototech/Description
15         Package set compatible with the Mototech Evaluation Board (CN5000F).
16 endef
17 $(eval $(call Profile,mototech))
18