diff options
Diffstat (limited to 'target/linux/mpc85xx/p1020/profiles/aerohive.mk')
-rw-r--r-- | target/linux/mpc85xx/p1020/profiles/aerohive.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/profiles/aerohive.mk b/target/linux/mpc85xx/p1020/profiles/aerohive.mk new file mode 100644 index 0000000000..0f5ace6c39 --- /dev/null +++ b/target/linux/mpc85xx/p1020/profiles/aerohive.mk @@ -0,0 +1,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)) |