1#
2# Copyright (C) 2014 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/ELM150
9	NAME:=EasyLink EL-M150
10	PACKAGES:=kmod-usb-core kmod-usb2
11endef
12
13
14define Profile/ELM150/Description
15	Package set optimized for the EasyLink EL-M150.
16endef
17$(eval $(call Profile,ELM150))
18
19
20define Profile/ELMINI
21	NAME:=EasyLink EL-MINI
22	PACKAGES:=kmod-usb-core kmod-usb2
23endef
24
25
26define Profile/ELMINI/Description
27	Package set optimized for the EasyLink EL-MINI.
28endef
29$(eval $(call Profile,ELMINI))
30