ar71xx: Add OOLITE to the Gainstrong profile, removed standalone profile.
[openwrt.git] / target / linux / ar71xx / generic / profiles / gainstrong.mk
1 #
2 # Copyright (C) 2015-2016 OpenWrt.org
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/MINIBOXV1
9         NAME:=Gainstrong MiniBox V1.0
10         PACKAGES:=kmod-usb-core kmod-usb2  kmod-ledtrig-usbdev
11 endef
12
13
14 define Profile/MINIBOXV1/Description
15         Package set optimized for the Gainstrong MiniBox V1.0
16 endef
17 $(eval $(call Profile,MINIBOXV1))
18
19 define Profile/OOLITE
20         NAME:=Gainstrong OOLITE
21         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
22 endef
23
24
25 define Profile/OOLITE/Description
26         Package set optimized for the Gainstrong OOLITE.
27 endef
28 $(eval $(call Profile,OOLITE))