2009-10-30 01:05:37 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/WRT350Nv1
|
|
|
|
NAME:=Linksys WRT350Nv1
|
2012-11-11 17:30:33 +00:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-tg3 kmod-ocf-ubsec-ssb
|
2009-10-30 01:05:37 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WRT350Nv1/Description
|
|
|
|
Package set compatible with the Linksys WRT350Nv1. Contains USB support
|
|
|
|
endef
|
2009-10-30 01:08:11 +00:00
|
|
|
$(eval $(call Profile,WRT350Nv1))
|