mpc85xx: Add Aerohive HiveAP-330 Access Point
[openwrt/staging/dedeckeh.git] / target / linux / mpc85xx / p1020 / profiles / aerohive.mk
1 #
2 # Copyright (C) 2017 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/hiveap-330
9 NAME:=Aerohive HiveAP-330
10 PACKAGES:=kmod-usb-storage kmod-ath9k wpad-mini kmod-tpm-i2c-atmel
11 endef
12
13 define Profile/hiveap-330/Description
14 Package set optimized for the Aerohive HiveAP-330.
15 endef
16 $(eval $(call Profile,hiveap-330))