[backfire] cleanup: remove unsupported "cobalt" target
[openwrt-10.03/.git] / target / linux / octeon / profiles / 000-Generic.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/generic
9   NAME:=Generic Octeon board
10   PACKAGES:=kmod-ath9k
11 endef
12
13 define Profile/generic/Description
14         Base packages for Octeon boards.
15 endef
16 $(eval $(call Profile,generic))
17