ar71xx: add profile and build image for the TL-WR710N board
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / allnet.mk
1 #
2 # Copyright (C) 20012 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/ALL0305
9 NAME:=Allnet ALL0305
10 PACKAGES:=fconfig kmod-ath5k -kmod-ath9k
11 endef
12
13 define Profile/ALL0305/Description
14 Package set optimized for the Allnet ALL0305.
15 endef
16
17 $(eval $(call Profile,ALL0305))
18
19 define Profile/ALL0258N
20 NAME:=Allnet ALL0258N
21 PACKAGES:=uboot-envtools rssileds
22 endef
23
24 define Profile/ALL0258N/Description
25 Package set optimized for the Allnet ALL0258N.
26 endef
27
28 $(eval $(call Profile,ALL0258N))
29
30 define Profile/ALL0315N
31 NAME:=Allnet ALL0315N
32 PACKAGES:=uboot-envtools rssileds
33 endef
34
35 define Profile/ALL0315N/Description
36 Package set optimized for the Allnet ALL0315N.
37 endef
38
39 $(eval $(call Profile,ALL0315N))