ar71xx: Add support for the OMYlink OMY-G1
[openwrt/staging/blogic.git] / target / linux / ar71xx / generic / profiles / omy.mk
1 #
2 # Copyright (C) 2015 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/OMYG1
9 NAME:=OMYlink OMY-G1
10 PACKAGES:= kmod-usb-core kmod-usb2
11 endef
12
13 define Profile/OMYX1/Description
14 Package set optimized for the OMYlink OMY-G1.
15 endef
16 $(eval $(call Profile,OMYG1))
17
18 define Profile/OMYX1
19 NAME:=OMYlink OMY-X1
20 PACKAGES:=
21 endef
22
23 define Profile/OMYX1/Description
24 Package set optimized for the OMYlink OMY-X1.
25 endef
26 $(eval $(call Profile,OMYX1))