blob: 0f5ace6c393095388172f04c5f8ce483196291bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright (C) 2017 Chris Blake <chrisrblake93@gmail.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/hiveap-330
NAME:=Aerohive HiveAP-330
PACKAGES:=kmod-usb-storage kmod-ath9k wpad-mini kmod-tpm-i2c-atmel
endef
define Profile/hiveap-330/Description
Package set optimized for the Aerohive HiveAP-330.
endef
$(eval $(call Profile,hiveap-330))
|