Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / target / linux / ar71xx / generic / profiles / meraki.mk
1 #
2 # Copyright (C) 2014-2015 Chris Blake (chrisrblake93@gmail.com)
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/MR12
9         NAME:=Meraki MR12
10         PACKAGES:=kmod-spi-gpio kmod-ath9k
11 endef
12
13 define Profile/MR12/description
14         Package set optimized for the Cisco Meraki MR12 Access Point.
15 endef
16
17 define Profile/MR16
18         NAME:=Meraki MR16
19         PACKAGES:=kmod-spi-gpio kmod-ath9k
20 endef
21
22 define Profile/MR16/description
23         Package set optimized for the Cisco Meraki MR16 Access Point.
24 endef
25
26 $(eval $(call Profile,MR12))
27 $(eval $(call Profile,MR16))