summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles/110-Ralink.mk
blob: d30ee739441f1197ae5f2bc500d909f19bf568a0 (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))