dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53
[openwrt/openwrt.git] / target / linux / at91 / legacy / profiles / atmel.mk
1 #
2 # Copyright (C) 2013 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/AT91SAM9263EK
9 NAME:=Atmel AT91SAM9263-EK
10 endef
11 define Profile/AT91SAM9263EK/Description
12 Atmel AT91SAM9263-EK eval board
13 endef
14 $(eval $(call Profile,AT91SAM9263EK))
15
16
17 define Profile/AT91SAM9G15EK
18 NAME:=Atmel AT91SAM9G15-EK
19 endef
20 define Profile/AT91SAM9G15EK/Description
21 Atmel AT91SAM9G15-EK eval board
22 endef
23 $(eval $(call Profile,AT91SAM9G15EK))
24
25
26 define Profile/AT91SAM9G20EK
27 NAME:=Atmel AT91SAM9G20-EK
28 endef
29 define Profile/AT91SAM9G20EK/Description
30 Atmel AT91SAM9G20-EK eval board
31 endef
32 $(eval $(call Profile,AT91SAM9G20EK))
33
34
35 define Profile/AT91SAM9G20EK-2MMC
36 NAME:=Atmel AT91SAM9G20-EK 2MMC
37 endef
38 define Profile/AT91SAM9G20EK-2MMC/Description
39 Atmel AT91SAM9G20-EK eval board with 2 MMC
40 endef
41 $(eval $(call Profile,AT91SAM9G20EK-2MMC))
42
43
44 define Profile/AT91SAM9G25EK
45 NAME:=Atmel AT91SAM9G25-EK
46 endef
47 define Profile/AT91SAM9G25EK/Description
48 Atmel AT91SAM9G25-EK eval board
49 endef
50 $(eval $(call Profile,AT91SAM9G25EK))
51
52
53 define Profile/AT91SAM9G35EK
54 NAME:=Atmel AT91SAM9G35-EK
55 endef
56 define Profile/AT91SAM9G35EK/Description
57 Atmel AT91SAM9G35-EK eval board
58 endef
59 $(eval $(call Profile,AT91SAM9G35EK))
60
61
62 define Profile/AT91SAM9M10G45EK
63 NAME:=Atmel AT91SAM9M10G45-EK
64 endef
65 define Profile/AT91SAM9M10G45EK/Description
66 Atmel AT91SAM9M10G45-EK eval board
67 endef
68 $(eval $(call Profile,AT91SAM9M10G45EK))
69
70
71 define Profile/AT91SAM9X25EK
72 NAME:=Atmel AT91SAM9X25-EK
73 endef
74 define Profile/AT91SAM9X25EK/Description
75 Atmel AT91SAM9X25-EK eval board
76 endef
77 $(eval $(call Profile,AT91SAM9X25EK))
78
79
80 define Profile/AT91SAM9X35EK
81 NAME:=Atmel AT91SAM9X35-EK
82 endef
83 define Profile/AT91SAM9X35EK/Description
84 Atmel AT91SAM9X35-EK eval board
85 endef
86 $(eval $(call Profile,AT91SAM9X35EK))