diff options
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/alfa.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/alfa.mk | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/ar71xx/generic/profiles/alfa.mk b/target/linux/ar71xx/generic/profiles/alfa.mk index 6e259dc602..ae82fb704d 100644 --- a/target/linux/ar71xx/generic/profiles/alfa.mk +++ b/target/linux/ar71xx/generic/profiles/alfa.mk @@ -1,10 +1,22 @@ # -# Copyright (C) 2011-2013 OpenWrt.org +# Copyright (C) 2011-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +define Profile/ALFAAP120C + NAME:=ALFA Network AP120C board + PACKAGES:=uboot-envtools +endef + +define Profile/ALFAAP120C/Description + Package set optimized for the ALFA Network AP120C board +endef + +$(eval $(call Profile,ALFAAP120C)) + + define Profile/ALFAAP96 NAME:=ALFA Network AP96 board PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-rtc-pcf2123 |