2c848c994c597b037ade2f38f8b016fed4ab5f10
[openwrt/openwrt.git] / target / linux / ar71xx / nand / 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/MR18
9 NAME:=Meraki MR18
10 PACKAGES:=kmod-spi-gpio kmod-ath9k
11 endef
12
13 define Profile/MR18/description
14 Package set optimized for the Cisco Meraki MR18 Access Point.
15 endef
16
17 $(eval $(call Profile,MR18))