blob: f0a457d923714a68c4011c48c1f9bd136ffedd85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# 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
NAME:=Ralink WiFi
PACKAGES:=kmod-rt2500
endef
define Profile/Ralink/Description
Package set compatible with hardware using Ralink WiFi cards.
endef
$(eval $(call Profile,Ralink))
|