Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / target / linux / ar71xx / generic / profiles / easylink.mk
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
8 define Profile/ELM150
9         NAME:=EasyLink EL-M150
10         PACKAGES:=kmod-usb-core kmod-usb2
11 endef
12
13
14 define Profile/ELM150/Description
15         Package set optimized for the EasyLink EL-M150.
16 endef
17 $(eval $(call Profile,ELM150))
18
19
20 define Profile/ELMINI
21         NAME:=EasyLink EL-MINI
22         PACKAGES:=kmod-usb-core kmod-usb2
23 endef
24
25
26 define Profile/ELMINI/Description
27         Package set optimized for the EasyLink EL-MINI.
28 endef
29 $(eval $(call Profile,ELMINI))