2009-05-25 16:55:17 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2009-05-25 18:36:49 +00:00
|
|
|
define Profile/WRT160NL
|
|
|
|
NAME:=Linksys WRT160NL
|
2011-12-03 16:33:41 +00:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2
|
2009-05-25 18:36:49 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WRT160NL/Description
|
|
|
|
Package set optimized for the Linksys WRT160NL.
|
|
|
|
endef
|
|
|
|
|
2009-05-25 16:55:17 +00:00
|
|
|
define Profile/WRT400N
|
|
|
|
NAME:=Linksys WRT400N
|
2011-09-05 18:37:48 +00:00
|
|
|
PACKAGES:=
|
2009-05-25 16:55:17 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WRT400N/Description
|
|
|
|
Package set optimized for the Linksys WRT400N.
|
|
|
|
endef
|
|
|
|
|
2009-05-25 18:36:49 +00:00
|
|
|
$(eval $(call Profile,WRT160NL))
|
2009-05-25 16:55:17 +00:00
|
|
|
$(eval $(call Profile,WRT400N))
|