2007-06-05 13:48:16 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Ralink
|
2007-09-11 17:55:08 +00:00
|
|
|
NAME:=Ralink WiFi
|
|
|
|
PACKAGES:=kmod-rt2500
|
2007-06-05 13:48:16 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Ralink/Description
|
2007-09-11 17:55:08 +00:00
|
|
|
Package set compatible with hardware using Ralink WiFi cards.
|
2007-06-05 13:48:16 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Ralink))
|