| 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/AP113 |
| 9 | NAME:=Atheros AP113 reference board |
| 10 | PACKAGES:=kmod-usb-core kmod-usb2 |
| 11 | endef |
| 12 | |
| 13 | define Profile/AP113/description |
| 14 | Package set optimized for the Atheros AP113 reference board. |
| 15 | endef |
| 16 | |
| 17 | $(eval $(call Profile,AP113)) |
| 18 | |
| 19 | define Profile/AP121 |
| 20 | NAME:=Atheros AP121 reference board |
| 21 | PACKAGES:=kmod-usb-core kmod-usb2 |
| 22 | endef |
| 23 | |
| 24 | define Profile/AP121/Description |
| 25 | Package set optimized for the Atheros AP121 reference board. |
| 26 | endef |
| 27 | |
| 28 | $(eval $(call Profile,AP121)) |
| 29 | |
| 30 | define Profile/AP121MINI |
| 31 | NAME:=Atheros AP121-MINI reference board |
| 32 | PACKAGES:= |
| 33 | endef |
| 34 | |
| 35 | define Profile/AP121MINI/Description |
| 36 | Package set optimized for the Atheros AP121-MINI reference board. |
| 37 | endef |
| 38 | |
| 39 | $(eval $(call Profile,AP121MINI)) |
| 40 | |
| 41 | define Profile/AP81 |
| 42 | NAME:=Atheros AP81 reference board |
| 43 | PACKAGES:=kmod-usb-core kmod-usb2 |
| 44 | endef |
| 45 | |
| 46 | define Profile/AP81/Description |
| 47 | Package set optimized for the Atheros AP81 reference board. |
| 48 | endef |
| 49 | |
| 50 | $(eval $(call Profile,AP81)) |
| 51 | |
| 52 | define Profile/AP83 |
| 53 | NAME:=Atheros AP83 reference board |
| 54 | PACKAGES:=kmod-usb-core kmod-usb2 \ |
| 55 | vsc7385-ucode-ap83 vsc7395-ucode-ap83 |
| 56 | endef |
| 57 | |
| 58 | define Profile/AP83/Description |
| 59 | Package set optimized for the Atheros AP83 reference board. |
| 60 | endef |
| 61 | |
| 62 | $(eval $(call Profile,AP83)) |
| 63 | |
| 64 | define Profile/AP96 |
| 65 | NAME:=Atheros AP96 reference board |
| 66 | PACKAGES:=kmod-usb-core kmod-usb2 |
| 67 | endef |
| 68 | |
| 69 | define Profile/AP96/Description |
| 70 | Package set optimized for the Atheros AP96 reference board. |
| 71 | endef |
| 72 | |
| 73 | $(eval $(call Profile,AP96)) |
| 74 | |
| 75 | define Profile/DB120 |
| 76 | NAME:=Atheros DB120 reference board |
| 77 | PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage |
| 78 | endef |
| 79 | |
| 80 | define Profile/DB120/Description |
| 81 | Package set optimized for the Atheros DB120 reference board. |
| 82 | endef |
| 83 | |
| 84 | $(eval $(call Profile,DB120)) |
| 85 | |
| 86 | define Profile/PB42 |
| 87 | NAME:=Atheros PB42 reference board |
| 88 | PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 |
| 89 | endef |
| 90 | |
| 91 | define Profile/PB42/Description |
| 92 | Package set optimized for the Atheros PB42 reference board. |
| 93 | endef |
| 94 | |
| 95 | $(eval $(call Profile,PB42)) |
| 96 | |
| 97 | define Profile/PB44 |
| 98 | NAME:=Atheros PB44 reference board |
| 99 | PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 \ |
| 100 | vsc7385-ucode-pb44 vsc7395-ucode-pb44 |
| 101 | endef |
| 102 | |
| 103 | define Profile/PB44/Description |
| 104 | Package set optimized for the Atheros PB44 reference board. |
| 105 | endef |
| 106 | |
| 107 | $(eval $(call Profile,PB44)) |
| 108 | |
| 109 | define Profile/PB92 |
| 110 | NAME:=Atheros PB92 reference board |
| 111 | PACKAGES:=kmod-usb-core kmod-usb2 |
| 112 | endef |
| 113 | |
| 114 | define Profile/PB92/Description |
| 115 | Package set optimized for the Atheros PB92 reference board. |
| 116 | endef |
| 117 | |
| 118 | $(eval $(call Profile,PB92)) |
| 119 | |