1#
2# Copyright (C) 2009 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/WRT160NL
9	NAME:=Linksys WRT160NL
10	PACKAGES:=kmod-usb-core kmod-usb2
11endef
12
13define Profile/WRT160NL/Description
14	Package set optimized for the Linksys WRT160NL.
15endef
16
17define Profile/E2100L
18	NAME:=Linksys E2100L
19	PACKAGES:=kmod-usb-core kmod-usb2
20endef
21
22define Profile/E2100L/Description
23	Package set optimized for the Linksys E2100L
24endef
25
26define Profile/WRT400N
27	NAME:=Linksys WRT400N
28	PACKAGES:=
29endef
30
31define Profile/WRT400N/Description
32	Package set optimized for the Linksys WRT400N.
33endef
34
35$(eval $(call Profile,WRT160NL))
36$(eval $(call Profile,E2100L))
37$(eval $(call Profile,WRT400N))
38