ar71xx: create firmware images for the AP81/PB42/PB44 boards
[openwrt/openwrt.git] / target / linux / ar71xx / profiles / atheros.mk
1 #
2 # Copyright (C) 2009-2010 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/AP81
9 NAME:=Atheros AP81 reference board
10 PACKAGES:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb2
11 endef
12
13 define Profile/AP81/Description
14 Package set optimized for the Atheros AP81 reference board.
15 endef
16
17 $(eval $(call Profile,AP81))
18
19 define Profile/AP83
20 NAME:=Atheros AP83 reference board
21 PACKAGES:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb2
22 endef
23
24 define Profile/AP83/Description
25 Package set optimized for the Atheros AP83 reference board.
26 endef
27
28 $(eval $(call Profile,AP83))
29
30 define Profile/PB42
31 NAME:=Atheros PB42 reference board
32 PACKAGES:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
33 endef
34
35 define Profile/PB42/Description
36 Package set optimized for the Atheros PB42 reference board.
37 endef
38
39 $(eval $(call Profile,PB42))
40
41 define Profile/PB44
42 NAME:=Atheros PB44 reference board
43 PACKAGES:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
44 endef
45
46 define Profile/PB44/Description
47 Package set optimized for the Atheros PB44 reference board.
48 endef
49
50 $(eval $(call Profile,PB44))