2007-07-08 16:11:40 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/s100
|
|
|
|
NAME:=T-Vision S-100
|
2007-07-08 19:16:02 +00:00
|
|
|
FEATURES+=usb
|
2007-10-29 10:09:45 +00:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-hid kmod-p54-pci kmod-8139too kmod-ata-core kmod-ata-piix
|
2007-07-08 16:11:40 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/s100/Description
|
2007-10-29 10:09:45 +00:00
|
|
|
T-Online streaming client. Contains WLAN and USB support.
|
2007-07-08 16:11:40 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,s100))
|