ar71xx: add a new subtarget for nand based devices - saves around 44k on the lzma...
[openwrt/openwrt.git] / target / linux / ar71xx / generic / 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:=wpad-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:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 \
22 vsc7385-ucode-ap83 vsc7395-ucode-ap83
23 endef
24
25 define Profile/AP83/Description
26 Package set optimized for the Atheros AP83 reference board.
27 endef
28
29 $(eval $(call Profile,AP83))
30
31 define Profile/PB42
32 NAME:=Atheros PB42 reference board
33 PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
34 endef
35
36 define Profile/PB42/Description
37 Package set optimized for the Atheros PB42 reference board.
38 endef
39
40 $(eval $(call Profile,PB42))
41
42 define Profile/PB44
43 NAME:=Atheros PB44 reference board
44 PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 \
45 vsc7385-ucode-pb44 vsc7395-ucode-pb44
46 endef
47
48 define Profile/PB44/Description
49 Package set optimized for the Atheros PB44 reference board.
50 endef
51
52 $(eval $(call Profile,PB44))
53
54 define Profile/PB92
55 NAME:=Atheros PB92 reference board
56 PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
57 endef
58
59 define Profile/PB92/Description
60 Package set optimized for the Atheros PB92 reference board.
61 endef
62
63 $(eval $(call Profile,PB92))